Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 2005 06:47:50 -0000
From:      Rudolf Polzer <freebsd-dr@durchnull.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83827: (maintainer update) games/pydance - fixed DISTFILES
Message-ID:  <20050721064750.17717.qmail@durchnull.ath.cx>
Resent-Message-ID: <200507210650.j6L6oCq2052474@freefall.freebsd.org>

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

>Number:         83827
>Category:       ports
>Synopsis:       (maintainer update) games/pydance - fixed DISTFILES
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 06:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rudolf Polzer <freebsd-dr@durchnull.de>
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD katsuragi.div0.ccc-offenbach.org 5.4-STABLE FreeBSD 5.4-STABLE #45: Sun Jul 17 02:38:07 CEST 2005 root@katsuragi.div0.ccc-offenbach.org:/usr/src/sys/i386/compile/DIV0_KERNEL i386


(any FreeBSD with fetch option -A)
>Description:
http://www.icculus.org/ downloads redirect to offload1.icculus.org.

Also added an additional mirror just in case the server the requests are redirected to disappears.

>How-To-Repeat:
-

>Fix:
diff -ru /usr/ports/games/pydance/Makefile /tmp/pydance/Makefile
--- /usr/ports/games/pydance/Makefile	Sun Jul  3 05:46:36 2005
+++ /tmp/pydance/Makefile	Thu Jul 21 08:42:08 2005
@@ -8,7 +8,10 @@
 PORTNAME=	pydance
 PORTVERSION=	1.0.3
 CATEGORIES=	games
-MASTER_SITES=	http://www.icculus.org/pyddr/
+MASTER_SITES=	\
+		http://offload1.icculus.org/pyddr/ \
+		http://www.icculus.org/pyddr/ \
+		http://www.informatik.uni-frankfurt.de/~polzer/distfiles/
 DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS}
 DIST_SUBDIR=	pydance
 EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}.tar.gz
>Release-Note:
>Audit-Trail:
>Unformatted:



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