From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 14:06:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0E4069E; Sun, 17 Aug 2014 14:06:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1AA62B72; Sun, 17 Aug 2014 14:06:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7HE6DGT029327; Sun, 17 Aug 2014 14:06:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7HE6BkT029312; Sun, 17 Aug 2014 14:06:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408171406.s7HE6BkT029312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 Aug 2014 14:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365187 - in head/www: bannerfilter dansguardian dansguardian-devel rejik squid squidguard squirm videocache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 14:06:14 -0000 Author: marino Date: Sun Aug 17 14:06:11 2014 New Revision: 365187 URL: http://svnweb.freebsd.org/changeset/ports/365187 QAT: https://qat.redports.org/buildarchive/r365187/ Log: 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) Modified: head/www/bannerfilter/Makefile head/www/dansguardian-devel/Makefile head/www/dansguardian/Makefile head/www/rejik/Makefile head/www/squid/Makefile head/www/squidguard/Makefile head/www/squirm/Makefile head/www/videocache/Makefile Modified: head/www/bannerfilter/Makefile ============================================================================== --- head/www/bannerfilter/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/bannerfilter/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -10,6 +10,9 @@ MASTER_SITES= http://phroggy.com/files/u 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 Modified: head/www/dansguardian-devel/Makefile ============================================================================== --- head/www/dansguardian-devel/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/dansguardian-devel/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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 Modified: head/www/dansguardian/Makefile ============================================================================== --- head/www/dansguardian/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/dansguardian/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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 Modified: head/www/rejik/Makefile ============================================================================== --- head/www/rejik/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/rejik/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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 Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/squid/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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]* Modified: head/www/squidguard/Makefile ============================================================================== --- head/www/squidguard/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/squidguard/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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 Modified: head/www/squirm/Makefile ============================================================================== --- head/www/squirm/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/squirm/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -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 Modified: head/www/videocache/Makefile ============================================================================== --- head/www/videocache/Makefile Sun Aug 17 13:37:46 2014 (r365186) +++ head/www/videocache/Makefile Sun Aug 17 14:06:11 2014 (r365187) @@ -11,6 +11,9 @@ MASTER_SITES= http://secure.thrallingpen 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