[99336] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Fri Nov 2 03:23:27 PDT 2012


Revision: 99336
          http://trac.macports.org//changeset/99336
Author:   ryandesign at macports.org
Date:     2012-11-02 03:23:27 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
php-xcache: update to 3.0.0

Modified Paths:
--------------
    trunk/dports/php/php-xcache/Portfile
    trunk/dports/php/php-xcache/files/patch-xcache.ini.diff
    trunk/dports/php/php5-xcache/Portfile
    trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff

Modified: trunk/dports/php/php-xcache/Portfile
===================================================================
--- trunk/dports/php/php-xcache/Portfile	2012-11-02 02:57:13 UTC (rev 99335)
+++ trunk/dports/php/php-xcache/Portfile	2012-11-02 10:23:27 UTC (rev 99336)
@@ -5,18 +5,14 @@
 PortGroup               php 1.1
 
 name                    php-xcache
-version                 2.0.1
+version                 3.0.0
 categories-append       www
 platforms               darwin
 maintainers             ryandesign openmaintainer
 license                 BSD
 
 php.branches            5.3 5.4
-php.extensions.zend     xcache
 
-# xcache must load first
-php.extension_ini       000${php.extension_ini}
-
 homepage                http://xcache.lighttpd.net/
 master_sites            ${homepage}pub/Releases/${version}/
 use_bzip2               yes
@@ -25,8 +21,8 @@
 
 long_description        ${name} is a ${description}.
 
-checksums               rmd160  7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \
-                        sha256  b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289
+checksums               rmd160  43a1dec1f3e75dc787c91aaf04657505198d3845 \
+                        sha256  b4a3a8a5384064db154606dfaf9ae9ca24aa43d92d67a7df566ebc95edc6826b
 
 if {${name} != ${subport}} {
     conflicts           ${php}-APC ${php}-eaccelerator

Modified: trunk/dports/php/php-xcache/files/patch-xcache.ini.diff
===================================================================
--- trunk/dports/php/php-xcache/files/patch-xcache.ini.diff	2012-11-02 02:57:13 UTC (rev 99335)
+++ trunk/dports/php/php-xcache/files/patch-xcache.ini.diff	2012-11-02 10:23:27 UTC (rev 99336)
@@ -1,19 +1,12 @@
---- xcache.ini.orig	2012-06-26 05:11:30.000000000 -0500
-+++ xcache.ini	2012-07-21 03:50:25.000000000 -0500
-@@ -1,16 +1,4 @@
+--- xcache.ini.orig	2012-10-10 07:01:56.000000000 -0500
++++ xcache.ini	2012-11-02 05:17:16.000000000 -0500
+@@ -1,9 +1,5 @@
  ;; this is an example, it won't work unless properly configured into php.ini
--[xcache-common]
--;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=*
--;; using extension=xcache.so is not recommended
--
--;; non-windows example
--;; update xxx accordingly
--zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
--;; windows example:
--zend_extension_ts = c:/php/extensions/php_xcache.dll
--;; for newer PHP, _ts is removed, use the following line instead
--zend_extension = c:/php/extensions/php_xcache.dll
--
+ [xcache-common]
+-;; non-Windows example:
+-extension = xcache.so
+-;; Windows example:
+-; extension = php_xcache.dll
+ 
  [xcache.admin]
  xcache.admin.enable_auth = On
- xcache.admin.user = "mOo"

Modified: trunk/dports/php/php5-xcache/Portfile
===================================================================
--- trunk/dports/php/php5-xcache/Portfile	2012-11-02 02:57:13 UTC (rev 99335)
+++ trunk/dports/php/php5-xcache/Portfile	2012-11-02 10:23:27 UTC (rev 99336)
@@ -4,16 +4,12 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xcache 2.0.1
-php5extension.type      zend
+php5extension.setup     xcache 3.0.0
 categories-append       www
 platforms               darwin
 maintainers             ryandesign openmaintainer
 license                 BSD
 
-# xcache must load first
-php5extension.ini       000${php5extension.ini}
-
 homepage                http://xcache.lighttpd.net/
 master_sites            ${homepage}pub/Releases/${version}/
 use_bzip2               yes
@@ -23,8 +19,8 @@
 
 long_description        ${name} is a ${description}.
 
-checksums               rmd160  7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \
-                        sha256  b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289
+checksums               rmd160  43a1dec1f3e75dc787c91aaf04657505198d3845 \
+                        sha256  b4a3a8a5384064db154606dfaf9ae9ca24aa43d92d67a7df566ebc95edc6826b
 
 patchfiles              patch-xcache.ini.diff
 

Modified: trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff
===================================================================
--- trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff	2012-11-02 02:57:13 UTC (rev 99335)
+++ trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff	2012-11-02 10:23:27 UTC (rev 99336)
@@ -1,19 +1,12 @@
---- xcache.ini.orig	2012-06-26 05:11:30.000000000 -0500
-+++ xcache.ini	2012-07-21 03:50:25.000000000 -0500
-@@ -1,16 +1,4 @@
+--- xcache.ini.orig	2012-10-10 07:01:56.000000000 -0500
++++ xcache.ini	2012-11-02 05:17:16.000000000 -0500
+@@ -1,9 +1,5 @@
  ;; this is an example, it won't work unless properly configured into php.ini
--[xcache-common]
--;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=*
--;; using extension=xcache.so is not recommended
--
--;; non-windows example
--;; update xxx accordingly
--zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
--;; windows example:
--zend_extension_ts = c:/php/extensions/php_xcache.dll
--;; for newer PHP, _ts is removed, use the following line instead
--zend_extension = c:/php/extensions/php_xcache.dll
--
+ [xcache-common]
+-;; non-Windows example:
+-extension = xcache.so
+-;; Windows example:
+-; extension = php_xcache.dll
+ 
  [xcache.admin]
  xcache.admin.enable_auth = On
- xcache.admin.user = "mOo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121102/8c788799/attachment-0001.html>


More information about the macports-changes mailing list