Changeset 99336


Ignore:
Timestamp:
Nov 2, 2012, 10:23:27 AM (12 years ago)
Author:
ryandesign@…
Message:

php-xcache: update to 3.0.0

Location:
trunk/dports/php
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php-xcache/Portfile

    r95771 r99336  
    66
    77name                    php-xcache
    8 version                 2.0.1
     8version                 3.0.0
    99categories-append       www
    1010platforms               darwin
     
    1313
    1414php.branches            5.3 5.4
    15 php.extensions.zend     xcache
    16 
    17 # xcache must load first
    18 php.extension_ini       000${php.extension_ini}
    1915
    2016homepage                http://xcache.lighttpd.net/
     
    2622long_description        ${name} is a ${description}.
    2723
    28 checksums               rmd160  7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \
    29                         sha256  b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289
     24checksums               rmd160  43a1dec1f3e75dc787c91aaf04657505198d3845 \
     25                        sha256  b4a3a8a5384064db154606dfaf9ae9ca24aa43d92d67a7df566ebc95edc6826b
    3026
    3127if {${name} != ${subport}} {
  • trunk/dports/php/php-xcache/files/patch-xcache.ini.diff

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

    r95771 r99336  
    55PortGroup               php5extension 1.0
    66
    7 php5extension.setup     xcache 2.0.1
    8 php5extension.type      zend
     7php5extension.setup     xcache 3.0.0
    98categories-append       www
    109platforms               darwin
    1110maintainers             ryandesign openmaintainer
    1211license                 BSD
    13 
    14 # xcache must load first
    15 php5extension.ini       000${php5extension.ini}
    1612
    1713homepage                http://xcache.lighttpd.net/
     
    2420long_description        ${name} is a ${description}.
    2521
    26 checksums               rmd160  7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \
    27                         sha256  b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289
     22checksums               rmd160  43a1dec1f3e75dc787c91aaf04657505198d3845 \
     23                        sha256  b4a3a8a5384064db154606dfaf9ae9ca24aa43d92d67a7df566ebc95edc6826b
    2824
    2925patchfiles              patch-xcache.ini.diff
  • trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff

    r95752 r99336  
    1 --- xcache.ini.orig     2012-06-26 05:11:30.000000000 -0500
    2 +++ xcache.ini  2012-07-21 03:50:25.000000000 -0500
    3 @@ -1,16 +1,4 @@
     1--- xcache.ini.orig     2012-10-10 07:01:56.000000000 -0500
     2+++ xcache.ini  2012-11-02 05:17:16.000000000 -0500
     3@@ -1,9 +1,5 @@
    44 ;; this is an example, it won't work unless properly configured into php.ini
    5 -[xcache-common]
    6 -;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=*
    7 -;; using extension=xcache.so is not recommended
    8 -
    9 -;; non-windows example
    10 -;; update xxx accordingly
    11 -zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
    12 -;; windows example:
    13 -zend_extension_ts = c:/php/extensions/php_xcache.dll
    14 -;; for newer PHP, _ts is removed, use the following line instead
    15 -zend_extension = c:/php/extensions/php_xcache.dll
    16 -
     5 [xcache-common]
     6-;; non-Windows example:
     7-extension = xcache.so
     8-;; Windows example:
     9-; extension = php_xcache.dll
     10 
    1711 [xcache.admin]
    1812 xcache.admin.enable_auth = On
    19  xcache.admin.user = "mOo"
Note: See TracChangeset for help on using the changeset viewer.