From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 11 23:30:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B79516A415 for ; Sat, 11 Nov 2006 23:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8577B43D45 for ; Sat, 11 Nov 2006 23:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kABNUH9U078604 for ; Sat, 11 Nov 2006 23:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kABNUHk0078603; Sat, 11 Nov 2006 23:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 11 Nov 2006 23:30:17 GMT Resent-Message-Id: <200611112330.kABNUHk0078603@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2114E16A407 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/105418: [Maintainer] www/squid: point MASTER_SITES at HTTP mirrors; unbreak fetching X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 23:30:18 -0000 >Number: 105418 >Category: ports >Synopsis: [Maintainer] www/squid: point MASTER_SITES at HTTP mirrors; unbreak fetching >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 11 23:30:16 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: