diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-07 23:43:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-07 23:43:53 +0800 |
commit | 7c7a4862ab71182bace2c5e0b486ed1ba1be46bf (patch) | |
tree | cd52232c2b62147b8c84caa1b45192fb9697fe64 /games/domination | |
parent | 84504615d7c3d962c2331f91e78ff3cd838cf768 (diff) | |
download | freebsd-ports-gnome-7c7a4862ab71182bace2c5e0b486ed1ba1be46bf.tar.gz freebsd-ports-gnome-7c7a4862ab71182bace2c5e0b486ed1ba1be46bf.tar.zst freebsd-ports-gnome-7c7a4862ab71182bace2c5e0b486ed1ba1be46bf.zip |
- Update to 1.1.1.4
- Fix docs
PR: 178845
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'games/domination')
-rw-r--r-- | games/domination/Makefile | 16 | ||||
-rw-r--r-- | games/domination/distinfo | 4 | ||||
-rw-r--r-- | games/domination/pkg-plist | 5 |
3 files changed, 6 insertions, 19 deletions
diff --git a/games/domination/Makefile b/games/domination/Makefile index 27b464b8b517..3c7bcbebbf3b 100644 --- a/games/domination/Makefile +++ b/games/domination/Makefile @@ -1,7 +1,8 @@ +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD$ 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 @@ COMMENT= Board game that is a bit like the well known game Risk LICENSE= GPLv3 -OPTIONS_DEFINE= DOCS - FETCH_ARGS?= -Fpr USE_ZIP= yes USE_JAVA= yes @@ -47,18 +46,11 @@ SUB_FILES= ${PORTNAME}-FlashGUI \ ${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 --git a/games/domination/distinfo b/games/domination/distinfo index 69dde13219e6..4d5e24a11811 100644 --- a/games/domination/distinfo +++ b/games/domination/distinfo @@ -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 --git a/games/domination/pkg-plist b/games/domination/pkg-plist index 00ab4d2e6097..c11a41df7b4f 100644 --- a/games/domination/pkg-plist +++ b/games/domination/pkg-plist @@ -2,10 +2,6 @@ bin/domination-FlashGUI 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 @@ share/pixmaps/domination.png @dirrm %%DATADIR%%/lib @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |