Modified: trunk/dports/php/php5-mongo/Portfile (75804 => 75805)
--- trunk/dports/php/php5-mongo/Portfile 2011-02-09 03:05:12 UTC (rev 75804)
+++ trunk/dports/php/php5-mongo/Portfile 2011-02-09 03:49:09 UTC (rev 75805)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup php5extension 1.0
-php5extension.setup mongo 1.0.9 pecl
+php5extension.setup mongo 1.1.4 pecl
categories php databases devel
license Apache-2.0
platforms darwin
@@ -14,9 +14,8 @@
This package provides an interface for communicating with the Mongo \
database in PHP.
-checksums md5 99646026a03e61d5e33fbe1ee87e7f9b \
- sha1 b4a0d1854faa78b2e8a87d1050495197e0b1cb9e \
- rmd160 73cfdcd0b93de228508a337a5e482e5006b74fc0
+checksums sha1 dd3356570dab7cd91e660664ef4ab81601f1208a \
+ rmd160 ad92a2848fb5dccae734d9b1b3edc4940b36a3ea
patchfiles-append \
patch-config.m4.diff
Modified: trunk/dports/php/php5-mongo/files/patch-config.m4.diff (75804 => 75805)
--- trunk/dports/php/php5-mongo/files/patch-config.m4.diff 2011-02-09 03:05:12 UTC (rev 75804)
+++ trunk/dports/php/php5-mongo/files/patch-config.m4.diff 2011-02-09 03:49:09 UTC (rev 75805)
@@ -1,14 +1,13 @@
---- config.m4.orig 1970-01-01 03:13:08.000000000 -0600
-+++ config.m4 2010-03-24 18:08:23.000000000 -0500
-@@ -11,18 +11,5 @@
- CFLAGS="$CFLAGS -DPHP_C_BIGENDIAN"
+--- config.m4.orig 2011-02-07 15:12:47.000000000 -0600
++++ config.m4 2011-02-08 21:44:41.000000000 -0600
+@@ -18,17 +18,5 @@
fi
dnl default to little-endian
--
+
- case $build_os in
- darwin10.*.*)
- AC_MSG_CHECKING([whether to compile for recent osx architectures])
-- CFLAGS="$CFLAGS -arch i386 -arch x86_64"
+- CFLAGS="$CFLAGS -arch i386 -arch x86_64 -mmacosx-version-min=10.5"
- AC_MSG_RESULT([yes])
- ;;
- darwin*)