From tmseck@netcologne.de  Tue Oct 26 19:02:31 2010
Return-Path: <tmseck@netcologne.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 989EE1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2010 19:02:31 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from smtp5.netcologne.de (smtp5.netcologne.de [194.8.194.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 603718FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2010 19:02:30 +0000 (UTC)
Received: from wcfields.tmseck.homedns.org (xdsl-78-35-54-243.netcologne.de [78.35.54.243])
	by smtp5.netcologne.de (Postfix) with SMTP id 1501640D5CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2010 20:43:38 +0200 (CEST)
Received: (qmail 89676 invoked by uid 1001); 26 Oct 2010 18:43:34 -0000
Message-Id: <20101026184334.89675.qmail@wcfields.tmseck.homedns.org>
Date: 26 Oct 2010 18:43:34 -0000
From: Thomas-Martin Seck <tmseck@web.de>
Reply-To: Thomas-Martin Seck <tmseck@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] www/squid31: update to 3.1.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         151760
>Category:       ports
>Synopsis:       [Maintainer] www/squid31: update to 3.1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 19:10:06 UTC 2010
>Closed-Date:    Sun Oct 31 00:37:58 UTC 2010
>Last-Modified:  Sun Oct 31 00:40:11 UTC 2010
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of October 26, 2010.

	
>Description:
- Update to 3.1.9
- Replace two dead mirrors
- Fix a bug in the squid rc script that caused the squid_conf rc.conf option
  to be non-functional
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../www/squid31)	(Revision 1885)
+++ Makefile	(.../local/squid31)	(Revision 1885)
@@ -61,13 +61,13 @@
 		http://mirror.aarnet.edu.au/pub/squid/squid/ \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid,} \
 		http://www.squid-cache.org/Versions/v3/3.1/ \
-		http://www2.us.squid-cache.org/Versions/v3/3.1/ \
+		http://www3.us.squid-cache.org/Versions/v3/3.1/ \
 		http://www1.at.squid-cache.org/Versions/v3/3.1/ \
 		http://www2.de.squid-cache.org/Versions/v3/3.1/ \
 		http://www.eu.squid-cache.org/Versions/v3/3.1/ \
 		http://www1.ie.squid-cache.org/Versions/v3/3.1/ \
 		http://www1.jp.squid-cache.org/Versions/v3/3.1/ \
-		http://www2.tw.squid-cache.org/Versions/v3/3.1/
+		http://www1.za.squid-cache.org/Versions/v3/3.1/
 MASTER_SITE_SUBDIR=	squid
 DISTNAME=	squid-3.1.${SQUID_STABLE_VER}
 DIST_SUBDIR=	squid3.1
@@ -88,7 +88,7 @@
 
 LATEST_LINK=	squid31
 
-SQUID_STABLE_VER=	8
+SQUID_STABLE_VER=	9
 
 CONFLICTS=	squid-2.[0-9].* squid-3.[^1].* cacheboy-[0-9]* lusca-head-[0-9]*
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
--- distinfo	(.../www/squid31)	(Revision 1885)
+++ distinfo	(.../local/squid31)	(Revision 1885)
@@ -1,3 +1,3 @@
-MD5 (squid3.1/squid-3.1.8.tar.bz2) = a8160dfba55ab7c400c622b72d39fc13
-SHA256 (squid3.1/squid-3.1.8.tar.bz2) = 088d4e798ca49e11713facccbd7ef3e7f9b16fc6eb86d59d0c43aa14d66501fe
-SIZE (squid3.1/squid-3.1.8.tar.bz2) = 2423617
+MD5 (squid3.1/squid-3.1.9.tar.bz2) = 896ace723445ac168986ba8854437ce3
+SHA256 (squid3.1/squid-3.1.9.tar.bz2) = bcc0d8e391a442fdeef0fe4676d89eddfce3cd9d9391ba6c217b1aa57b378f03
+SIZE (squid3.1/squid-3.1.9.tar.bz2) = 2432312
Index: files/squid.in
===================================================================
--- files/squid.in	(.../www/squid31)	(Revision 1885)
+++ files/squid.in	(.../local/squid31)	(Revision 1885)
@@ -77,6 +77,7 @@
 squid_conf=${squid_conf:-"%%PREFIX%%/etc/squid/squid.conf"}
 squid_enable=${squid_enable:-"NO"}
 squid_fib=${squid_fib:-"NONE"}
+squid_flags="-f ${squid_conf} ${squid_flags}"
 squid_pidfile=${squid_pidfile:-"/var/run/squid/squid.pid"}
 squid_user=${squid_user:-%%SQUID_UID%%}
 
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Sun Oct 31 00:37:41 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151760 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151760: commit references a PR
Date: Sun, 31 Oct 2010 00:36:38 +0000 (UTC)

 johans      2010-10-31 00:36:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/squid31          Makefile distinfo 
     www/squid31/files    squid.in 
   Log:
   - Update squid to 3.1.9
   - Replace two dead mirrors
   - Fix a bug in the squid rc script that caused the squid_conf
     rc.conf option to be non-functional
   
   PR:             ports/151760
   Submitted by:   Thomas-Martin Seck (maintainer)
   
   Revision  Changes    Path
   1.248     +3 -3      ports/www/squid31/Makefile
   1.190     +3 -3      ports/www/squid31/distinfo
   1.8       +2 -1      ports/www/squid31/files/squid.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
