From 8c2460d2e7de6b9546c0df57152340e8ea80ff01 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 17 Aug 2014 14:06:11 +0000 Subject: [PATCH] Retire www/squid in a month, and deprecate 6 dependent ports too Squid cache is only supported for one stable release. There was an exception for squid 2.7 (www/squid) as it was supported until squid 3.x reached feature parity which occurred with the release of Squid 3.2 Thus the maintainers of Squid have declared Squid 2.7 reached End-of-Life on 14 August 2012. As a result, set this port to expire on 15 Sept 2014. Seven ports dependent on www/squid have been deprecated with the same date. Perhaps they can be switched to www/squid33 before they expire. Approved by: portmgr (implicit, some ports not staged) --- www/bannerfilter/Makefile | 3 +++ www/dansguardian-devel/Makefile | 3 +++ www/dansguardian/Makefile | 3 +++ www/rejik/Makefile | 2 +- www/squid/Makefile | 3 +++ www/squidguard/Makefile | 3 +++ www/squirm/Makefile | 3 +++ www/videocache/Makefile | 3 +++ 8 files changed, 22 insertions(+), 1 deletion(-) diff --git a/www/bannerfilter/Makefile b/www/bannerfilter/Makefile index 675d7b316f96..4eb1bb21c787 100644 --- a/www/bannerfilter/Makefile +++ b/www/bannerfilter/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://phroggy.com/files/unix/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Squid redirect script for filtering web banners +DEPRECATED= Depends on www/squid which is two years past EOL +EXPIRATION_DATE=2014-09-15 + LICENSE= GPLv2 RUN_DEPENDS= squid:${PORTSDIR}/www/squid diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index 5b91d240275a..fc97ec7ddd34 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -devel MAINTAINER= garga@FreeBSD.org COMMENT= Fast, feature-rich web content filter for Squid proxy servers +DEPRECATED= Depends on www/squid which is two years past EOL +EXPIRATION_DATE=2014-09-15 + LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index 08507eb3b180..1f795f891c5e 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= # empty, see below MAINTAINER= garga@FreeBSD.org COMMENT= Fast, feature-rich web content filter for Squid proxy servers +DEPRECATED= Depends on www/squid which is two years past EOL +EXPIRATION_DATE=2014-09-15 + LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid diff --git a/www/rejik/Makefile b/www/rejik/Makefile index 5b723208f0fc..f1f94774b0ac 100644 --- a/www/rejik/Makefile +++ b/www/rejik/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Squid redirector used for blocking unwanted content BROKEN= Fails to checksum -DEPRECATED= Broken for more than 6 months +DEPRECATED= Broken for more than 6 months and depends on www/squid which reached EOL 2 years ago EXPIRATION_DATE= 2014-08-22 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre diff --git a/www/squid/Makefile b/www/squid/Makefile index d248f646464d..44694da25a92 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -111,6 +111,9 @@ PATCHFILES= SQUID-2012_1.patch MAINTAINER= ports@FreeBSD.org COMMENT= HTTP Caching Proxy +DEPRECATED= Reach EOL on 14 Aug 2012 +EXPIRATION_DATE=2014-09-15 + SQUID_STABLE_VER= 9 CONFLICTS_INSTALL= squid-2.[^7]* squid3?-* cacheboy-[0-9]* lusca-head-[0-9]* diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index c9a0106504a6..ed26799f3772 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -14,6 +14,9 @@ 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 diff --git a/www/squirm/Makefile b/www/squirm/Makefile index 865d0e3ddc4f..29c9a273031c 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -10,6 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Fast & configurable redirector for the Squid +DEPRECATED= Depends on www/squid which is two years past EOL +EXPIRATION_DATE=2014-09-15 + RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid USE_CSTD= gnu89 diff --git a/www/videocache/Makefile b/www/videocache/Makefile index b56814d39650..0a37e2c9ccc9 100644 --- a/www/videocache/Makefile +++ b/www/videocache/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://secure.thrallingpenguin.com/hosting_files/ \ MAINTAINER= mopsfelder@gmail.com COMMENT= Squid URL rewriter for bandwidth optimization +DEPRECATED= Depends on www/squid which is two years past EOL +EXPIRATION_DATE=2014-09-15 + RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid \ ${PYTHON_SITELIBDIR}/urlgrabber/grabber.py:${PORTSDIR}/www/py-urlgrabber \ ${PYTHON_SITELIBDIR}/iniparse/ini.py:${PORTSDIR}/devel/py-iniparse