Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 19:19:37 -0500 (CDT)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100766: [MAINTAINER] games/linux-ut: fix for MASTER_SITES URL's
Message-ID:  <200607240019.k6O0JbnS019992@thor.farley.org>
Resent-Message-ID: <200607240230.k6O2UFoS063251@freefall.freebsd.org>

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

>Number:         100766
>Category:       ports
>Synopsis:       [MAINTAINER] games/linux-ut: fix for MASTER_SITES URL's
>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:   Mon Jul 24 02:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jul 20 15:22:07 CDT 2006
>Description:
The URL's to liflg.org (downloads were previously missing) needed tweaking to
prevent the fetch rule from only trying FreeBSD.org FTP URL.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- linux-ut-451.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/linux-ut.orig/Makefile /usr/ports/games/linux-ut/Makefile
--- /usr/ports/games/linux-ut.orig/Makefile	Mon Jul 10 18:43:29 2006
+++ /usr/ports/games/linux-ut/Makefile	Sun Jul 23 15:33:28 2006
@@ -8,7 +8,7 @@
 PORTNAME=	linux-ut
 PORTVERSION=	451
 CATEGORIES=	games linux
-MASTER_SITES=	"http://liflg.org/?what=dl&catid=6&gameid=51&filename=":p436 \
+MASTER_SITES=	http://liflg.org/?what=dl\&catid=6\&gameid=51\&filename=/:p436 \
 		http://www.utpg.org/patches/:p451
 DISTFILES=	${PATCH436FILES} \
 		${PATCH451FILES}
--- linux-ut-451.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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