Revision: 96107 https://trac.macports.org/changeset/96107 Author: ryandesign@macports.org Date: 2012-07-31 14:02:51 -0700 (Tue, 31 Jul 2012) Log Message: ----------- php-xrange: update to 1.3.2 Modified Paths: -------------- trunk/dports/php/php-xrange/Portfile trunk/dports/php/php5-xrange/Portfile Removed Paths: ------------- trunk/dports/php/php-xrange/files/ trunk/dports/php/php5-xrange/files/ Modified: trunk/dports/php/php-xrange/Portfile =================================================================== --- trunk/dports/php/php-xrange/Portfile 2012-07-31 21:00:59 UTC (rev 96106) +++ trunk/dports/php/php-xrange/Portfile 2012-07-31 21:02:51 UTC (rev 96107) @@ -5,8 +5,7 @@ PortGroup php 1.1 name php-xrange -version 1.3.1 -revision 1 +version 1.3.2 license PHP categories php devel platforms darwin @@ -23,13 +22,10 @@ iterator, modeled after Python's xrange() function. It's intended to \ provide an alternative for all numeric iteration and looping. -checksums md5 f9a2e69e3e5ad4811b79e7d744000709 \ - sha1 fefd8d125db6b3194008dbfbebe4d198ae98f669 \ - rmd160 479938267ead2e2803b66f330b362ee48b69a879 +checksums rmd160 07439763a6b7cea81fa1f47d1062da81bc6efc3a \ + sha256 612849c8e6d5587183a3fb1e39bb5e4a061fe911d5bd3f9b08f6796ee1f4c112 if {${name} != ${subport}} { - patchfiles 297236.diff 323500.diff - use_parallel_build yes test.run yes Modified: trunk/dports/php/php5-xrange/Portfile =================================================================== --- trunk/dports/php/php5-xrange/Portfile 2012-07-31 21:00:59 UTC (rev 96106) +++ trunk/dports/php/php5-xrange/Portfile 2012-07-31 21:02:51 UTC (rev 96107) @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup xrange 1.3.1 pecl +php5extension.setup xrange 1.3.2 pecl license PHP categories php devel platforms darwin @@ -16,12 +16,9 @@ iterator, modeled after Python's xrange() function. It's intended to \ provide an alternative for all numeric iteration and looping. -checksums md5 f9a2e69e3e5ad4811b79e7d744000709 \ - sha1 fefd8d125db6b3194008dbfbebe4d198ae98f669 \ - rmd160 479938267ead2e2803b66f330b362ee48b69a879 +checksums rmd160 07439763a6b7cea81fa1f47d1062da81bc6efc3a \ + sha256 612849c8e6d5587183a3fb1e39bb5e4a061fe911d5bd3f9b08f6796ee1f4c112 -patchfiles patch-xrange.c.diff - use_parallel_build yes test.run yes