aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2014-08-18 01:18:22 +0800
committermadpilot <madpilot@FreeBSD.org>2014-08-18 01:18:22 +0800
commit8fe7965c0182c653c37258c6dd0db5d38d3055bb (patch)
treed719cadf3b2c21969c98f9ec8981daee00353791
parent293713817b28a3ece4714aba97ae2631b2339199 (diff)
downloadfreebsd-ports-gnome-8fe7965c0182c653c37258c6dd0db5d38d3055bb.tar.gz
freebsd-ports-gnome-8fe7965c0182c653c37258c6dd0db5d38d3055bb.tar.zst
freebsd-ports-gnome-8fe7965c0182c653c37258c6dd0db5d38d3055bb.zip
Remove SQUID27 option and make the port depend on squid 3.3 by
default due to squid 2.7 being deprecated. Undeprecate.
-rw-r--r--www/squidguard/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index ed26799f3772..603739155aae 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -2,7 +2,7 @@
PORTNAME= squidGuard
PORTVERSION= 1.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www
MASTER_SITES= http://www.squidguard.org/Downloads/:a \
http://www.squidguard.org/Downloads/Contrib/:b
@@ -14,9 +14,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Fast redirector for squid
-DEPRECATED= Depends on www/squid which is two years past EOL
-EXPIRATION_DATE=2014-09-15
-
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -46,18 +43,16 @@ SUB_LIST= PORTNAME=${PORTNAME}
OPTIONS_DEFINE= DNS_BL DOCS EXAMPLES LDAP QUOTE_STRING
OPTIONS_SINGLE= SV
-OPTIONS_SINGLE_SV= SQUID27 SQUID32 SQUID33
-OPTIONS_DEFAULT= SQUID27
+OPTIONS_SINGLE_SV= SQUID32 SQUID33
+OPTIONS_DEFAULT= SQUID33
EXAMPLES_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
SQUID32_DESC= Depend on Squid 3.2.x
SQUID33_DESC= Depend on Squid 3.3.x
OPTIONS_SUB= yes
-SQUID27_RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
SQUID32_RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid32
SQUID33_RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33
LDAP_CONFIGURE_ON= --with-ldap