diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/tileworld/Makefile | 5 | ||||
-rw-r--r-- | games/tileworld/PLIST | 3 | ||||
-rw-r--r-- | games/tileworld/distinfo | 10 | ||||
-rw-r--r-- | games/tileworld/patches/patch-aa | 34 |
4 files changed, 18 insertions, 34 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index e5e7963b4d7..202e2a09097 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2006/06/12 16:28:11 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/11/30 11:20:43 wiz Exp $ -DISTNAME= tworld-1.2.1 +DISTNAME= tworld-1.3.0 PKGNAME= ${DISTNAME:S/^t/tile/} -PKGREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/ diff --git a/games/tileworld/PLIST b/games/tileworld/PLIST index 704d83be827..bded0936078 100644 --- a/games/tileworld/PLIST +++ b/games/tileworld/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/10 00:53:37 snj Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/11/30 11:20:43 wiz Exp $ bin/tworld man/man6/tworld.6 share/doc/tworld/README @@ -34,6 +34,7 @@ share/tworld/res/tick.wav share/tworld/res/tiles.bmp share/tworld/res/ting.wav share/tworld/res/traphit.wav +share/tworld/res/unslist.txt share/tworld/res/whisk.wav share/tworld/sets/CCLP2.dac share/tworld/sets/cc-lynx.dac diff --git a/games/tileworld/distinfo b/games/tileworld/distinfo index 852f2f21eb7..2a88b3a503c 100644 --- a/games/tileworld/distinfo +++ b/games/tileworld/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 23:12:03 agc Exp $ +$NetBSD: distinfo,v 1.5 2007/11/30 11:20:43 wiz Exp $ -SHA1 (tworld-1.2.1.tar.gz) = 1d9b20fc6408e6ba9e1378bb7ca31d2cad3ffa30 -RMD160 (tworld-1.2.1.tar.gz) = 8d3bc46fd44dd3644c76bd89bc94e92b95395aa0 -Size (tworld-1.2.1.tar.gz) = 1045723 bytes -SHA1 (patch-aa) = 4acbb879f881d08c3b9af5c5850efa65460ba43b +SHA1 (tworld-1.3.0.tar.gz) = 21542cb012143d563232883d9337ed0e3bd06672 +RMD160 (tworld-1.3.0.tar.gz) = c4cee133bf2d3e0df2bd31a49d46d1c6628ef9a8 +Size (tworld-1.3.0.tar.gz) = 1045555 bytes +SHA1 (patch-aa) = 3fcc14d03b35d52e15d0d4e61797bd052d413003 diff --git a/games/tileworld/patches/patch-aa b/games/tileworld/patches/patch-aa index 68a8d3a9b8b..69dbc4d8e23 100644 --- a/games/tileworld/patches/patch-aa +++ b/games/tileworld/patches/patch-aa @@ -1,25 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2004/12/05 20:43:21 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2007/11/30 11:20:44 wiz Exp $ ---- Makefile.in.orig 2004-09-26 10:35:50.000000000 +0200 +--- Makefile.in.orig 2006-04-16 10:18:41.000000000 +0000 +++ Makefile.in -@@ -69,14 +69,14 @@ err.o : err.c oshw.h err.h - # - - comptime.h: -- echo \#define COMPILE_TIME \"`date '+%Y %b %e %T %Z'`\" > comptime.h -+ ${ECHO} \#define COMPILE_TIME \"`${DATE} '+%Y %b %e %T %Z'`\" > comptime.h - - # - # Libraries - # - - liboshw.a: oshw.h defs.h gen.h state.h err.h oshw/*.c oshw/*.h -- (cd oshw && make) -+ (cd oshw && ${MAKE}) - - # - # Resources -@@ -90,18 +90,21 @@ tworldres.o: tworld.ico +@@ -92,19 +92,21 @@ tworldres.o: tworld.ico # install: tworld @@ -33,23 +16,24 @@ $NetBSD: patch-aa,v 1.3 2004/12/05 20:43:21 wiz Exp $ - cp -i data/*.dat $(sharedir)/data/. - cp -i res/rc $(sharedir)/res/. - cp -i res/*.bmp $(sharedir)/res/. +- cp -i res/*.txt $(sharedir)/res/. - cp -i res/*.wav $(sharedir)/res/. - cp -i docs/tworld.6 $(mandir)/man6/. + ${BSD_INSTALL_DATA_DIR} $(bindir) + ${BSD_INSTALL_DATA_DIR} $(sharedir)/sets + ${BSD_INSTALL_DATA_DIR} $(sharedir)/data + ${BSD_INSTALL_DATA_DIR} $(sharedir)/res ++ ${BSD_INSTALL_DATA_DIR} $(prefix)/share/doc/tworld + ${BSD_INSTALL_DATA_DIR} $(mandir)/man6 + ${BSD_INSTALL_PROGRAM} ./tworld $(bindir)/. + ${BSD_INSTALL_DATA} sets/*.dac $(sharedir)/sets/. + ${BSD_INSTALL_DATA} data/*.dat $(sharedir)/data/. + ${BSD_INSTALL_DATA} res/rc $(sharedir)/res/. + ${BSD_INSTALL_DATA} res/*.bmp $(sharedir)/res/. ++ ${BSD_INSTALL_DATA} res/*.txt $(sharedir)/res/. + ${BSD_INSTALL_DATA} res/*.wav $(sharedir)/res/. + ${BSD_INSTALL_MAN} docs/tworld.6 $(mandir)/man6/. -+ ${BSD_INSTALL_DATA_DIR} $(prefix)/share/doc/tworld -+ ${BSD_INSTALL_DATA} README $(prefix)/share/doc/tworld -+ ${BSD_INSTALL_DATA} docs/tworld.html $(prefix)/share/doc/tworld ++ ${BSD_INSTALL_DATA} README docs/tworld.html $(prefix)/share/doc/tworld + + all: tworld mklynxcc - clean: - rm -f $(OBJS) tworld mklynxcc comptime.h config.* |