diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-05 00:01:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-05 00:01:19 +0000 |
commit | fd719bb314e3649c94577b3e701f1c6ebb49b788 (patch) | |
tree | 2e406dfdd574018783ae3f3aaf6ee7943850af17 /www/squid30/Makefile | |
parent | 6a349c04c44d53991a17a38400e7b3c0a221f94a (diff) |
- Update to 3.0.STABLE4
- Remove two patches that are no longer needed
PR: ports/122382
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=210550
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 460581cfa390..37559130b6e2 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -62,8 +62,7 @@ # requests. PORTNAME= squid -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -82,7 +81,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://www1.jp.squid-cache.org/Versions/v3/3.0/ \ http://www2.tw.squid-cache.org/Versions/v3/3.0/ MASTER_SITE_SUBDIR= squid-3/STABLE -DISTNAME= squid-3.0.STABLE2 +DISTNAME= squid-3.0.STABLE4 DIST_SUBDIR= squid3.0 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ |