[95568] trunk/dports/php/php-APC

ryandesign at macports.org ryandesign at macports.org
Mon Jul 16 19:48:00 PDT 2012


Revision: 95568
          https://trac.macports.org/changeset/95568
Author:   ryandesign at macports.org
Date:     2012-07-16 19:47:58 -0700 (Mon, 16 Jul 2012)
Log Message:
-----------
php-APC: fix advertised version number (#35213)

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

Added Paths:
-----------
    trunk/dports/php/php-APC/files/
    trunk/dports/php/php-APC/files/patch-php_apc.h.diff

Modified: trunk/dports/php/php-APC/Portfile
===================================================================
--- trunk/dports/php/php-APC/Portfile	2012-07-17 02:18:25 UTC (rev 95567)
+++ trunk/dports/php/php-APC/Portfile	2012-07-17 02:47:58 UTC (rev 95568)
@@ -6,6 +6,7 @@
 
 name                php-APC
 version             3.1.10
+revision            1
 categories          php devel
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -26,6 +27,8 @@
 if {${name} != ${subport}} {
     conflicts       ${php}-eaccelerator ${php}-xcache
     
+    patchfiles      patch-php_apc.h.diff
+    
     configure.args-append --enable-apc-spinlocks
     
     use_parallel_build  yes

Added: trunk/dports/php/php-APC/files/patch-php_apc.h.diff
===================================================================
--- trunk/dports/php/php-APC/files/patch-php_apc.h.diff	                        (rev 0)
+++ trunk/dports/php/php-APC/files/patch-php_apc.h.diff	2012-07-17 02:47:58 UTC (rev 95568)
@@ -0,0 +1,11 @@
+--- php_apc.h.orig	2012-04-11 06:46:33.000000000 -0500
++++ php_apc.h	2012-07-16 21:42:56.000000000 -0500
+@@ -35,7 +35,7 @@
+ #include "apc_php.h"
+ #include "apc_globals.h"
+ 
+-#define PHP_APC_VERSION "3.1.9"
++#define PHP_APC_VERSION "3.1.10"
+ 
+ extern zend_module_entry apc_module_entry;
+ #define apc_module_ptr &apc_module_entry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120716/bc6ac77e/attachment.html>


More information about the macports-changes mailing list