Date: Sun, 9 Aug 2009 10:34:31 GMT From: Glen Barber <glen.j.barber@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137597: [patch] games/openttd - add alternative MASTER_SITE to make fetchable Message-ID: <200908091034.n79AYVeb069951@www.freebsd.org> Resent-Message-ID: <200908091250.n79CoACb054400@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137597 >Category: ports >Synopsis: [patch] games/openttd - add alternative MASTER_SITE to make fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 09 12:50:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 8.0-BETA2 >Organization: >Environment: FreeBSD orion 8.0-BETA2 FreeBSD 8.0-BETA2 #11 r195886: Sun Jul 26 05:27:01 EDT 2009 root@orion:/usr/obj/usr/src/sys/ORION i386 >Description: games/openttd - port is unfetchable http://portsmon.freebsd.org/portserrs.py >How-To-Repeat: >Fix: The attached patch adds the OpenTTD site to MASTER_SITES in addition to SF. Patch attached with submission follows: --- openttd.orig/Makefile 2009-08-02 08:54:36.000000000 -0400 +++ openttd/Makefile 2009-08-09 06:22:08.000000000 -0400 @@ -8,7 +8,8 @@ PORTNAME= openttd PORTVERSION= 0.7.2 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF \ + http://binaries.openttd.org/releases/0.7.2/ MAINTAINER= danfe@FreeBSD.org COMMENT= An open source clone of Microprose Transport Tycoon Deluxe >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908091034.n79AYVeb069951>