Revision: 103327 https://trac.macports.org/changeset/103327 Author: ryandesign@macports.org Date: 2013-02-21 20:08:15 -0800 (Thu, 21 Feb 2013) Log Message: ----------- php: update php54 to 5.4.12 and update php53 to 5.3.22 php-eaccelerator: increase revision to force a rebuild Modified Paths: -------------- trunk/dports/lang/php/Portfile trunk/dports/php/php-eaccelerator/Portfile Modified: trunk/dports/lang/php/Portfile =================================================================== --- trunk/dports/lang/php/Portfile 2013-02-22 04:02:05 UTC (rev 103326) +++ trunk/dports/lang/php/Portfile 2013-02-22 04:08:15 UTC (rev 103327) @@ -60,24 +60,24 @@ # Remember to increment revision of ${php}-eaccelerator when updating version of ${php}. switch ${subport_branch} { 5.3 { - version 5.3.21 + version 5.3.22 set suhosin_available yes set suhosin_patch_version 5.3.9-0.9.10 set suhosin_patch suhosin-patch-${suhosin_patch_version}.patch.gz checksums [suffix ${distname}] \ - rmd160 84aa653af6fbe66c02a572ad1add3daf6e46bb1e \ - sha256 9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3 \ + rmd160 dc51c94f4201aeb3bef03df8d1def780a1ab60f5 \ + sha256 2da5fefdd24dafd8a94b6e41ba2c308ee216f97b3d605abde513d0cdc680d588 \ ${suhosin_patch} \ rmd160 ce43921fd9b183b154713ecda98294f6c68d5f22 \ sha256 4438caeab0a10c6c94aee9f7eaa703f5799f97d4e0579f43a947bb7314e38317 } 5.4 { epoch 1 - version 5.4.11 + version 5.4.12 set suhosin_available no checksums [suffix ${distname}] \ - rmd160 33513161846240bc128eb7e917a293711c9214c3 \ - sha256 d4d095a965f015896d25321842da586076aca5fed4c52939866548ebad5b0fdb + rmd160 51fb60f669ff5410fefcb5a00369fbc4707a5044 \ + sha256 413e5036b2784918922c14e094cbbc6f28289a3e8e559479c688ab07027ef719 } 5.5 { # When this becomes a stable version, remove the overrides for homepage, @@ -498,7 +498,9 @@ } subport ${php}-gd { - revision 1 + if {${php.branch} == "5.5"} { + revision 1 + } categories-append graphics @@ -564,7 +566,9 @@ } subport ${php}-imap { - revision 1 + if {${php.branch} == "5.5"} { + revision 1 + } categories-append mail @@ -747,7 +751,9 @@ } subport ${php}-openssl { - revision 1 + if {${php.branch} == "5.5"} { + revision 1 + } categories-append devel security Modified: trunk/dports/php/php-eaccelerator/Portfile =================================================================== --- trunk/dports/php/php-eaccelerator/Portfile 2013-02-22 04:02:05 UTC (rev 103326) +++ trunk/dports/php/php-eaccelerator/Portfile 2013-02-22 04:08:15 UTC (rev 103327) @@ -7,7 +7,7 @@ github.setup eaccelerator eaccelerator 0.9.6.1 name php-eaccelerator -revision 8 +revision 9 categories php www devel platforms darwin freebsd openbsd maintainers ryandesign openmaintainer