diff options
author | adrian <adrian@FreeBSD.org> | 2001-04-10 14:41:19 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-04-10 14:41:19 +0000 |
commit | 9bb64cb0eedbbac7ba7c2c45ee8b2fb925598c60 (patch) | |
tree | 597a56fa549a54a264361d9e80131b36b4bf554b /www/squid31 | |
parent | 670dc4a7be031c940ebd311dede75b85dcf05894 (diff) | |
download | FreeBSD-ports-9bb64cb0eedbbac7ba7c2c45ee8b2fb925598c60.zip FreeBSD-ports-9bb64cb0eedbbac7ba7c2c45ee8b2fb925598c60.tar.gz |
PR: 26339
Fix the diskd path issue. diskd should now be found by squid and work happy.
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 5 | ||||
-rw-r--r-- | www/squid31/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 2150034..5b71dc9 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ @@ -22,7 +22,8 @@ PATCHFILES= squid-2.4.stable1-wrong_sign_on_timestamp_check.patch \ squid-2.4.stable1-high_cpu_with_peers.patch \ squid-2.4.stable1-force_valid_blksize.patch \ squid-2.4.stable1-kill_parent_on_child_sigkill.patch \ - squid-2.4.stable1-htcp_assertion_fix.patch + squid-2.4.stable1-htcp_assertion_fix.patch \ + squid-2.4.stable1-diskd_fixed_path.patch MAINTAINER= adrian@freebsd.org diff --git a/www/squid31/distinfo b/www/squid31/distinfo index f05df10..5e13015 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -4,3 +4,4 @@ MD5 (squid2.4/squid-2.4.stable1-high_cpu_with_peers.patch) = f358cc67f07ba9e9904 MD5 (squid2.4/squid-2.4.stable1-force_valid_blksize.patch) = d6bd16c8059ea16da1cb276331119bf3 MD5 (squid2.4/squid-2.4.stable1-kill_parent_on_child_sigkill.patch) = a1ad2ff574a0d0973af36a10e0333cab MD5 (squid2.4/squid-2.4.stable1-htcp_assertion_fix.patch) = 8332039c0bab696c0ffc244cf6d7f1f8 +MD5 (squid2.4/squid-2.4.stable1-diskd_fixed_path.patch) = 487d5827ed5ab3619a03368206362b36 |