aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2007-07-26 00:14:25 +0800
committerale <ale@FreeBSD.org>2007-07-26 00:14:25 +0800
commit2fca8154ad60515b7fe977dbfc51d070d3b9e4e0 (patch)
tree256722d687a5ff27494133ea39c1135d9ed2d35a /www
parente7b019abd60560c14dd5a1e1e0a3d0a8ba636afb (diff)
downloadfreebsd-ports-gnome-2fca8154ad60515b7fe977dbfc51d070d3b9e4e0.tar.gz
freebsd-ports-gnome-2fca8154ad60515b7fe977dbfc51d070d3b9e4e0.tar.zst
freebsd-ports-gnome-2fca8154ad60515b7fe977dbfc51d070d3b9e4e0.zip
Update to 1.2.1 release.
Diffstat (limited to 'www')
-rw-r--r--www/xcache/Makefile7
-rw-r--r--www/xcache/distinfo6
-rw-r--r--www/xcache/files/patch-xcache.ini5
-rw-r--r--www/xcache/pkg-plist4
4 files changed, 13 insertions, 9 deletions
diff --git a/www/xcache/Makefile b/www/xcache/Makefile
index 064e6761ea22..3991ebd8a375 100644
--- a/www/xcache/Makefile
+++ b/www/xcache/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= xcache
-DISTVERSION= 1.2.0
+DISTVERSION= 1.2.1
CATEGORIES= www
-MASTER_SITES= http://210.51.190.228/pub/XCache/Releases/ \
+MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/
MAINTAINER= ale@FreeBSD.org
COMMENT= A fast and stable php opcode cacher
@@ -24,10 +24,9 @@ OPTIONS= COVERAGER "Enable code coverage dumper" off
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
ADMINFILES= common-en.lang.php common-zh-simplified-utf-8.lang.php \
common-zh-traditional-utf-8.lang.php common.php config.php.example \
+ edit.php edit.tpl.php footer.tpl.php header.tpl.php \
help-en.lang.php help-zh-simplified-utf-8.lang.php \
help-zh-traditional-utf-8.lang.php help.php index.php \
tablesort.js xcache.css xcache.php xcache.tpl.php
diff --git a/www/xcache/distinfo b/www/xcache/distinfo
index f7615abb5bf0..a99e99e5c762 100644
--- a/www/xcache/distinfo
+++ b/www/xcache/distinfo
@@ -1,3 +1,3 @@
-MD5 (xcache-1.2.0.tar.bz2) = ffeaa9547037e098d9b041eb9741b51e
-SHA256 (xcache-1.2.0.tar.bz2) = 808d3a99ad584a52590504d26f272cd7235da3acb66bc67ed4e8387d1ab4ff02
-SIZE (xcache-1.2.0.tar.bz2) = 79153
+MD5 (xcache-1.2.1.tar.bz2) = 42133468871c573c397b8375dc8c19b6
+SHA256 (xcache-1.2.1.tar.bz2) = 67d56b7507005d4b88fda4de4876fe2ff6022c16360493486aabf94821f6ac67
+SIZE (xcache-1.2.1.tar.bz2) = 209708
diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini
index 8c0c3d74c361..5f4619dcfdad 100644
--- a/www/xcache/files/patch-xcache.ini
+++ b/www/xcache/files/patch-xcache.ini
@@ -1,6 +1,6 @@
--- xcache.ini.orig Sun Oct 29 23:03:49 2006
+++ xcache.ini Wed Nov 8 08:49:51 2006
-@@ -1,16 +1,12 @@
+@@ -1,17 +1,13 @@
[xcache-common]
-;; install as zend extension (recommended), normally "$extension_dir/xcache.so"
-zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
@@ -18,12 +18,13 @@
+extension = xcache.so
[xcache.admin]
+ xcache.admin.auth = On
-xcache.admin.user = "mOo"
+xcache.admin.user = "admin"
; xcache.admin.pass = md5($your_password)
xcache.admin.pass = ""
-@@ -21,7 +17,7 @@
+@@ -22,7 +18,7 @@
xcache.shm_scheme = "mmap"
; to disable: xcache.size=0
; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
diff --git a/www/xcache/pkg-plist b/www/xcache/pkg-plist
index 781d1584a9b9..146270f86276 100644
--- a/www/xcache/pkg-plist
+++ b/www/xcache/pkg-plist
@@ -5,6 +5,10 @@ lib/php/%%PHP_EXT_DIR%%/xcache.so
%%EXAMPLESDIR%%/admin/common-zh-traditional-utf-8.lang.php
%%EXAMPLESDIR%%/admin/common.php
%%EXAMPLESDIR%%/admin/config.php.example
+%%EXAMPLESDIR%%/admin/edit.php
+%%EXAMPLESDIR%%/admin/edit.tpl.php
+%%EXAMPLESDIR%%/admin/footer.tpl.php
+%%EXAMPLESDIR%%/admin/header.tpl.php
%%EXAMPLESDIR%%/admin/help-en.lang.php
%%EXAMPLESDIR%%/admin/help-zh-simplified-utf-8.lang.php
%%EXAMPLESDIR%%/admin/help-zh-traditional-utf-8.lang.php