diff options
author | beech <beech@FreeBSD.org> | 2008-07-04 06:27:12 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-04 06:27:12 +0800 |
commit | 0d3cd01504e9a10d880c2fa9dbebba3ff8426b85 (patch) | |
tree | 524fa6ec3dd204d6e176f220d541ecc6de0b2898 /www/squid/Makefile | |
parent | 2b65330283d2dc40610ffda8cccf871faf483c17 (diff) | |
download | freebsd-ports-gnome-0d3cd01504e9a10d880c2fa9dbebba3ff8426b85.tar.gz freebsd-ports-gnome-0d3cd01504e9a10d880c2fa9dbebba3ff8426b85.tar.zst freebsd-ports-gnome-0d3cd01504e9a10d880c2fa9dbebba3ff8426b85.zip |
- Update to 2.6.STABLE21
PR: ports/125099
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 364655531489..0afe3dda0b05 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,8 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.20 -PORTREVISION= 3 +PORTVERSION= 2.6.21 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -95,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.STABLE20 +DISTNAME= squid-2.6.STABLE21 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ |