From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 10 20:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5632F106564A for ; Sat, 10 Dec 2011 20:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4598D8FC13 for ; Sat, 10 Dec 2011 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBAKo9qw037328 for ; Sat, 10 Dec 2011 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBAKo938037327; Sat, 10 Dec 2011 20:50:09 GMT (envelope-from gnats) Date: Sat, 10 Dec 2011 20:50:09 GMT Message-Id: <201112102050.pBAKo938037327@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/163170: [patch] Mk/bsd.sites.mk : cleanup ftp mirror esat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2011 20:50:09 -0000 The following reply was made to PR ports/163170; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/163170: [patch] Mk/bsd.sites.mk : cleanup ftp mirror esat Date: Sat, 10 Dec 2011 12:41:09 -0800 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Updated with two more sites. Sites unreachable for my port deskutils/vnc2flv and archivers/py-liblzma. I'm sure for others, as well. essentially CHEESESHOP updates. This patch includes the previous submitted. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Index: bsd.sites.mk =================================================================== RCS file: /home/jhelfman/ncvs/ports/Mk/bsd.sites.mk,v retrieving revision 1.553 diff -r1.553 bsd.sites.mk 62d61 < ftp://ftp.esat.net/mirrors/ftp.apache.org/%SUBDIR%/ \ 120,122c119 < http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \ < http://pypi.websushi.org/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \ < http://pypi.zopyx.com/${DISTNAME:S/${DISTVERSION}//:S/-//}/ --- > http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ 679d675 < ftp://ftp.esat.net/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ 1257d1252 < ftp://ftp.esat.net/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ --82I3+IH0IqGh5yIs--