Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 23:30:09 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178845: [MAINTAINER] games/domination: update to 1.1.1.4
Message-ID:  <20130522213016.B528E147@hub.freebsd.org>
Resent-Message-ID: <201305222140.r4MLe0WR096310@freefall.freebsd.org>

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

>Number:         178845
>Category:       ports
>Synopsis:       [MAINTAINER] games/domination: update to 1.1.1.4
>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:   Wed May 22 21:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:
- Update to 1.1.1.4
- Fix docs
- Trim desktop entry
- Trim pkg-plist

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- domination-1.1.1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/domination/Makefile ./Makefile
--- /usr/ports/games/domination/Makefile	2013-03-12 14:41:05.000000000 +0100
+++ ./Makefile	2013-05-22 23:21:07.000000000 +0200
@@ -1,7 +1,8 @@
+# Created by: nemysis <nemysis@gmx.ch>
 # $FreeBSD: head/games/domination/Makefile 313844 2013-03-10 21:50:38Z beech $
 
 PORTNAME=	domination
-PORTVERSION=	1.1.1.3
+PORTVERSION=	1.1.1.4
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game  \
 		http://domination.sourceforge.net/maps/
@@ -14,8 +15,6 @@
 
 LICENSE=	GPLv3
 
-OPTIONS_DEFINE=	DOCS
-
 FETCH_ARGS?=	-Fpr
 USE_ZIP=	yes
 USE_JAVA=	yes
@@ -47,18 +46,11 @@
 		${PORTNAME}-SimpleGUI \
 		${PORTNAME}-SwingGUI
 
-DESKTOP_ENTRIES="Domination" "${COMMENT}" \
-		"${PREFIX}/share/pixmaps/${PORTNAME}.png" \
-		"${PORTNAME}-SwingGUI" "Game;StrategyGame;" "false"
+DESKTOP_ENTRIES="Domination" "${COMMENT}" "${PORTNAME}" \
+		"${PORTNAME}-SwingGUI" "Game;StrategyGame;" false
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+=	PORTDOCS=""
-.else
-PLIST_SUB+=	PORTDOCS="@comment "
-.endif
-
 post-extract-script:
 .for f in ${MAPS:S/$/.zip/}
 	@${UNZIP_CMD} -qo -d ${WRKSRC}/maps ${DISTDIR}/${DIST_SUBDIR}/${f}
diff -ruN --exclude=CVS /usr/ports/games/domination/distinfo ./distinfo
--- /usr/ports/games/domination/distinfo	2013-03-12 14:41:05.000000000 +0100
+++ ./distinfo	2013-05-22 23:21:01.000000000 +0200
@@ -1,5 +1,5 @@
-SHA256 (domination/Domination_1.1.1.3.zip) = 1d390ff9d7f6667179af6d91ce0c7b9f8bcecabc49ea94e74fbe0cc1e38740a2
-SIZE (domination/Domination_1.1.1.3.zip) = 6068074
+SHA256 (domination/Domination_1.1.1.4.zip) = 22427a038a462184ee0f6533627a903423a5c1e3f3ce5da02cb77753f7ae441f
+SIZE (domination/Domination_1.1.1.4.zip) = 6333966
 SHA256 (domination/solar.zip) = 38345a0921e485ccaf15e15a5ba2bc1281613d139481d0918fc055af653020e9
 SIZE (domination/solar.zip) = 160107
 SHA256 (domination/bigeurope.zip) = 55b574adb11d11ebd084d8b36e93f5b891fc6e69f26e842aa47ab7c9c75ce4d6
diff -ruN --exclude=CVS /usr/ports/games/domination/pkg-plist ./pkg-plist
--- /usr/ports/games/domination/pkg-plist	2013-03-12 14:41:05.000000000 +0100
+++ ./pkg-plist	2013-03-26 18:22:18.000000000 +0100
@@ -2,10 +2,6 @@
 bin/domination-Increment1GUI
 bin/domination-SimpleGUI
 bin/domination-SwingGUI
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe.txt
-%%PORTDOCS%%%%DOCSDIR%%/commands.txt
-%%PORTDOCS%%%%DOCSDIR%%/todo.txt
 %%DATADIR%%/ChangeLog.txt
 %%DATADIR%%/CommandLine.cmd
 %%DATADIR%%/CommandLine.sh
@@ -506,4 +502,3 @@
 @dirrm %%DATADIR%%/lib
 @dirrm %%DATADIR%%/help
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- domination-1.1.1.4.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?20130522213016.B528E147>