diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2001-04-10 14:41:19 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2001-04-10 14:41:19 +0000 |
commit | bdcd6c305d888503185bb36de0fe102d30f3828c (patch) | |
tree | f976f150ba23fd772f8f5edafaf0cb83608d37f9 /www/squid27/Makefile | |
parent | Kanda-san says he has never accepted to be maintainer of this port. (diff) |
PR: 26339
Fix the diskd path issue. diskd should now be found by squid and work happy.
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 215003412543..5b71dc952dd7 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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 |