[143670] trunk/dports/php/php-rrd/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 17 04:39:28 PST 2015


Revision: 143670
          https://trac.macports.org/changeset/143670
Author:   ryandesign at macports.org
Date:     2015-12-17 04:39:28 -0800 (Thu, 17 Dec 2015)
Log Message:
-----------
php70-rrd: new subport, version 2.0.0beta3

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

Modified: trunk/dports/php/php-rrd/Portfile
===================================================================
--- trunk/dports/php/php-rrd/Portfile	2015-12-17 11:48:29 UTC (rev 143669)
+++ trunk/dports/php/php-rrd/Portfile	2015-12-17 12:39:28 UTC (rev 143670)
@@ -5,24 +5,31 @@
 PortGroup           php 1.1
 
 name                php-rrd
-version             1.1.3
 categories-append   net devel
 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.0beta3
+    php.pecl.prerelease yes
+    checksums       rmd160  bca1a744111384db089f168cf4563570ce6a82da \
+                    sha256  0097d81d31f71ac1ccd7851f8d5b7e154435eb21f2b69c56e5772fff5c9d5c1b
+} else {
+    version         1.1.3
+    checksums       rmd160  dbef0cf56fc081f768f85d46fd185a750a42cef5 \
+                    sha256  0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e
+}
+
 description         PHP rrdtool extension
 
 long_description    ${name} is a procedural and simple object-oriented wrapper \
                     for PHP for using rrdtool—data logging and graphing system \
                     for time series data.
 
-checksums           rmd160  dbef0cf56fc081f768f85d46fd185a750a42cef5 \
-                    sha256  0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e
-
 if {${name} ne ${subport}} {
     depends_lib-append  port:rrdtool \
                         port:libffi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151217/af1b217f/attachment.html>


More information about the macports-changes mailing list