Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2009 07:06:53 GMT
From:      Chris Petrik <chris@officialunix.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138960: Fix some issues with games/doom
Message-ID:  <200909190706.n8J76rQR094705@www.freebsd.org>
Resent-Message-ID: <200909190710.n8J7A6j6038715@freefall.freebsd.org>

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

>Number:         138960
>Category:       ports
>Synopsis:       Fix some issues with games/doom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 19 07:10:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD-7-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD-7-STABLE
>Description:
doom:
Fix download mirrors, and give a break to the freebsd.org ftp servers

doom-data:
Add a second backup mirror.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: games/doom/Makefile
===================================================================
RCS file: /usr/ncvs/ports/games/doom/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- games/doom/Makefile	19 Sep 2009 04:19:55 -0000	1.36
+++ games/doom/Makefile	19 Sep 2009 06:35:05 -0000
@@ -9,7 +9,8 @@
 PORTVERSION=	1.10
 PORTREVISION=	4
 CATEGORIES=	games
-MASTER_SITES=	# none known, please fix
+# Fix master_sites, give freebsd ftp servers a rest.
+MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|source/|}
 DISTNAME=	doomsrc
 
 MAINTAINER=	chris@officialunix.com
Index: games/doom-data/Makefile
===================================================================
RCS file: /usr/ncvs/ports/games/doom-data/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- games/doom-data/Makefile	24 Apr 2006 21:03:30 -0000	1.5
+++ games/doom-data/Makefile	19 Sep 2009 06:45:39 -0000
@@ -9,7 +9,8 @@
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	http://www.ijs.si/~lesi/distfiles/doom/
+MASTER_SITES=	http://www.ijs.si/~lesi/distfiles/doom/ \
+		http://distfiles.officialunix.com/
 PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
 EXTRACT_SUFX=	.bz2
 DISTFILES=	#


>Release-Note:
>Audit-Trail:
>Unformatted:



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