Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 18:01:01 +0200
From:      olli hauer <ohauer@gmx.de>
To:        John Marino <marino@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r365187 - in head/www: bannerfilter dansguardian dansguardian-devel rejik squid squidguard squirm videocache
Message-ID:  <53F0D1BD.7060901@gmx.de>
In-Reply-To: <201408171406.s7HE6BkT029312@svn.freebsd.org>
References:  <201408171406.s7HE6BkT029312@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F0D1BD.7060901>