diff options
author | leeym <leeym@FreeBSD.org> | 2005-04-21 16:57:57 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-04-21 16:57:57 +0800 |
commit | c94b0ef44f33c6c99e22c434e40109d8a87b8e8e (patch) | |
tree | ce1931609bfe3afee3643ed4b5091b2a12ac423d /www/squid25 | |
parent | 15eb5fb5b31dfeaebec0344cd04bd0db111807d6 (diff) | |
download | freebsd-ports-gnome-c94b0ef44f33c6c99e22c434e40109d8a87b8e8e.tar.gz freebsd-ports-gnome-c94b0ef44f33c6c99e22c434e40109d8a87b8e8e.tar.zst freebsd-ports-gnome-c94b0ef44f33c6c99e22c434e40109d8a87b8e8e.zip |
- Update distinfo for the 2GB patch, this includes a fix for
squid bugs #1283, 1287 and 1288 (assertion failed in store_client.c:343).
(already committed)
- Bump portrevision as a datapoint for this bugfix.
PR: 80163
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid25')
-rw-r--r-- | www/squid25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 4919f29a1b8f..91853310ce46 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -66,7 +66,7 @@ PORTNAME= squid PORTVERSION= 2.5.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |