[48139] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Mar 14 23:53:19 PDT 2009


Revision: 48139
          http://trac.macports.org/changeset/48139
Author:   ryandesign at macports.org
Date:     2009-03-14 23:53:19 -0700 (Sat, 14 Mar 2009)
Log Message:
-----------
php5-apc, php5-intl, php5-sqlite3: For clarity, make the php5 dependency on the path of actual program we're using (phpize)

Modified Paths:
--------------
    trunk/dports/databases/php5-sqlite3/Portfile
    trunk/dports/devel/php5-apc/Portfile
    trunk/dports/devel/php5-intl/Portfile

Modified: trunk/dports/databases/php5-sqlite3/Portfile
===================================================================
--- trunk/dports/databases/php5-sqlite3/Portfile	2009-03-15 06:42:31 UTC (rev 48138)
+++ trunk/dports/databases/php5-sqlite3/Portfile	2009-03-15 06:53:19 UTC (rev 48139)
@@ -23,7 +23,7 @@
                 sha1    51d65da3e829e06ffb67ba2d185ad2e0007155a5 \
                 rmd160  e27b0d2b3b0e27b87599fbb9b6fc72780a83792d
 
-depends_lib     path:bin/php:php5
+depends_lib     path:bin/phpize:php5
 
 pre-configure {
     system "cd ${worksrcpath} && phpize"

Modified: trunk/dports/devel/php5-apc/Portfile
===================================================================
--- trunk/dports/devel/php5-apc/Portfile	2009-03-15 06:42:31 UTC (rev 48138)
+++ trunk/dports/devel/php5-apc/Portfile	2009-03-15 06:53:19 UTC (rev 48139)
@@ -24,7 +24,7 @@
                 sha1    aebd866b06779814e9af5ae16948687347c50054 \
                 rmd160  0e2b044e37e161fa449d5d27a72181205adf7e18
 
-depends_lib     path:bin/php:php5
+depends_lib     path:bin/phpize:php5
 
 pre-configure {
     system "cd ${worksrcpath} && phpize"

Modified: trunk/dports/devel/php5-intl/Portfile
===================================================================
--- trunk/dports/devel/php5-intl/Portfile	2009-03-15 06:42:31 UTC (rev 48138)
+++ trunk/dports/devel/php5-intl/Portfile	2009-03-15 06:53:19 UTC (rev 48139)
@@ -23,7 +23,7 @@
                 sha1    f8d95ce476ea5ed91d0a46152b12d2e9c1182692 \
                 rmd160  778d93507bcea9f5d71cc02326f15aff045bdfd5
 
-depends_lib     path:bin/php:php5 \
+depends_lib     path:bin/phpize:php5 \
                 port:icu
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090314/d1b6534a/attachment.html>


More information about the macports-changes mailing list