ports/138960: Fix some issues with games/doom
Chris Petrik
chris at officialunix.com
Sat Sep 19 07:10:07 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list