Skip site navigation (1)Skip section navigation (2)
Date:      15 Dec 2005 17:59:22 -0200
From:      Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90452: Fix port: games/uox3 fix mastersite
Message-ID:  <20051215195922.38084.qmail@capeta.freebsdbrasil.com.br>
Resent-Message-ID: <200512152000.jBFK0ABN089805@freefall.freebsd.org>

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

>Number:         90452
>Category:       ports
>Synopsis:       Fix port: games/uox3 fix mastersite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 20:00:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jean Milanez Melo
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386


	
>Description:
	
- Fixed MASTERS_SITE to fix fetch problem. It was unfetchable since 2004.
>How-To-Repeat:
	
>Fix:

	

--- uox3.diff begins here ---
diff -ruN uox3.old/Makefile uox3/Makefile
--- uox3.old/Makefile	Thu Mar 17 13:42:29 2005
+++ uox3/Makefile	Thu Dec 15 17:59:12 2005
@@ -9,8 +9,9 @@
 PORTVERSION=	0.69.02
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.borg-cube.com/pub/uox3/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX}
+MASTER_SITES=	http://www.mwcyber.com/GateTraveler/uox/files/:file1 \
+		http://mirror.etf.bg.ac.yu/freebsd/distfiles/uox3/:file2
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:file1 tqpsworld${EXTRACT_SUFX}:file2
 DISTNAME=	uox3v6902-linux
 
 MAINTAINER=	ports@FreeBSD.org
--- uox3.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?20051215195922.38084.qmail>