diff options
author | beech <beech@FreeBSD.org> | 2008-04-05 08:46:55 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-05 08:46:55 +0800 |
commit | 501d049282f0d26d978c4ab6ae7d6394dbb0375e (patch) | |
tree | edb75c70bf49bfb8433d310732bf03683d60bed1 /www/squid/Makefile | |
parent | 5556fc060290daf5ba99d931e2bd053f07f4b874 (diff) | |
download | freebsd-ports-gnome-501d049282f0d26d978c4ab6ae7d6394dbb0375e.tar.gz freebsd-ports-gnome-501d049282f0d26d978c4ab6ae7d6394dbb0375e.tar.zst freebsd-ports-gnome-501d049282f0d26d978c4ab6ae7d6394dbb0375e.zip |
- Update to 2.6.STABLE19
- Add a patch for Squid bug #2203 (Fixed in the 3.0 but not yet in the 2.6 series)
- Update maintainer mail address
PR: ports/122383
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index ec10451cc617..80d8e5a0371b 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.18 +PORTVERSION= 2.6.19 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -94,7 +94,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://www1.jp.squid-cache.org/Versions/v2/2.6/ \ http://www2.tw.squid-cache.org/Versions/v2/2.6/ MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE18 +DISTNAME= squid-2.6.STABLE19 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ @@ -109,7 +109,7 @@ PATCH_SITE_SUBDIR= Versions/v2/2.6/changesets PATCHFILES= PATCH_DIST_STRIP= -p1 -MAINTAINER= tmseck@netcologne.de +MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy CONFLICTS= squid-2.[^6]* @@ -383,7 +383,8 @@ SQUID_LANGUAGES?= Armenian Azerbaijani Bulgarian Catalan Czech Danish \ Hebrew Hungarian Italian Japanese Korean Lithuanian \ Polish Portuguese Romanian Russian-1251 Russian-koi8-r \ Serbian Simplify_Chinese Slovak Spanish Swedish \ - Traditional_Chinese Turkish + Traditional_Chinese Turkish Ukrainian-1251 \ + Ukrainian-koi8-u Ukrainian-utf8 SQUID_DEFAULT_LANG?= English CONFIGURE_ARGS+= --enable-err-languages="${SQUID_LANGUAGES}" \ --enable-default-err-language=${SQUID_DEFAULT_LANG} |