Revision: 100362 https://trac.macports.org/changeset/100362 Author: ryandesign@macports.org Date: 2012-12-09 02:51:25 -0800 (Sun, 09 Dec 2012) Log Message: ----------- php-mongo: update to 1.3.1 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 2012-12-09 10:50:04 UTC (rev 100361) +++ trunk/dports/php/php-mongo/Portfile 2012-12-09 10:51:25 UTC (rev 100362) @@ -4,7 +4,7 @@ PortGroup php 1.1 name php-mongo -version 1.3.0 +version 1.3.1 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 e3f101fc3a02d5f8c7c6df7dd90c2fac4b76e161 \ - sha256 66950e3c75a5215601783068c37ba566022a23e560f180f960be15b5529e5a75 +checksums rmd160 26120d97e098f3a9575dcca035b9944691a1f186 \ + sha256 8ec1f3af3bc296e7ea071288a12d1d68dbcb0e9ad5809b26844fe45ac7b39992 if {${name} != ${subport}} { depends_build-append port:mongodb Modified: trunk/dports/php/php5-mongo/Portfile =================================================================== --- trunk/dports/php/php5-mongo/Portfile 2012-12-09 10:50:04 UTC (rev 100361) +++ trunk/dports/php/php5-mongo/Portfile 2012-12-09 10:51:25 UTC (rev 100362) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup mongo 1.3.0 pecl +php5extension.setup mongo 1.3.1 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 e3f101fc3a02d5f8c7c6df7dd90c2fac4b76e161 \ - sha256 66950e3c75a5215601783068c37ba566022a23e560f180f960be15b5529e5a75 +checksums rmd160 26120d97e098f3a9575dcca035b9944691a1f186 \ + sha256 8ec1f3af3bc296e7ea071288a12d1d68dbcb0e9ad5809b26844fe45ac7b39992 patchfiles-append \ patch-config.m4.diff