Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Nov 2012 21:44:49 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/173270: [MAINTAINER] games/domination: Fixed distfiles for Distilator
Message-ID:  <20121101204453.CC3BF7AA@hub.freebsd.org>
Resent-Message-ID: <201211012050.qA1Ko0c5007469@freefall.freebsd.org>

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

>Number:         173270
>Category:       ports
>Synopsis:       [MAINTAINER] games/domination: Fixed distfiles for Distilator
>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:   Thu Nov 01 20:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

Makefile changed:
+		http://domination.sourceforge.net/maps/
+		${MAPS:S/$/.zip/}

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

Build log

https://redports.org/buildarchive/20121101002808-33248/

>Fix:

--- domination-1.1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/domination/Makefile ./Makefile
--- /usr/ports/games/domination/Makefile	2012-10-31 06:40:09.000000000 +0100
+++ ./Makefile	2012-10-31 21:53:38.000000000 +0100
@@ -4,9 +4,9 @@
 PORTVERSION=	1.1.1.1
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game  \
-		http://domination.sourceforge.net/maps/:maps
+		http://domination.sourceforge.net/maps/
 DISTFILES=	${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \
-		${MAPS:S/$/.zip/}:maps
+		${MAPS:S/$/.zip/}
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	nemysis@gmx.ch
--- domination-1.1.1.1.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?20121101204453.CC3BF7AA>