Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 22:19:49 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327115 - head/games/domination
Message-ID:  <201309122219.r8CMJnlv058025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Thu Sep 12 22:19:48 2013
New Revision: 327115
URL: http://svnweb.freebsd.org/changeset/ports/327115

Log:
  - Update to 1.1.1.5
  - Change maintainer email gmx.ch --> FreeBSD.org
  - Add more levels
  - Add Docs Options
  - Mute dir install
  
  Approved by:	wg/pawel (mentors)

Modified:
  head/games/domination/Makefile
  head/games/domination/distinfo
  head/games/domination/pkg-plist

Modified: head/games/domination/Makefile
==============================================================================
--- head/games/domination/Makefile	Thu Sep 12 22:02:32 2013	(r327114)
+++ head/games/domination/Makefile	Thu Sep 12 22:19:48 2013	(r327115)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	domination
-PORTVERSION=	1.1.1.4
+PORTVERSION=	1.1.1.5
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game  \
 		http://domination.sourceforge.net/maps/
 DISTFILES=	${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \
 		${MAPS:S/$/.zip/}
 DIST_SUBDIR=	${PORTNAME}
+EXTRACT_ONLY=	${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Board game that is a bit like the well known game Risk
 
 LICENSE=	GPLv3
@@ -27,16 +28,17 @@ WRKSRC=		${WRKDIR}/${PORTNAME:S/d/D/}
 MAPS=		solar bigeurope google europass europe artic sudamerica \
 		MiddleEast-Qatar kosova Falkland-Islands england sw_baltic \
 		spain swiss france austria austria-hungary eire haiti brasil \
-		benelux canada germany northeurope germany1871 eesti estonia \
-		mexico serbia fletzmap greece North_of_Italy bayern berlin \
-		navarra Illes_Balears calw wuppertal kerzell ennepe-ruhr-kreis \
-		cologne saarland andorra catalunya astadt dortmund rio_de_janeiro \
-		caribbean Nuremberg_Public_Transit discworld aztec GTA_SAN_AN \
-		middleearth LOTR2 wow randland Riskopoly SuperRiskopoly trivia \
-		chutes sudoku conquest chrono_trigger startrek usa8 civilwar \
-		usa hawaii ohio nyc zertina fortress estlandr periodictable \
-		sylsia troisdorf wolken castle naerr cow westfalenhalle \
-		union rub gymnasium simpsons_world simpsons germany2
+		benelux canada germany northeurope germany1871 Deutsches_Reich_1871 \
+		eesti estonia mexico serbia fletzmap greece North_of_Italy \
+		bayern berlin navarra Illes_Balears calw wuppertal kerzell \
+		ennepe-ruhr-kreis cologne saarland andorra catalunya astadt \
+		dortmund rio_de_janeiro caribbean Nuremberg_Public_Transit \
+		discworld aztec GTA_SAN_AN middleearth LOTR2 wow randland \
+		Riskopoly SuperRiskopoly trivia chutes sudoku conquest \
+		chrono_trigger startrek usa8 civilwar usa hawaii ohio nyc \
+		zertina fortress estlandr periodictable sylsia troisdorf \
+		wolken castle naerr cow westfalenhalle union rub gymnasium \
+		simpsons_world simpsons germany2
 
 PORTDOCS=	ChangeLog.txt ReadMe.txt commands.txt todo.txt
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
@@ -49,25 +51,24 @@ SUB_FILES=	${PORTNAME}-FlashGUI \
 DESKTOP_ENTRIES="Domination" "${COMMENT}" "${PORTNAME}" \
 		"${PORTNAME}-SwingGUI" "Game;StrategyGame;" false
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 post-extract-script:
 .for f in ${MAPS:S/$/.zip/}
-	@${UNZIP_CMD} -qo -d ${WRKSRC}/maps ${DISTDIR}/${DIST_SUBDIR}/${f}
+	@${UNZIP_CMD} -qo -d ${WRKSRC}/maps ${_DISTDIR}/${f}
 .endfor
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* ${PREFIX}/bin
-
-	@${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "help lib maps resources saves *.jar *.cmd *.htm *.txt *.ini" ${DATADIR})
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* ${PREFIX}/bin
 	@(cd ${WRKSRC} && ${INSTALL_SCRIPT} *.sh ${DATADIR})
 	@(cd ${DATADIR} && ${CHMOD} 774 saves)
-
 	${LN} -sf ${DATADIR}/resources/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 

Modified: head/games/domination/distinfo
==============================================================================
--- head/games/domination/distinfo	Thu Sep 12 22:02:32 2013	(r327114)
+++ head/games/domination/distinfo	Thu Sep 12 22:19:48 2013	(r327115)
@@ -1,5 +1,5 @@
-SHA256 (domination/Domination_1.1.1.4.zip) = 22427a038a462184ee0f6533627a903423a5c1e3f3ce5da02cb77753f7ae441f
-SIZE (domination/Domination_1.1.1.4.zip) = 6333966
+SHA256 (domination/Domination_1.1.1.5.zip) = 6e0dd1c869679cc80c7904d6512cf9f6fc858a985b60c5a33f3f3291d716f740
+SIZE (domination/Domination_1.1.1.5.zip) = 6390032
 SHA256 (domination/solar.zip) = 38345a0921e485ccaf15e15a5ba2bc1281613d139481d0918fc055af653020e9
 SIZE (domination/solar.zip) = 160107
 SHA256 (domination/bigeurope.zip) = 55b574adb11d11ebd084d8b36e93f5b891fc6e69f26e842aa47ab7c9c75ce4d6
@@ -50,6 +50,8 @@ SHA256 (domination/northeurope.zip) = 1a
 SIZE (domination/northeurope.zip) = 32588
 SHA256 (domination/germany1871.zip) = 02b9ed234ec4117968f1ea6f922ff85ab5b1abfa9198cc6b7da44a3434b6e5f4
 SIZE (domination/germany1871.zip) = 37069
+SHA256 (domination/Deutsches_Reich_1871.zip) = f20c7c7a0ad80acf4051ba1f62893759a172b31238ddf0d16b0adb97088f7d64
+SIZE (domination/Deutsches_Reich_1871.zip) = 65936
 SHA256 (domination/eesti.zip) = 012cd1019d706975f18087e1b97f22962e2963d517b1296129b80e64ca669274
 SIZE (domination/eesti.zip) = 77844
 SHA256 (domination/estonia.zip) = 9a59d1b966771f4f27ec2f011f244202e390591bacd43bd7477be9e849b82790

Modified: head/games/domination/pkg-plist
==============================================================================
--- head/games/domination/pkg-plist	Thu Sep 12 22:02:32 2013	(r327114)
+++ head/games/domination/pkg-plist	Thu Sep 12 22:19:48 2013	(r327115)
@@ -55,6 +55,8 @@ bin/domination-SwingGUI
 %%DATADIR%%/help/maingame.gif
 %%DATADIR%%/help/mainmenu.gif
 %%DATADIR%%/help/newgame.gif
+%%DATADIR%%/help/pspbrwse.jbf
+%%DATADIR%%/help/rules.htm
 %%DATADIR%%/help/server.gif
 %%DATADIR%%/help/server2.gif
 %%DATADIR%%/help/splash.jpg
@@ -100,6 +102,10 @@ bin/domination-SwingGUI
 %%DATADIR%%/maps/Conquest_crd.cards
 %%DATADIR%%/maps/Conquest_map.gif
 %%DATADIR%%/maps/Conquest_pic.png
+%%DATADIR%%/maps/Deutsches_Reich_1871.cards
+%%DATADIR%%/maps/Deutsches_Reich_1871.map
+%%DATADIR%%/maps/Deutsches_Reich_1871_map.gif
+%%DATADIR%%/maps/Deutsches_Reich_1871_pic.png
 %%DATADIR%%/maps/DiscWorld.cards
 %%DATADIR%%/maps/DiscWorld.map
 %%DATADIR%%/maps/DiscWorld_map.gif



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