diff options
author | krion <krion@FreeBSD.org> | 2004-04-11 01:24:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-11 01:24:59 +0800 |
commit | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (patch) | |
tree | 2876365957cb53d8aae41bcea5523093ebbd6e2f /games/thudboard | |
parent | 70d560530d177b6e890f86e3a32cca2f456a7520 (diff) | |
download | freebsd-ports-gnome-2640fceac70fa2eaf8d3ad131ee93f131cdd0e25.tar.gz freebsd-ports-gnome-2640fceac70fa2eaf8d3ad131ee93f131cdd0e25.tar.zst freebsd-ports-gnome-2640fceac70fa2eaf8d3ad131ee93f131cdd0e25.zip |
- Update to version 1.0
PR: ports/65401
Submitted by: maintainer
Diffstat (limited to 'games/thudboard')
-rw-r--r-- | games/thudboard/Makefile | 2 | ||||
-rw-r--r-- | games/thudboard/distinfo | 4 | ||||
-rw-r--r-- | games/thudboard/pkg-plist | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games/thudboard/Makefile b/games/thudboard/Makefile index 92680e8f31d8..3bf247ad731b 100644 --- a/games/thudboard/Makefile +++ b/games/thudboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thudboard -PORTVERSION= 0.9.9 +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.million.nl/file/ diff --git a/games/thudboard/distinfo b/games/thudboard/distinfo index f8df07c0a460..18d21c015764 100644 --- a/games/thudboard/distinfo +++ b/games/thudboard/distinfo @@ -1,2 +1,2 @@ -MD5 (thudboard-0.9.9.tar.gz) = 8465c9c759c80e461a5278682a2c41dd -SIZE (thudboard-0.9.9.tar.gz) = 1009744 +MD5 (thudboard-1.0.tar.gz) = 84ce0062607fe44d316864fe9df87a2a +SIZE (thudboard-1.0.tar.gz) = 1010830 diff --git a/games/thudboard/pkg-plist b/games/thudboard/pkg-plist index f4e9297abfb2..cf2d0627ee5b 100644 --- a/games/thudboard/pkg-plist +++ b/games/thudboard/pkg-plist @@ -1,12 +1,13 @@ bin/thudboard %%DATADIR%%/battle.py %%DATADIR%%/battles/annotated.thud -%%DATADIR%%/images.py +%%DATADIR%%/skins.py %%DATADIR%%/img/banner.gif %%DATADIR%%/img/bcktile.gif %%DATADIR%%/img/board-grid.gif %%DATADIR%%/img/board.gif %%DATADIR%%/img/check.gif +%%DATADIR%%/img/colors %%DATADIR%%/img/copy.gif %%DATADIR%%/img/dwarf.gif %%DATADIR%%/img/list.gif @@ -24,7 +25,7 @@ bin/thudboard %%DATADIR%%/thud.ico %%DATADIR%%/thud.py %%DATADIR%%/battle.pyc -%%DATADIR%%/images.pyc +%%DATADIR%%/skins.pyc %%DATADIR%%/thud.pyc %%DATADIR%%/bugfix_askyesno.py %%DATADIR%%/bugfix_askyesno.pyc |