From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 19 07:10:07 2009 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 5883B1065679 for ; Sat, 19 Sep 2009 07:10:07 +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 366B08FC12 for ; Sat, 19 Sep 2009 07:10:07 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8J7A6RR038716 for ; Sat, 19 Sep 2009 07:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8J7A6j6038715; Sat, 19 Sep 2009 07:10:06 GMT (envelope-from gnats) Resent-Date: Sat, 19 Sep 2009 07:10:06 GMT Resent-Message-Id: <200909190710.n8J7A6j6038715@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE18106566B for ; Sat, 19 Sep 2009 07:06:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA768FC0A for ; Sat, 19 Sep 2009 07:06:54 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8J76rAK094706 for ; Sat, 19 Sep 2009 07:06:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n8J76rQR094705; Sat, 19 Sep 2009 07:06:53 GMT (envelope-from nobody) Message-Id: <200909190706.n8J76rQR094705@www.freebsd.org> Date: Sat, 19 Sep 2009 07:06:53 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138960: Fix some issues with games/doom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 07:10:07 -0000 >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: