[93172] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed May 16 19:10:18 PDT 2012


Revision: 93172
          https://trac.macports.org/changeset/93172
Author:   ryandesign at macports.org
Date:     2012-05-16 19:10:18 -0700 (Wed, 16 May 2012)
Log Message:
-----------
php-inclued: unified port

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

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

Modified: trunk/dports/php/php-inclued/Portfile
===================================================================
--- trunk/dports/php/php5-inclued/Portfile	2012-05-15 05:22:38 UTC (rev 93092)
+++ trunk/dports/php/php-inclued/Portfile	2012-05-17 02:10:18 UTC (rev 93172)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
+PortGroup       php 1.0
 
-php5extension.setup inclued 0.1.2 pecl
+php.setup       inclued 0.1.2 pecl
+php.branches    5.3
 license         PHP
 categories      php devel
 platforms       darwin
@@ -18,12 +19,14 @@
 checksums       sha1    b369585df3186aa8e5ad91121619e109d53b304b \
                 rmd160  ca6e1b5e0afe3df7fc9e5cbf3a4ef64c180bfe96
 
-use_parallel_build yes
-
-post-destroot {
-    set docdir ${prefix}/share/doc/${name}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 ${worksrcpath}/INSTALL ${destroot}${docdir}
+if {${name} != ${subport}} {
+    use_parallel_build  yes
+    
+    post-destroot {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 ${worksrcpath}/INSTALL ${destroot}${docdir}
+    }
 }
 
-livecheck.regex {>(\d+(?:\.\d+)*)</a></th>}
+php.pecl_livecheck_stable no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120516/f24ab9b3/attachment.html>


More information about the macports-changes mailing list