[93628] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun May 27 21:55:50 PDT 2012


Revision: 93628
          https://trac.macports.org/changeset/93628
Author:   ryandesign at macports.org
Date:     2012-05-27 21:55:50 -0700 (Sun, 27 May 2012)
Log Message:
-----------
php-APC: unified port (#34550)

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

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

Modified: trunk/dports/php/php-APC/Portfile
===================================================================
--- trunk/dports/php/php5-apc/Portfile	2012-05-25 21:53:07 UTC (rev 93529)
+++ trunk/dports/php/php-APC/Portfile	2012-05-28 04:55:50 UTC (rev 93628)
@@ -2,26 +2,31 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           php5extension 1.0
+PortGroup           php 1.1
 
-php5extension.setup apc 3.1.9 pecl
+name                php-APC
+version             3.1.9
 revision            1
 categories          php devel
 platforms           darwin
 maintainers         nomaintainer
 license				PHP-3.01
-conflicts           php5-eaccelerator php5-xcache
 
+php.branches        5.3 5.4
+php.pecl            yes
+
 description         Alternative PHP Cache
 
 long_description    APC is a free, open, and robust framework for caching and \
                     optimizing PHP intermediate code.
 
-distname            APC-${version}
-
 checksums           sha1    417b95e63496de7f785b4917166098c6ac996008 \
                     rmd160  67288c957a0234a82912f06e51c6f60f4ed4c66c
 
-configure.args-append --enable-apc-spinlocks
-
-use_parallel_build  yes
+if {${name} != ${subport}} {
+    conflicts       ${php}-eaccelerator ${php}-xcache
+    
+    configure.args-append --enable-apc-spinlocks
+    
+    use_parallel_build  yes
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/d37279dc/attachment.html>


More information about the macports-changes mailing list