diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2002-02-19 13:46:22 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2002-02-19 13:46:22 +0000 |
commit | 70be6c595f3004df1d25294db9711df20fcc2003 (patch) | |
tree | 4855a1bd074086ac0e5ee26a84b216969c5b76fc /www/squid26/Makefile | |
parent | 3048651c241b3b007a6c1ad017a45c2e206fb9ae (diff) |
Update the port to squid-2.4stable4 .
Notes
Notes:
svn path=/head/; revision=54910
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 757646bc4f79..3976ab47e081 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -7,14 +7,14 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.4.STABLE3 +DISTNAME= squid-2.4.STABLE4 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/ |