diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-28 12:55:56 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-28 12:55:56 +0000 |
commit | 8d51ef89de38a5dfadeb1fd61e0b123d6367bdb7 (patch) | |
tree | a368c08af37e474cc738c88eee5691839316a8b2 /www/squid25 | |
parent | 081afea260309d715b44fb96647e88dd24695940 (diff) | |
download | ports-8d51ef89de38a5dfadeb1fd61e0b123d6367bdb7.tar.gz ports-8d51ef89de38a5dfadeb1fd61e0b123d6367bdb7.zip |
Integrate a patch from
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
- fix delay pools behaviour which was broken by the patch for squid bug #500,
introduced in squid-2.5.10_6 (squid bug #1405)
PR: ports/86669
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=143685
Diffstat (limited to 'www/squid25')
-rw-r--r-- | www/squid25/Makefile | 3 | ||||
-rw-r--r-- | www/squid25/distinfo | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 932e66e9902a..12d4a662a617 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -70,6 +70,7 @@ PORTNAME= squid PORTVERSION= 2.5.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -82,7 +83,7 @@ DISTNAME= squid-2.5.STABLE11 DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= +PATCHFILES= squid-2.5.STABLE11-delaypools_truncated.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid25/distinfo b/www/squid25/distinfo index ff75fc378cb9..b0bb0dda7af6 100644 --- a/www/squid25/distinfo +++ b/www/squid25/distinfo @@ -1,2 +1,4 @@ MD5 (squid2.5/squid-2.5.STABLE11.tar.bz2) = 5e7f13ad95b64b60ddd6cdc2ab800d67 SIZE (squid2.5/squid-2.5.STABLE11.tar.bz2) = 1075431 +MD5 (squid2.5/squid-2.5.STABLE11-delaypools_truncated.patch) = 73bd15ae4853d9b0f45ac4277b35ed15 +SIZE (squid2.5/squid-2.5.STABLE11-delaypools_truncated.patch) = 588 |