[94398] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Jun 17 15:33:47 PDT 2012


Revision: 94398
          https://trac.macports.org/changeset/94398
Author:   ryandesign at macports.org
Date:     2012-06-17 15:33:46 -0700 (Sun, 17 Jun 2012)
Log Message:
-----------
php-rrd: add libffi dependency and revbump for recent libffi update

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

Modified: trunk/dports/php/php-rrd/Portfile
===================================================================
--- trunk/dports/php/php-rrd/Portfile	2012-06-17 22:19:02 UTC (rev 94397)
+++ trunk/dports/php/php-rrd/Portfile	2012-06-17 22:33:46 UTC (rev 94398)
@@ -6,7 +6,7 @@
 
 name                php-rrd
 version             1.0.5
-revision            1
+revision            2
 categories-append   net devel
 platforms           darwin
 maintainers         nomaintainer
@@ -25,7 +25,8 @@
                     sha256  f336a0a56963e0c6a34e335401483f84adde4c09fd6fbe8fe1a4c74596dc4eab
 
 if {${name} != ${subport}} {
-    depends_lib-append  port:rrdtool
+    depends_lib-append  port:rrdtool \
+                        port:libffi
     
     configure.args      --with-rrd=${prefix}
 }

Modified: trunk/dports/php/php5-rrd/Portfile
===================================================================
--- trunk/dports/php/php5-rrd/Portfile	2012-06-17 22:19:02 UTC (rev 94397)
+++ trunk/dports/php/php5-rrd/Portfile	2012-06-17 22:33:46 UTC (rev 94398)
@@ -5,6 +5,7 @@
 PortGroup           php5extension 1.0
 
 php5extension.setup rrd 1.0.5 pecl
+revision            2
 categories-append   net devel
 platforms           darwin
 maintainers         nomaintainer
@@ -19,6 +20,7 @@
 checksums           rmd160  66360a837a4c7a4343f43fb85945281fde19f5a0 \
                     sha256  f336a0a56963e0c6a34e335401483f84adde4c09fd6fbe8fe1a4c74596dc4eab
 
-depends_lib-append  port:rrdtool
+depends_lib-append  port:rrdtool \
+                    port:libffi
 
 configure.args      --with-rrd=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120617/937fd84d/attachment.html>


More information about the macports-changes mailing list