diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 17:26:23 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 17:26:23 +0800 |
commit | accd60cbcf4524d755dea4a553108c7050a30303 (patch) | |
tree | 65e8bc4ceb419e477afe68753b2d13e037e62937 /www/squid30/Makefile | |
parent | 4737c5879bfdc9653815e17ef8372a1bd9769def (diff) | |
download | freebsd-ports-gnome-accd60cbcf4524d755dea4a553108c7050a30303.tar.gz freebsd-ports-gnome-accd60cbcf4524d755dea4a553108c7050a30303.tar.zst freebsd-ports-gnome-accd60cbcf4524d755dea4a553108c7050a30303.zip |
- integrate a vendor patch from
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>
to correct a problem with logging that could occur in certain cases
(Squid bug #1605)
- add some of the WWW mirrors found on
<http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
PATCH_SITES
(thanks to Robert Backhaus for the initial submission)
- make the rc.d script print "Stopping squid." in the hand rolled stop command
when shutting down, just like default rc.subr stop routine would do
PR: ports/100056
Submitted by: maintainer
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index ea00c7a154c5..f1d21105325b 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -73,7 +73,7 @@ PORTNAME= squid PORTVERSION= 2.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -89,8 +89,19 @@ MASTER_SITE_SUBDIR= squid-2/STABLE DISTNAME= squid-2.5.STABLE14 DIST_SUBDIR= squid2.5 -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE14-httpReplyDestroy.patch +PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ + http://www2.us.squid-cache.org/%SUBDIR%/ \ + http://www3.us.squid-cache.org/%SUBDIR%/ \ + http://www1.at.squid-cache.org/%SUBDIR%/ \ + http://www1.nl.squid-cache.org/%SUBDIR%/ \ + http://www1.ru.squid-cache.org/%SUBDIR%/ \ + http://www1.uk.squid-cache.org/%SUBDIR%/ \ + http://www1.gr.squid-cache.org/%SUBDIR%/ \ + http://www1.jp.squid-cache.org/%SUBDIR%/ \ + http://www1.tw.squid-cache.org/%SUBDIR%/ +PATCH_SITE_SUBDIR= Versions/v2/2.5/bugs +PATCHFILES= squid-2.5.STABLE14-httpReplyDestroy.patch \ + squid-2.5.STABLE14-hierarchy_tag.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |