ports/173270: [MAINTAINER] games/domination: Fixed distfiles for Distilator
nemysis
nemysis at gmx.ch
Thu Nov 1 20:50:01 UTC 2012
>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 at gmx.ch
--- domination-1.1.1.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list