[53652] trunk/dports/php/php5-apc/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 10 17:15:57 PDT 2009


Revision: 53652
          http://trac.macports.org/changeset/53652
Author:   ryandesign at macports.org
Date:     2009-07-10 17:15:56 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
php5-apc: fix issues on case-sensitive filesystems; closes #20261

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

Modified: trunk/dports/php/php5-apc/Portfile
===================================================================
--- trunk/dports/php/php5-apc/Portfile	2009-07-10 23:52:27 UTC (rev 53651)
+++ trunk/dports/php/php5-apc/Portfile	2009-07-11 00:15:56 UTC (rev 53652)
@@ -4,10 +4,9 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup APC 3.1.2 pecl
-revision        2
+php5extension.setup apc 3.1.2 pecl
+revision        3
 
-name            php5-apc
 categories      php devel
 platforms       darwin
 maintainers     nox openmaintainer
@@ -17,6 +16,8 @@
     APC is a free, open, and robust framework for caching and \
     optimizing PHP intermediate code.
 
+distname        APC-${version}
+
 checksums       md5     0a18cf164b3e044e27edd4c1d8c3145c \
                 sha1    aebd866b06779814e9af5ae16948687347c50054 \
                 rmd160  0e2b044e37e161fa449d5d27a72181205adf7e18
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/1b5b4d4b/attachment.html>


More information about the macports-changes mailing list