diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-08 20:11:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-08 20:11:53 +0000 |
commit | 85a1e56f5d7709dca483dd783c5be3f5c170a82e (patch) | |
tree | de153cad69743ad3896dfc28dfd9c88b1f2dd614 /games | |
parent | d19ed263ad0bf029fc639671ccafdb69c026700b (diff) | |
download | pkgsrc-85a1e56f5d7709dca483dd783c5be3f5c170a82e.tar.gz |
Update to 9179: bugfixes.
Diffstat (limited to 'games')
-rw-r--r-- | games/puzzles/Makefile | 5 | ||||
-rw-r--r-- | games/puzzles/distinfo | 10 | ||||
-rw-r--r-- | games/puzzles/patches/patch-aa | 12 |
3 files changed, 13 insertions, 14 deletions
diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index def8cb8652b..f2dbdaabdca 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:38 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/09/08 20:11:53 wiz Exp $ # -DISTNAME= puzzles-r9109 +DISTNAME= puzzles-r9179 PKGNAME= ${DISTNAME:S/-r/-/} -PKGREVISION= 1 CATEGORIES= games # distfile changes daily MASTER_SITES= # http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ diff --git a/games/puzzles/distinfo b/games/puzzles/distinfo index 25997ffbc61..8e5309bf2fa 100644 --- a/games/puzzles/distinfo +++ b/games/puzzles/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2011/03/11 12:07:36 wiz Exp $ +$NetBSD: distinfo,v 1.8 2011/09/08 20:11:53 wiz Exp $ -SHA1 (puzzles-r9109.tar.gz) = c9cf0f496f80287714c2b4acfb45c7161f66fa50 -RMD160 (puzzles-r9109.tar.gz) = 985011e884596bbcae64f8d2ecb4f2709e82d02b -Size (puzzles-r9109.tar.gz) = 2953480 bytes -SHA1 (patch-aa) = 277a60fe10e9336619ae3f8ca19eea7f90e69010 +SHA1 (puzzles-r9179.tar.gz) = 86ca61acc1d4cc95e43aceae98a81d0996d9798e +RMD160 (puzzles-r9179.tar.gz) = 178c3de5c47d7ddbc64bd2aab22c5266cfde2e2b +Size (puzzles-r9179.tar.gz) = 2974938 bytes +SHA1 (patch-aa) = 3bd234ab30d8d2f53c5ea0775fac6a68e920d33f diff --git a/games/puzzles/patches/patch-aa b/games/puzzles/patches/patch-aa index 02b928b74e0..98543ff6ef9 100644 --- a/games/puzzles/patches/patch-aa +++ b/games/puzzles/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2011/01/21 23:15:39 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2011/09/08 20:11:53 wiz Exp $ Rename "net" to "netgame" so there's less chances of conflicts with other packages. ---- Makefile.orig 2011-01-21 01:38:52.000000000 +0000 +--- Makefile.orig 2011-09-08 00:38:57.000000000 +0000 +++ Makefile @@ -31,7 +31,7 @@ all: blackbox bridges cube dominosa fift galaxies galaxiespicture galaxiessolver guess inertia keen \ @@ -14,16 +14,16 @@ with other packages. pegs range rect samegame signpost signpostsolver singles \ singlessolver sixteen slant slantsolver solo solosolver \ tents tentssolver towers towerssolver twiddle unequal \ -@@ -167,7 +167,7 @@ mines: drawing.o gtk.o malloc.o midend.o +@@ -176,7 +176,7 @@ mines: drawing.o gtk.o malloc.o midend.o misc.o printing.o ps.o random.o tree234.o version.o \ - $(XLIBS) + $(XLFLAGS) $(XLIBS) -net: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \ +netgame: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \ printing.o ps.o random.o tree234.o version.o $(CC) -o $@ drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o \ net-icon.o printing.o ps.o random.o tree234.o version.o \ -@@ -609,7 +609,7 @@ GAMES += loopy +@@ -627,7 +627,7 @@ GAMES += loopy GAMES += magnets GAMES += map GAMES += mines @@ -32,7 +32,7 @@ with other packages. GAMES += netslide GAMES += pattern GAMES += pegs -@@ -649,4 +649,4 @@ install: +@@ -667,4 +667,4 @@ install: done clean: |