[150551] trunk/dports/php/php-raphf/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 21 07:20:04 PDT 2016


Revision: 150551
          https://trac.macports.org/changeset/150551
Author:   ryandesign at macports.org
Date:     2016-07-21 07:20:03 -0700 (Thu, 21 Jul 2016)
Log Message:
-----------
php-raphf: update to 1.1.2; new subport php70-raphf, version 2.0.0

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

Modified: trunk/dports/php/php-raphf/Portfile
===================================================================
--- trunk/dports/php/php-raphf/Portfile	2016-07-21 14:18:52 UTC (rev 150550)
+++ trunk/dports/php/php-raphf/Portfile	2016-07-21 14:20:03 UTC (rev 150551)
@@ -5,21 +5,29 @@
 PortGroup           php 1.1
 
 name                php-raphf
-version             1.1.0
 platforms           darwin
 maintainers         ryandesign openmaintainer
 license             BSD
 
-php.branches        5.3 5.4 5.5 5.6
+php.branches        5.3 5.4 5.5 5.6 7.0
 php.pecl            yes
 
+if {[vercmp ${php.branch} 7] >= 0} {
+    version         2.0.0
+    revision        0
+    checksums       rmd160  57a3441c78769d652b19dbc14ecb959183cb7adb \
+                    sha256  95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411
+} else {
+    version         1.1.2
+    revision        0
+    checksums       rmd160  6c760c788040e84cd1dedeb118062552ba83397f \
+                    sha256  d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7
+}
+
 description         a reusable persistent handle and resource factory API
 
 long_description    ${description}
 
-checksums           rmd160  bf2687475fd20657bcc7120b0930466d5f252961 \
-                    sha256  86eab9f67731c71315871149f1e504c32363e21d58b1552fa859f7c45fee7c9e
-
 if {${name} ne ${subport}} {
     configure.args  --enable-raphf
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160721/54bbb044/attachment.html>


More information about the macports-changes mailing list