From tmseck@netcologne.de  Sat Nov 11 23:29:47 2006
Return-Path: <tmseck@netcologne.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2114E16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Nov 2006 23:29:47 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.112])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 384F443D66
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Nov 2006 23:29:46 +0000 (GMT)
	(envelope-from tmseck@netcologne.de)
Received: from laurel.tmseck.homedns.org (xdsl-213-196-250-143.netcologne.de [213.196.250.143])
	by smtp2.netcologne.de (Postfix) with SMTP id 9AFAE4F53
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Nov 2006 00:29:44 +0100 (MET)
Received: (qmail 6559 invoked by uid 1001); 11 Nov 2006 23:29:39 -0000
Message-Id: <20061111232939.6558.qmail@laurel.tmseck.homedns.org>
Date: 11 Nov 2006 23:29:39 -0000
From: Thomas-Martin Seck <tmseck@netcologne.de>
Reply-To: Thomas-Martin Seck <tmseck@netcologne.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] www/squid: point MASTER_SITES at HTTP mirrors; unbreak fetching
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105418
>Category:       ports
>Synopsis:       [Maintainer] www/squid: point MASTER_SITES at HTTP mirrors; unbreak fetching
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    jmelo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 11 23:30:16 GMT 2006
>Closed-Date:    Fri Nov 17 12:51:42 GMT 2006
>Last-Modified:  Fri Nov 17 13:00:02 GMT 2006
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of November 11, 2006.

	
>Description:

The Squid project seems to have removed the distfiles for Squid 2.5
from their FTP server and most mirrors followed suit, cf fenner's
distfile survey for www/squid.

The distfiles are available via the HTTP mirrors for now so use
these instead.  While at it replace the www1.nl mirror with www2.nl
since the former seems to be a bit unresponsive at times.

In the short run I would like to move www/squid to www/squid25 and
www/squid26 to www/squid. Should I wait until 6.2 is out the door
or should I file a repocopy request right away?
	
>How-To-Repeat:
1) cd /usr/ports/www/squid && make fetch
2) see http://people.freebsd.org/~fenner/portsurvey/www.html#squid

	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(revision 1039)
+++ Makefile	(revision 1040)
@@ -75,30 +75,21 @@
 PORTVERSION=	2.5.14
 PORTREVISION=	3
 CATEGORIES=	www
-MASTER_SITES=	\
-		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
-		ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \
-		ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \
-		ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \
-		ftp://ftp.nl.uu.net/pub/unix/www/squid/%SUBDIR%/ \
-		ftp://ftp.mirrorservice.org/sites/ftp.squid-cache.org/pub/%SUBDIR%/ \
-		ftp://ftp.ntua.gr/pub/www/Squid/%SUBDIR%/ \
-		ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \
-		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
-MASTER_SITE_SUBDIR=	squid-2/STABLE
-DISTNAME=	squid-2.5.STABLE14
-DIST_SUBDIR=	squid2.5
-
-PATCH_SITES=	http://www.squid-cache.org/%SUBDIR%/ \
+MASTER_SITES=	http://www.squid-cache.org/%SUBDIR%/ \
 		http://www2.us.squid-cache.org/%SUBDIR%/ \
 		http://www3.us.squid-cache.org/%SUBDIR%/ \
 		http://www1.at.squid-cache.org/%SUBDIR%/ \
-		http://www1.nl.squid-cache.org/%SUBDIR%/ \
+		http://www2.nl.squid-cache.org/%SUBDIR%/ \
 		http://www1.ru.squid-cache.org/%SUBDIR%/ \
 		http://www1.uk.squid-cache.org/%SUBDIR%/ \
 		http://www1.gr.squid-cache.org/%SUBDIR%/ \
 		http://www1.jp.squid-cache.org/%SUBDIR%/ \
 		http://www1.tw.squid-cache.org/%SUBDIR%/
+MASTER_SITE_SUBDIR=	Versions/v2/2.5
+DISTNAME=	squid-2.5.STABLE14
+DIST_SUBDIR=	squid2.5
+
+PATCH_SITES=	${MASTER_SITES}
 PATCH_SITE_SUBDIR=	Versions/v2/2.5/bugs
 PATCHFILES=	squid-2.5.STABLE14-httpReplyDestroy.patch \
 		squid-2.5.STABLE14-hierarchy_tag.patch
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 11 23:30:26 UTC 2006 
Responsible-Changed-Why:  
jmelo@ wants to have WWW and MASTER_SITES PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105418 
State-Changed-From-To: open->closed 
State-Changed-By: jmelo 
State-Changed-When: Fri Nov 17 12:51:40 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105418: commit references a PR
Date: Fri, 17 Nov 2006 12:51:37 +0000 (UTC)

 jmelo       2006-11-17 12:51:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/squid            Makefile 
   Log:
   - Fix mastersites.
   
   PR:             ports/105418
   Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
   
   Revision  Changes    Path
   1.192     +7 -16     ports/www/squid/Makefile
 _______________________________________________
 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:
