Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2005 21:19:08 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/88208: [MAINTAINER UPDATE] games/quake-data: add mirror
Message-ID:  <1130631548.0@phobos.mars.bsd>
Resent-Message-ID: <200510300020.j9U0KIrC026846@freefall.freebsd.org>

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

>Number:         88208
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/quake-data: add mirror
>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:   Sun Oct 30 00:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


Changes:
* Add a mirror because IdSoftware's FTP has been down (it says "too many users") for a long time.


>How-To-Repeat:





>Fix:


--- quake-data.diff begins here ---
diff -urN /usr/ports/games/quake-data/Makefile quake-data/Makefile
--- /usr/ports/games/quake-data/Makefile	Mon Oct 17 08:46:09 2005
+++ quake-data/Makefile	Sat Oct 29 21:05:40 2005
@@ -41,13 +41,15 @@
 .endif
 
 .if defined(WITH_QUAKEWORLD)
-MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw
+MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
+		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
 DISTFILES+=	${PROGFILE}:qw
 EXTRACT_ONLY+=	${PROGFILE}
 PLIST_SUB+=	QUAKEWORLD=""
 
 .if defined(WITH_QUAKEWORLD_SKINS)
-MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins
+MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins \
+		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/skins/:skins
 DISTFILES+=	${SKINFILES:S/$/:skins/}
 EXTRACT_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
 PLIST_SUB+=	QUAKEWORLD_SKINS=""
--- quake-data.diff ends here ---



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



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