diff options
author | ale <ale@FreeBSD.org> | 2009-08-28 17:09:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-08-28 17:09:20 +0800 |
commit | 4e8d20c02b09bc67551abd80462b1a5d764d2cb8 (patch) | |
tree | 56d2ce849d218b4113eb085a7d5949aaf2fd243a | |
parent | c1a9f0b7db6ebeb9a0f33cf5d7f0f4f09db113ef (diff) | |
download | freebsd-ports-graphics-4e8d20c02b09bc67551abd80462b1a5d764d2cb8.tar.gz freebsd-ports-graphics-4e8d20c02b09bc67551abd80462b1a5d764d2cb8.tar.zst freebsd-ports-graphics-4e8d20c02b09bc67551abd80462b1a5d764d2cb8.zip |
Update to 1.3.0 release.
-rw-r--r-- | www/xcache/Makefile | 4 | ||||
-rw-r--r-- | www/xcache/distinfo | 6 | ||||
-rw-r--r-- | www/xcache/files/patch-xcache.ini | 9 |
3 files changed, 5 insertions, 14 deletions
diff --git a/www/xcache/Makefile b/www/xcache/Makefile index 0309f8e8534..1fb94a912c3 100644 --- a/www/xcache/Makefile +++ b/www/xcache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcache -DISTVERSION= 1.2.2 +DISTVERSION= 1.3.0 CATEGORIES= www MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/ @@ -29,7 +29,7 @@ ADMINFILES= common-en.lang.php common-zh-simplified-utf-8.lang.php \ 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 + mkpassword.php tablesort.js xcache.css xcache.php xcache.tpl.php COVERAGERFILES= common-en.lang.php common-zh-simplified-gb2312.lang.php \ common-zh-simplified-utf-8.lang.php common.php config.php.example \ diff --git a/www/xcache/distinfo b/www/xcache/distinfo index 72fe0a31225..326c42077e1 100644 --- a/www/xcache/distinfo +++ b/www/xcache/distinfo @@ -1,3 +1,3 @@ -MD5 (xcache-1.2.2.tar.bz2) = 0907f62536e6f8b10f900e54e37090b9 -SHA256 (xcache-1.2.2.tar.bz2) = 2c37ad89627379a79e5f26e204ca4a61c2d13cd097161d78aa67a6881448786b -SIZE (xcache-1.2.2.tar.bz2) = 210835 +MD5 (xcache-1.3.0.tar.bz2) = 3aea4b1e3bd38b19cd9ae6a82db4cb8d +SHA256 (xcache-1.3.0.tar.bz2) = f070a018b69f3a6d5220a155aac76d949b0bb07518c662bfc8dfd2a15f0d56ca +SIZE (xcache-1.3.0.tar.bz2) = 88722 diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini index 5247b846187..7e2f78bb31e 100644 --- a/www/xcache/files/patch-xcache.ini +++ b/www/xcache/files/patch-xcache.ini @@ -24,12 +24,3 @@ ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "" -@@ -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 --xcache.size = 0M -+xcache.size = 64M - ; set to cpu count (cat /proc/cpuinfo |grep -c processor) - xcache.count = 1 - ; just a hash hints, you can always store count(items) > slots |