[105112] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Apr 10 10:18:42 PDT 2013


Revision: 105112
          https://trac.macports.org/changeset/105112
Author:   ryandesign at macports.org
Date:     2013-04-10 10:18:42 -0700 (Wed, 10 Apr 2013)
Log Message:
-----------
php-xslcache: unified port, based on php5-xslcache (#38745)

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

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

Modified: trunk/dports/php/php-xslcache/Portfile
===================================================================
--- trunk/dports/php/php5-xslcache/Portfile	2013-04-10 17:10:27 UTC (rev 105109)
+++ trunk/dports/php/php-xslcache/Portfile	2013-04-10 17:18:42 UTC (rev 105112)
@@ -2,15 +2,19 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
+PortGroup           php 1.1
 
-php5extension.setup xslcache 0.7.1 pecl
-revision        1
+name                php-xslcache
+version             0.7.1
 license         PHP
 categories      php www devel
 platforms       darwin
 maintainers     ryandesign openmaintainer
 
+php.branches        5.3
+php.pecl            yes
+php.pecl.prerelease yes
+
 description \
     A modification of PHP's standard XSL extension that caches the parsed XSL \
     stylesheet representation
@@ -29,16 +33,16 @@
                 sha1    d185d34e032ab78aa62e4f023567dc26f4af3bac \
                 rmd160  09dbdd8f010d8d44891f3da0e6dae37308b92408
 
+if {${name} != ${subport}} {
 depends_lib-append \
     port:libxslt
 
 use_parallel_build yes
 
 post-destroot {
-    set docdir ${prefix}/share/doc/${name}
+        set docdir ${prefix}/share/doc/${subport}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} CREDITS EXPERIMENTAL \
         ${destroot}${docdir}
+    }
 }
-
-livecheck.regex {>(\d+(?:\.\d+)*)</a></th>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130410/55d03e48/attachment.html>


More information about the macports-changes mailing list