ports/185830: [pstch] games/doomsday fix MASTER_SITES
Max Sterling
maxclsb at gmail.com
Thu Jan 16 23:10:00 UTC 2014
>Number: 185830
>Category: ports
>Synopsis: [pstch] games/doomsday fix MASTER_SITES
>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: Thu Jan 16 23:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Max Sterling
>Release: 9.1
>Organization:
>Environment:
FreeBSD marvin 9.1-STABLE FreeBSD 9.1-STABLE #0 r246344: Tue Feb 5 00:46:08 MST 2013 root at marvin:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The port games/doomsday doesn't fetch because its Sourceforge site still uses "deng" in its URL.
>How-To-Repeat:
# cd /usr/ports/games/doomsday && make fetch
>Fix:
Apply the attached patch.
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 339993)
+++ Makefile (working copy)
@@ -4,7 +4,7 @@
PORTNAME= doomsday
PORTVERSION= 1.12.2
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/Doomsday%20Engine/${PORTVERSION}
+MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Enhanced Doom, Heretic, and Hexen source port
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list