aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortmseck <tmseck@FreeBSD.org>2013-05-02 04:52:31 +0800
committertmseck <tmseck@FreeBSD.org>2013-05-02 04:52:31 +0800
commitde025c37f71891721631bf55841b2fb54319ab86 (patch)
tree55d55f209adba1d5275a3e9b2fa7e084279a1db3 /www
parent010c87a845ab5f32bc2a9923bdd3227ab4097de3 (diff)
downloadfreebsd-ports-gnome-de025c37f71891721631bf55841b2fb54319ab86.tar.gz
freebsd-ports-gnome-de025c37f71891721631bf55841b2fb54319ab86.tar.zst
freebsd-ports-gnome-de025c37f71891721631bf55841b2fb54319ab86.zip
Update the selection of Squid ports after the removal of Squid 3.1.
Submitted by: ohauer Approved by: madpilot (maintainer), flo (mentor)
Diffstat (limited to 'www')
-rw-r--r--www/squidguard/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index 2a40a94a9cbc..aba07430493d 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -45,15 +45,15 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= DNS_BL DOCS LDAP QUOTE_STRING SAMPLE_BL
OPTIONS_SINGLE= SV
-OPTIONS_SINGLE_SV= SQUID27 SQUID31 SQUID32
+OPTIONS_SINGLE_SV= SQUID27 SQUID32 SQUID33
OPTIONS_DEFAULT= SAMPLE_BL SQUID27
SAMPLE_BL_DESC= Install sample blacklists
DNS_BL_DESC= Enable DNS based blacklists
QUOTE_STRING_DESC= Add quoted string patch
SQUID27_DESC= Depend on Squid 2.7.x
-SQUID31_DESC= Depend on Squid 3.1.x
SQUID32_DESC= Depend on Squid 3.2.x
+SQUID33_DESC= Depend on Squid 3.3.x
.include <bsd.port.options.mk>
@@ -61,14 +61,14 @@ SQUID32_DESC= Depend on Squid 3.2.x
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
.endif
-.if ${PORT_OPTIONS:MSQUID31}
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid31
-.endif
-
.if ${PORT_OPTIONS:MSQUID32}
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid32
.endif
+.if ${PORT_OPTIONS:MSQUID33}
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33
+.endif
+
.if ${PORT_OPTIONS:MLDAP}
CONFIGURE_ARGS+= --with-ldap
USE_OPENLDAP= yes