aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-23 20:15:30 +0800
committerkrion <krion@FreeBSD.org>2004-12-23 20:15:30 +0800
commita18e65f9d41da4d950f93b24e613335d55ff2e67 (patch)
treebd42d044cb2b0999ce430eac0bc6e1e2403e4d86 /www/squid/Makefile
parent82360c3f18c2c0a77e6578335933c5e6e459f5a4 (diff)
downloadfreebsd-ports-gnome-a18e65f9d41da4d950f93b24e613335d55ff2e67.tar.gz
freebsd-ports-gnome-a18e65f9d41da4d950f93b24e613335d55ff2e67.tar.zst
freebsd-ports-gnome-a18e65f9d41da4d950f93b24e613335d55ff2e67.zip
Handle empty ACL definitions properly.
PR: ports/75403 Submitted by: maintainer
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index f2ced8715f17..6e8f2fb54dcb 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -94,7 +94,8 @@ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \
squid-2.5.STABLE7-blank_response.patch \
squid-2.5.STABLE7-dothost.patch \
squid-2.5.STABLE7-httpd_accel_vport.patch \
- squid-2.5.STABLE7-cachemgr_vmobjects.patch
+ squid-2.5.STABLE7-cachemgr_vmobjects.patch \
+ squid-2.5.STABLE7-empty_acls.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de