[62363] trunk/dports/php/php5-xslcache/Portfile

nox at macports.org nox at macports.org
Mon Jan 4 19:42:23 PST 2010


Revision: 62363
          http://trac.macports.org/changeset/62363
Author:   nox at macports.org
Date:     2010-01-04 19:42:21 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
Fix php5-xslcache dependencies and livecheck

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

Modified: trunk/dports/php/php5-xslcache/Portfile
===================================================================
--- trunk/dports/php/php5-xslcache/Portfile	2010-01-05 03:42:12 UTC (rev 62362)
+++ trunk/dports/php/php5-xslcache/Portfile	2010-01-05 03:42:21 UTC (rev 62363)
@@ -3,8 +3,10 @@
 
 PortSystem      1.0
 PortGroup       php5extension 1.0
+PortGroup       archcheck 1.0
 
 php5extension.setup xslcache 0.7.1 pecl
+revision        1
 license         PHP
 categories      php www devel
 platforms       darwin
@@ -28,6 +30,12 @@
                 sha1    d185d34e032ab78aa62e4f023567dc26f4af3bac \
                 rmd160  09dbdd8f010d8d44891f3da0e6dae37308b92408
 
+depends_lib-append \
+    port:libxslt
+
+archcheck.files \
+    lib/libxslt.dylib
+
 use_parallel_build yes
 
 post-destroot {
@@ -36,3 +44,5 @@
     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/20100104/a2408918/attachment-0001.html>


More information about the macports-changes mailing list