Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 21:28:00 -0800 (PST)
From:      dwcjr@inethouston.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22461: MASTER_SITE contains outdated location
Message-ID:  <20001101052800.0CFEB37B479@hub.freebsd.org>

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

>Number:         22461
>Category:       ports
>Synopsis:       MASTER_SITE contains outdated location
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 31 21:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David W. Chapman Jr.
>Release:        4.1.1-STABLE
>Organization:
Raintree Network Services
>Environment:
>Description:
MASTER_SITE has an outdated address that doesn't work
>How-To-Repeat:

>Fix:
--- Makefile.orig	Tue Oct 31 22:37:15 2000
+++ Makefile	Tue Oct 31 23:24:51 2000
@@ -8,9 +8,9 @@
 PORTNAME=	quakeserver
 PORTVERSION=	1.0
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/quake/planetquake/threewave/unix/ \
+MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/old/ \
 		ftp://ftp.idsoftware.com/idstuff/quake/
-DISTFILES=	unixded-1.0-i386-unknown-bsdi3.0.tar.gz \
+DISTFILES=	unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz \
 		quake106.zip
 
 MAINTAINER=	ports@freebsd.org
@@ -28,7 +28,7 @@
 		@ unzip -q -o ${DISTDIR}/quake106.zip -d ${WRKDIR} resource.*
 		@ ${CAT} ${WRKDIR}/resource.dat ${WRKDIR}/resource.1 > ${WRKDIR}/resource.exe
 		@ cd ${WRKDIR}; lha xfq resource.exe id1/pak0.pak
-		@ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-1.0-i386-unknown-bsdi3.0.tar.gz
+		@ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz
 
 do-configure:
 		@ ${CP} ${FILESDIR}/readme.port ${WRKSRC}


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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