Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 23:03:29 GMT
From:      Max Sterling <maxclsb@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185830: [pstch] games/doomsday fix MASTER_SITES
Message-ID:  <201401162303.s0GN3TXg044570@oldred.freebsd.org>
Resent-Message-ID: <201401162310.s0GNA02m055349@freefall.freebsd.org>

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

>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@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@FreeBSD.org
 COMMENT=	Enhanced Doom, Heretic, and Hexen source port


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



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