diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-01-31 22:05:53 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-01-31 22:05:53 +0000 |
commit | 029ca0cee132dce9c15cc53e38eb41298d4e4a52 (patch) | |
tree | 93ab0a5a4311a76ed5f3a0396405f1bce9032e2b /www/xcache | |
parent | 2da6642c9d858ea28f994d095af588f692545b9e (diff) | |
download | ports-029ca0cee132dce9c15cc53e38eb41298d4e4a52.tar.gz ports-029ca0cee132dce9c15cc53e38eb41298d4e4a52.zip |
Notes
Diffstat (limited to 'www/xcache')
-rw-r--r-- | www/xcache/Makefile | 2 | ||||
-rw-r--r-- | www/xcache/distinfo | 6 | ||||
-rw-r--r-- | www/xcache/files/patch-xcache.ini | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/xcache/Makefile b/www/xcache/Makefile index 3991ebd8a375..0309f8e85349 100644 --- a/www/xcache/Makefile +++ b/www/xcache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcache -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/ diff --git a/www/xcache/distinfo b/www/xcache/distinfo index a99e99e5c762..72fe0a312254 100644 --- a/www/xcache/distinfo +++ b/www/xcache/distinfo @@ -1,3 +1,3 @@ -MD5 (xcache-1.2.1.tar.bz2) = 42133468871c573c397b8375dc8c19b6 -SHA256 (xcache-1.2.1.tar.bz2) = 67d56b7507005d4b88fda4de4876fe2ff6022c16360493486aabf94821f6ac67 -SIZE (xcache-1.2.1.tar.bz2) = 209708 +MD5 (xcache-1.2.2.tar.bz2) = 0907f62536e6f8b10f900e54e37090b9 +SHA256 (xcache-1.2.2.tar.bz2) = 2c37ad89627379a79e5f26e204ca4a61c2d13cd097161d78aa67a6881448786b +SIZE (xcache-1.2.2.tar.bz2) = 210835 diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini index 5f4619dcfdad..5247b8461878 100644 --- a/www/xcache/files/patch-xcache.ini +++ b/www/xcache/files/patch-xcache.ini @@ -18,7 +18,7 @@ +extension = xcache.so [xcache.admin] - xcache.admin.auth = On + xcache.admin.enable_auth = On -xcache.admin.user = "mOo" +xcache.admin.user = "admin" ; xcache.admin.pass = md5($your_password) |