[92960] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Fri May 11 15:42:45 PDT 2012


Revision: 92960
          https://trac.macports.org/changeset/92960
Author:   ryandesign at macports.org
Date:     2012-05-11 15:42:44 -0700 (Fri, 11 May 2012)
Log Message:
-----------
php-rrd: unified port

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

Added Paths:
-----------
    trunk/dports/php/php-rrd/

Modified: trunk/dports/php/php-rrd/Portfile
===================================================================
--- trunk/dports/php/php5-rrd/Portfile	2012-05-11 22:37:24 UTC (rev 92959)
+++ trunk/dports/php/php-rrd/Portfile	2012-05-11 22:42:44 UTC (rev 92960)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           php5extension 1.0
+PortGroup           php 1.0
 
-php5extension.setup rrd 1.0.5 pecl
+php.setup           rrd 1.0.5 pecl
+php.branches        5.3 5.4
 categories-append   net devel
 platforms           darwin
 maintainers         nomaintainer
@@ -19,6 +20,8 @@
 checksums           rmd160  66360a837a4c7a4343f43fb85945281fde19f5a0 \
                     sha256  f336a0a56963e0c6a34e335401483f84adde4c09fd6fbe8fe1a4c74596dc4eab
 
-depends_lib-append  port:rrdtool
-
-configure.args      --with-rrd=${prefix}
+if {${name} != ${subport}} {
+    depends_lib-append  port:rrdtool
+    
+    configure.args      --with-rrd=${prefix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120511/ffe17042/attachment.html>


More information about the macports-changes mailing list