svn commit: r365187 - in head/www: bannerfilter dansguardian dansguardian-devel rejik squid squidguard squirm videocache
olli hauer
ohauer at gmx.de
Sun Aug 17 16:00:55 UTC 2014
On 2014-08-17 16:06, John Marino wrote:
> 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/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 at 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
>
>
Hm, looking at the squidguard port it looks like squid33 is supported.
OPTIONS_SINGLE_SV= SQUID27 SQUID32 SQUID33
-OPTIONS_DEFAULT= SQUID27
+OPTIONS_DEFAULT= SQUID33
Perhaps it is sufficient to adjust OPTIONS_DEFAULT?
The bad thing is ports having the squid version hard coded.
As far as I remember I helped on a remote site to setup squidguard with squid33.
More information about the svn-ports-head
mailing list