diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-18 19:49:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-18 19:49:07 +0800 |
commit | 048aee53aa379129abb5b6fb31cd03cca3b1c68f (patch) | |
tree | fa44c0b6b47cb98d9b7c1dd3fdb777cc64188fa5 /www/squid/Makefile | |
parent | 25bd0b1e6c1f8d63ea49ada0ec817f8c39286f7f (diff) | |
download | freebsd-ports-gnome-048aee53aa379129abb5b6fb31cd03cca3b1c68f.tar.gz freebsd-ports-gnome-048aee53aa379129abb5b6fb31cd03cca3b1c68f.tar.zst freebsd-ports-gnome-048aee53aa379129abb5b6fb31cd03cca3b1c68f.zip |
- Update to 2.6.STABLE11.
- Update the ICAP client patchset to not remove a specific function call;
this should fix timeout issues reported on the squid-dev list
PR: 110471
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index fdbeb259a318..f49fea249141 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.10 +PORTVERSION= 2.6.11 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \ @@ -87,7 +87,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE10 +DISTNAME= squid-2.6.STABLE11 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ |