diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-11 15:43:34 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-11 15:43:34 +0800 |
commit | 7119f248f0ea71e503c699dfa3979d92632a9375 (patch) | |
tree | 7043168bf62fef74c2b8fa8aa6fa8851f893b4ce /www/squid31/Makefile | |
parent | d0abc3b47a577625dca647c24f3a38f8882e1468 (diff) | |
download | freebsd-ports-gnome-7119f248f0ea71e503c699dfa3979d92632a9375.tar.gz freebsd-ports-gnome-7119f248f0ea71e503c699dfa3979d92632a9375.tar.zst freebsd-ports-gnome-7119f248f0ea71e503c699dfa3979d92632a9375.zip |
- Unbreak fetching squid again:
The recently updated client_db_gc patch has been reissued again;
according to squid CVS to "finetune the client db garbage collection
interval". Update distinfo accordingly and bump PORTREVISION.
PR: ports/72461 [1], ports/72463 [2]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1],
Thomas-Martin Seck (maintainer) [2]
Approved by: portsmgr (krion)
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index ae55a0cf8bcd..6276ac71c0c6 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ |