[55444] trunk/dports/php/php5-eaccelerator/Portfile

alakazam at macports.org alakazam at macports.org
Mon Aug 10 12:31:51 PDT 2009


Revision: 55444
          http://trac.macports.org/changeset/55444
Author:   alakazam at macports.org
Date:     2009-08-10 12:31:50 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
Update php5-eaccelerator to 0.9.6-rc1, compatible with PHP 5.3, and add variant for doc comment inclusion, closes #20455 and #20581

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

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2009-08-10 18:54:01 UTC (rev 55443)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2009-08-10 19:31:50 UTC (rev 55444)
@@ -3,8 +3,7 @@
 PortSystem        1.0
 PortGroup         php5extension 1.0
 
-php5extension.setup eaccelerator 0.9.5.3
-revision          2
+php5extension.setup eaccelerator 0.9.6-rc1
 
 categories        php www devel
 platforms         darwin freebsd openbsd
@@ -19,10 +18,12 @@
     execution. eAccelerator typically reduces server load and increases the \
     speed of your PHP code by 1-10 times.
 
-master_sites      http://bart.eaccelerator.net/source/${version}/
-checksums         md5 caf797223739516882f870342f74b935 \
-                  sha1 6671a105497f41c4e93e0b84da516b72df159fc5 \
-                  rmd160 9da55beec18e7a36761b5556d3bb4d5292d21650
+master_sites      http://bart.eaccelerator.net/source/0.9.6/
+
+checksums         md5     af078c6cfb57fcd4fafaccbdd14cc05c \
+                  sha1    af003d14887308450ac921bd197dab151ed39e53 \
+                  rmd160  36025799835f3e21b50a1e1a286143e71f88cd3a
+
 use_bzip2         yes
 configure.args    --with-php-config=${prefix}/bin/php-config
 
@@ -38,10 +39,14 @@
     configure.args-append --with-eaccelerator-content-caching
 }
 
+variant doc_comment_caching description {Enable PHP doc comment caching} {
+    configure.args-append --with-eaccelerator-doc-comment-inclusion
+}
+
 variant disassembler description {Include a disassembler} {
     configure.args-append --with-eaccelerator-disassembler
 }
 
 livecheck.check  regex
 livecheck.url    ${homepage}
-livecheck.regex  "Release-((\\d\\.?)+)"
+livecheck.regex  "Release-((\\d\\.?)+(-rc1)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/1d3a0d44/attachment.html>


More information about the macports-changes mailing list