Skip site navigation (1)Skip section navigation (2)
Date:      9 Mar 2003 08:02:10 -0000
From:      "Ryan T.Dean" <rtdean@cytherianage.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fenner@FreeBSD.org
Subject:   ports/49045: MASTER_SITES fixes for ports@freebsd.org ports
Message-ID:  <20030309080210.11798.qmail@lumina.cytherianage.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030309080210.11798.qmail>