mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Update to 1.3.0 release.
This commit is contained in:
parent
ca2be91e9e
commit
9ce34f1490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240442
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user