Revision: 120706 https://trac.macports.org/changeset/120706 Author: ryandesign@macports.org Date: 2014-06-05 20:08:18 -0700 (Thu, 05 Jun 2014) Log Message: ----------- php-mongo: update to 1.5.3 Modified Paths: -------------- trunk/dports/php/php-mongo/Portfile trunk/dports/php/php5-mongo/Portfile Modified: trunk/dports/php/php-mongo/Portfile =================================================================== --- trunk/dports/php/php-mongo/Portfile 2014-06-06 02:57:41 UTC (rev 120705) +++ trunk/dports/php/php-mongo/Portfile 2014-06-06 03:08:18 UTC (rev 120706) @@ -4,7 +4,7 @@ PortGroup php 1.1 name php-mongo -version 1.5.2 +version 1.5.3 categories php databases devel license Apache-2 platforms darwin @@ -19,8 +19,8 @@ This package provides an interface for communicating with the Mongo \ database in PHP. -checksums rmd160 983587cc89808eeb0988e62fcea533e7624d1958 \ - sha256 98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7 +checksums rmd160 6d2558eae2142d92bf7216bc24370dd03473b63d \ + sha256 18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59 if {${name} ne ${subport}} { depends_build-append port:mongodb Modified: trunk/dports/php/php5-mongo/Portfile =================================================================== --- trunk/dports/php/php5-mongo/Portfile 2014-06-06 02:57:41 UTC (rev 120705) +++ trunk/dports/php/php5-mongo/Portfile 2014-06-06 03:08:18 UTC (rev 120706) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup mongo 1.5.2 pecl +php5extension.setup mongo 1.5.3 pecl categories php databases devel license Apache-2 platforms darwin @@ -16,8 +16,8 @@ This package provides an interface for communicating with the Mongo \ database in PHP. -checksums rmd160 983587cc89808eeb0988e62fcea533e7624d1958 \ - sha256 98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7 +checksums rmd160 6d2558eae2142d92bf7216bc24370dd03473b63d \ + sha256 18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59 patchfiles-append \ patch-config.m4.diff