From owner-freebsd-ports-bugs Sun Mar 9 0: 0:37 2003 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 17F9A37B401 for ; Sun, 9 Mar 2003 00:00:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4AD43FA3 for ; Sun, 9 Mar 2003 00:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2980TNS071603 for ; Sun, 9 Mar 2003 00:00:29 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2980TeB071602; Sun, 9 Mar 2003 00:00:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9582D37B401 for ; Sat, 8 Mar 2003 23:59:00 -0800 (PST) Received: from lumina.student.iastate.edu (lumina.student.iastate.edu [64.113.68.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 79DC043FD7 for ; Sat, 8 Mar 2003 23:58:59 -0800 (PST) (envelope-from rtdean@lumina.cytherianage.net) Received: (qmail 11799 invoked by uid 1000); 9 Mar 2003 08:02:10 -0000 Message-Id: <20030309080210.11798.qmail@lumina.cytherianage.net> Date: 9 Mar 2003 08:02:10 -0000 From: "Ryan T.Dean" Reply-To: "Ryan T.Dean" To: FreeBSD-gnats-submit@FreeBSD.org Cc: fenner@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/49045: MASTER_SITES fixes for ports@freebsd.org ports Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 49045 >Category: ports >Synopsis: MASTER_SITES fixes for ports@freebsd.org ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 09 00:00:27 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ryan T. Dean >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD lumina.cytherianage.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Jan 1 22:06:04 CST 2003 root@lumina.cytherianage.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Bill Fenner sent out a heads-up to ports@ about unfetchable distfiles in the ports tree. This is the first of (hopefully) many that will correct the unfetchables. This PR fixes MASTER_SITES in audio/cmp3, audio/gnapster, games/gemdropx, games/gno3dtet, and games/nethack3[3,4]. I've included multiple ports in this PR because Mr. Fenner said it would be okay for ports which only need a MASTER_SITES update. (as a note on the games/gemdropx fix, it was failing because of a missing trailing / on the ftp:// line, however, the distfile does not live in that ftp directory anyways, so I just removed it). >How-To-Repeat: >Fix: Heres a patch... --- ports@freebsd.org-mastersite-updates begins here --- Index: audio/cmp3/Makefile =================================================================== RCS file: /export/ncvs/ports/audio/cmp3/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- audio/cmp3/Makefile 20 Feb 2003 16:49:42 -0000 1.16 +++ audio/cmp3/Makefile 9 Mar 2003 07:37:30 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 2.0.p5 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/ +MASTER_SITES= http://bsd.tucows.stop.hu/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org Index: audio/gnapster/Makefile =================================================================== RCS file: /export/ncvs/ports/audio/gnapster/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- audio/gnapster/Makefile 20 Feb 2003 16:49:43 -0000 1.30 +++ audio/gnapster/Makefile 9 Mar 2003 07:47:08 -0000 @@ -8,7 +8,8 @@ PORTNAME= gnapster PORTVERSION= 1.5.0 CATEGORIES= audio -MASTER_SITES= http://www.faradic.net/~jasta/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnapster MAINTAINER= ports@FreeBSD.org COMMENT= GNOME client for the online mp3 community called napster Index: games/gemdropx/Makefile =================================================================== RCS file: /export/ncvs/ports/games/gemdropx/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- games/gemdropx/Makefile 20 Feb 2003 17:32:08 -0000 1.16 +++ games/gemdropx/Makefile 9 Mar 2003 07:38:38 -0000 @@ -8,8 +8,7 @@ PORTNAME= gemdropx PORTVERSION= 0.9 CATEGORIES= games -MASTER_SITES= http://www.nbswebfx.com/downloads/ \ - ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx +MASTER_SITES= http://www.nbswebfx.com/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= An interesting one-player puzzle game for X Index: games/gno3dtet/Makefile =================================================================== RCS file: /export/ncvs/ports/games/gno3dtet/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- games/gno3dtet/Makefile 20 Feb 2003 17:32:08 -0000 1.21 +++ games/gno3dtet/Makefile 9 Mar 2003 07:39:17 -0000 @@ -8,7 +8,7 @@ PORTNAME= gno3dtet PORTVERSION= 1.6.4 CATEGORIES= games gnome -MASTER_SITES= http://12.252.48.14/ftp/gno3dtet/ +MASTER_SITES= http://12.206.131.3/pub/gno3dtet/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org Index: games/nethack33/Makefile =================================================================== RCS file: /export/ncvs/ports/games/nethack33/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- games/nethack33/Makefile 20 Feb 2003 17:29:23 -0000 1.33 +++ games/nethack33/Makefile 9 Mar 2003 07:45:09 -0000 @@ -9,7 +9,8 @@ PORTVERSION= 3.3.1 PORTREVISION= 1 CATEGORIES?= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz Index: games/nethack34/Makefile =================================================================== RCS file: /export/ncvs/ports/games/nethack34/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- games/nethack34/Makefile 18 Feb 2003 05:56:18 -0000 1.37 +++ games/nethack34/Makefile 9 Mar 2003 07:45:45 -0000 @@ -9,7 +9,8 @@ PORTVERSION= 3.4.0 PORTREVISION= 1 CATEGORIES?= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz --- ports@freebsd.org-mastersite-updates ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message