diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 21:13:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 21:13:07 +0800 |
commit | 601be691e97c244c218da74afc4a4c7b3d0bc163 (patch) | |
tree | a8ed15b97f011eb7b96cb0d5321182f4fa00f366 /www/squid/Makefile | |
parent | a4241834f925dd3a9e981ffeec286ff97705a154 (diff) | |
download | freebsd-ports-gnome-601be691e97c244c218da74afc4a4c7b3d0bc163.tar.gz freebsd-ports-gnome-601be691e97c244c218da74afc4a4c7b3d0bc163.tar.zst freebsd-ports-gnome-601be691e97c244c218da74afc4a4c7b3d0bc163.zip |
- Update to 2.6.STABLE.12
PR: 110610
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Security: http://www.vuxml.org/freebsd/c27bc173-d7aa-11db-b141-0016179b2dd5.html
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 f49fea249141..8c91129c4831 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 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.STABLE11 +DISTNAME= squid-2.6.STABLE12 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ |