Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 14:00:33 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308531 - head/www/squid31
Message-ID:  <201212091400.qB9E0X4h061335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sun Dec  9 14:00:32 2012
New Revision: 308531
URL: http://svnweb.freebsd.org/changeset/ports/308531

Log:
  - update to 3.1.22
  - remove obsolete declaration of SQUID_ECAP in OPTIONS
  - mark DEPRECATED with the proposed expiration date 2013-03-31
  
  PR:		ports/174298
  Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)

Modified:
  head/www/squid31/Makefile
  head/www/squid31/distinfo

Modified: head/www/squid31/Makefile
==============================================================================
--- head/www/squid31/Makefile	Sun Dec  9 13:58:08 2012	(r308530)
+++ head/www/squid31/Makefile	Sun Dec  9 14:00:32 2012	(r308531)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	squid24
-# Date created:		Tue Mar 27 14:56:08 CEST 2001
-# Whom:			Adrian Chadd <adrian@FreeBSD.org>
-#
+# Created by: Adrian Chadd <adrian@FreeBSD.org>
 # $FreeBSD$
 #
 # Tunables not (yet) configurable via 'make config':
@@ -51,7 +48,6 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.1.${SQUID_STABLE_VER}
-PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
 		http://mirrors.ccs.neu.edu/Squid/ \
@@ -91,7 +87,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LATEST_LINK=	squid31
 
-SQUID_STABLE_VER=	21
+DEPRECATED=	Squid 3.1 is no longer recommended for new installations. Please use www/squid32 instead
+EXPIRATION_DATE=	2013-03-31
+
+SQUID_STABLE_VER=	22
 
 CONFLICTS_INSTALL=	squid-2.[0-9].* squid-3.[^1].* cacheboy-[0-9]* lusca-head-[0-9]*
 GNU_CONFIGURE=	yes
@@ -135,7 +134,6 @@ OPTIONS=	SQUID_KERB_AUTH "Install Kerber
 		SQUID_PF "Enable transparent proxying with PF" off \
 		SQUID_IPFILTER "Enable transp. proxying with IPFilter" off \
 		SQUID_FOLLOW_XFF "Follow X-Forwarded-For headers" off \
-		SQUID_ECAP "En. loadable content adaptation modules" off \
 		SQUID_ICAP "Enable ICAP client functionality" off \
 		SQUID_ESI "Enable ESI support (experimental)" off \
 		SQUID_AUFS "Enable the aufs storage scheme" on \

Modified: head/www/squid31/distinfo
==============================================================================
--- head/www/squid31/distinfo	Sun Dec  9 13:58:08 2012	(r308530)
+++ head/www/squid31/distinfo	Sun Dec  9 14:00:32 2012	(r308531)
@@ -1,2 +1,2 @@
-SHA256 (squid3.1/squid-3.1.21.tar.bz2) = eb9e26ebc2f7d992d135a1212540d46ebced9ceb4a74972ee0065477c1dc2e25
-SIZE (squid3.1/squid-3.1.21.tar.bz2) = 2559469
+SHA256 (squid3.1/squid-3.1.22.tar.bz2) = 16fe2313f981ede1c945eebe3743d8f835e724c6dae296bfc1200af555549424
+SIZE (squid3.1/squid-3.1.22.tar.bz2) = 2560270



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