Revision: 89416 http://trac.macports.org/changeset/89416 Author: snc@macports.org Date: 2012-01-28 08:56:33 -0800 (Sat, 28 Jan 2012) Log Message: ----------- php5-suhosin: update to 0.9.33 Modified Paths: -------------- trunk/dports/php/php5-suhosin/Portfile Modified: trunk/dports/php/php5-suhosin/Portfile =================================================================== --- trunk/dports/php/php5-suhosin/Portfile 2012-01-28 15:47:51 UTC (rev 89415) +++ trunk/dports/php/php5-suhosin/Portfile 2012-01-28 16:56:33 UTC (rev 89416) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup php5extension 1.0 -php5extension.setup suhosin 0.9.32.1 +php5extension.setup suhosin 0.9.33 categories-append security www license PHP-3.01 maintainers snc openmaintainer @@ -20,10 +20,14 @@ platforms darwin freebsd master_sites http://download.suhosin.org/ +extract.suffix .tgz -checksums rmd160 6184eef336b9d3d5c885a7d1dcbf20d97b055e8d \ - sha256 d283abcbd1803eaa11bbd91cb5aae727b2bbab3a00a1de8510f85d8cc598e490 +checksums rmd160 9c60b695b226ddcbe5562b1576228780123eb372 \ + sha256 865b1c72bae9a5a710fe0b07a0635556ce6c838653ec364d2a2a6e6f594529c5 +if {${configure.compiler} == "clang"} { + configure.compiler llvm-gcc-4.2 +} test.run yes livecheck.type regex
participants (1)
-
snc@macports.org