[136884] trunk/dports/php/php-suhosin/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 28 22:00:39 PDT 2015


Revision: 136884
          https://trac.macports.org/changeset/136884
Author:   ryandesign at macports.org
Date:     2015-05-28 22:00:39 -0700 (Thu, 28 May 2015)
Log Message:
-----------
php-suhosin: update to 0.9.38 (#47795)

Modified Paths:
--------------
    trunk/dports/php/php-suhosin/Portfile

Modified: trunk/dports/php/php-suhosin/Portfile
===================================================================
--- trunk/dports/php/php-suhosin/Portfile	2015-05-29 04:45:44 UTC (rev 136883)
+++ trunk/dports/php/php-suhosin/Portfile	2015-05-29 05:00:39 UTC (rev 136884)
@@ -5,7 +5,7 @@
 PortGroup           php 1.1
 
 name                php-suhosin
-version             0.9.37.1
+version             0.9.38
 categories-append   security www
 platforms           darwin freebsd
 maintainers         ryandesign openmaintainer
@@ -23,14 +23,23 @@
                     binary extensions like ZendOptimizer.
 
 homepage            http://suhosin.org/
-master_sites        http://download.suhosin.org/
+master_sites        https://download.suhosin.org/
 
-checksums           sha1    9de7a89ef7d336501a41f452fd3936ae66f63a6e \
-                    rmd160  37cd9bd86a65c9081260a9d809b646384290cebb \
-                    sha256  322ba104a17196bae63d39404da103fd011b09fde0f02484dc44366511c586ba
+checksums           sha1    20af6379c0ff9879c5ed69452a6c38b7b3e76748 \
+                    rmd160  7bcf2dcc9b50605ea5cbb772302963ebbbdf0dc1 \
+                    sha256  c02d76c4e7ce777910a37c18181cb67fd9e90efe0107feab3de3131b5f89bcea
 
 test.run            yes
 
+if {${subport} ne ${name}} {
+    if {[vercmp ${php.branch} 5.4] < 0} {
+        version         0.9.37.1
+        checksums       sha1    9de7a89ef7d336501a41f452fd3936ae66f63a6e \
+                        rmd160  37cd9bd86a65c9081260a9d809b646384290cebb \
+                        sha256  322ba104a17196bae63d39404da103fd011b09fde0f02484dc44366511c586ba
+    }
+}
+
 livecheck.type      regex
 livecheck.url       http://www.suhosin.org/stories/download.html
 livecheck.regex     suhosin-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150528/22efdb56/attachment.html>


More information about the macports-changes mailing list