[119087] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Apr 16 16:35:39 PDT 2014


Revision: 119087
          https://trac.macports.org/changeset/119087
Author:   ryandesign at macports.org
Date:     2014-04-16 16:35:39 -0700 (Wed, 16 Apr 2014)
Log Message:
-----------
php-APCu: new port, version 4.0.4 (#43376)

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

Added Paths:
-----------
    trunk/dports/php/php-APCu/
    trunk/dports/php/php-APCu/Portfile

Modified: trunk/dports/php/php-APC/Portfile
===================================================================
--- trunk/dports/php/php-APC/Portfile	2014-04-16 23:10:17 UTC (rev 119086)
+++ trunk/dports/php/php-APC/Portfile	2014-04-16 23:35:39 UTC (rev 119087)
@@ -25,8 +25,8 @@
 checksums           rmd160  128bc0c81c09bab5586ba09dc10fbe846ff60cb1 \
                     sha256  5ef8ba07729e72946e95951672a5378bed98cb5a294e79bf0f0a97ac62829abd
 
-if {${name} != ${subport}} {
-    conflicts       ${php}-eaccelerator ${php}-xcache
+if {${name} ne ${subport}} {
+    conflicts       ${php}-APCu ${php}-eaccelerator ${php}-xcache
     
     configure.args-append --enable-apc-spinlocks
     

Added: trunk/dports/php/php-APCu/Portfile
===================================================================
--- trunk/dports/php/php-APCu/Portfile	                        (rev 0)
+++ trunk/dports/php/php-APCu/Portfile	2014-04-16 23:35:39 UTC (rev 119087)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           php 1.1
+
+name                php-APCu
+version             4.0.4
+categories          php devel
+platforms           darwin
+maintainers         ryandesign
+license             PHP-3.01
+
+php.branches        5.3 5.4 5.5
+php.pecl            yes
+php.pecl.prerelease yes
+
+description         APC User Cache
+
+long_description    APCu contains the user-level functionality from APC
+
+checksums           rmd160  9baddc9655fc2dde2680918ff3cd02edbd84fef4 \
+                    sha256  f97cefb1bf9670d88c98e8c5e78d378927ab52a88b7147361a63401631b5ad3e
+
+if {${name} ne ${subport}} {
+    conflicts       ${php}-APC ${php}-eaccelerator ${php}-xcache
+
+    configure.args-append --enable-apcu-spinlocks
+
+    use_parallel_build  yes
+}


Property changes on: trunk/dports/php/php-APCu/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/php/php-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php-eaccelerator/Portfile	2014-04-16 23:10:17 UTC (rev 119086)
+++ trunk/dports/php/php-eaccelerator/Portfile	2014-04-16 23:35:39 UTC (rev 119087)
@@ -36,7 +36,7 @@
 use_bzip2           yes
 
 if {${name} ne ${subport}} {
-    conflicts       ${php}-APC ${php}-xcache
+    conflicts       ${php}-APC ${php}-APCu ${php}-xcache
     
     variant shared_memory description {Enable shared memory access functions (only enable in trusted environments)} {
         configure.args-append --with-eaccelerator-shared-memory

Modified: trunk/dports/php/php-xcache/Portfile
===================================================================
--- trunk/dports/php/php-xcache/Portfile	2014-04-16 23:10:17 UTC (rev 119086)
+++ trunk/dports/php/php-xcache/Portfile	2014-04-16 23:35:39 UTC (rev 119087)
@@ -25,7 +25,7 @@
                         sha256  86af3e08a8983648d9755f5e1d0e32ad5b952d3e92a83fcaf3acbac9ffd65ee9
 
 if {${name} ne ${subport}} {
-    conflicts           ${php}-APC ${php}-eaccelerator
+    conflicts           ${php}-APC ${php}-APCu ${php}-eaccelerator
     
     patchfiles          patch-xcache.ini.diff
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140416/8fb320a2/attachment-0001.html>


More information about the macports-changes mailing list