diff options
author | krion <krion@FreeBSD.org> | 2004-07-22 14:09:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-22 14:09:05 +0800 |
commit | eab50d1d99ca9399bdd8ceb834aa0375de20fbfa (patch) | |
tree | 878ef83f359a0c169bd3f7d7eefa67c0997344a2 /www/squid | |
parent | 4900410089e82d84da1d10fd21ce6a869ba82cc6 (diff) | |
download | freebsd-ports-gnome-eab50d1d99ca9399bdd8ceb834aa0375de20fbfa.tar.gz freebsd-ports-gnome-eab50d1d99ca9399bdd8ceb834aa0375de20fbfa.tar.zst freebsd-ports-gnome-eab50d1d99ca9399bdd8ceb834aa0375de20fbfa.zip |
The ldap_helpers patch has been rerolled (a missing return
statement was inserted).
PR: ports/69408
Submitted by: maintainer
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 | ||||
-rw-r--r-- | www/squid/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index dfc78b360735..3e81e45b3c83 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 6607230a768c..d2136009e6d4 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -2,8 +2,8 @@ MD5 (squid2.5/squid-2.5.STABLE6.tar.bz2) = 7fd964ac27b43b613d6b981cc702a29e SIZE (squid2.5/squid-2.5.STABLE6.tar.bz2) = 1047199 MD5 (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 26a4ab522a2469f805f746bcdbe0109c SIZE (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 566 -MD5 (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 2c367b09a30a8c1bb8af290cbc5d15c8 -SIZE (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 25080 +MD5 (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 952d43265fd2a7755986b6c9191ed0fc +SIZE (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 25097 MD5 (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 2d6c81bd95659aa936281962b86e8a90 SIZE (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 6467 MD5 (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 1900043f6b73aa8a3cbd5004633a6c5c |