pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/puzzles Update to 9455: add new "pearl" game.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d6887c9c647
branches:  trunk
changeset: 602887:3d6887c9c647
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 22 15:04:09 2012 +0000

description:
Update to 9455: add new "pearl" game.

diffstat:

 games/puzzles/Makefile         |   5 ++---
 games/puzzles/PLIST            |   3 ++-
 games/puzzles/distinfo         |  10 +++++-----
 games/puzzles/patches/patch-aa |  18 +++++++++---------
 4 files changed, 18 insertions(+), 18 deletions(-)

diffs (98 lines):

diff -r 626b2b160fab -r 3d6887c9c647 games/puzzles/Makefile
--- a/games/puzzles/Makefile    Sun Apr 22 14:09:09 2012 +0000
+++ b/games/puzzles/Makefile    Sun Apr 22 15:04:09 2012 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2012/03/03 00:13:08 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2012/04/22 15:04:09 wiz Exp $
 #
 
-DISTNAME=      puzzles-r9306
+DISTNAME=      puzzles-r9455
 PKGNAME=       ${DISTNAME:S/-r/-/}
-PKGREVISION=   2
 CATEGORIES=    games
 # distfile changes daily
 MASTER_SITES=  # http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
diff -r 626b2b160fab -r 3d6887c9c647 games/puzzles/PLIST
--- a/games/puzzles/PLIST       Sun Apr 22 14:09:09 2012 +0000
+++ b/games/puzzles/PLIST       Sun Apr 22 15:04:09 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/01/21 23:15:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/04/22 15:04:09 wiz Exp $
 bin/blackbox
 bin/bridges
 bin/cube
@@ -18,6 +18,7 @@
 bin/netgame
 bin/netslide
 bin/pattern
+bin/pearl
 bin/pegs
 bin/range
 bin/rect
diff -r 626b2b160fab -r 3d6887c9c647 games/puzzles/distinfo
--- a/games/puzzles/distinfo    Sun Apr 22 14:09:09 2012 +0000
+++ b/games/puzzles/distinfo    Sun Apr 22 15:04:09 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2011/11/30 20:41:19 wiz Exp $
+$NetBSD: distinfo,v 1.10 2012/04/22 15:04:09 wiz Exp $
 
-SHA1 (puzzles-r9306.tar.gz) = b9498db2b4dba6f098df66964a93660c222cfe1c
-RMD160 (puzzles-r9306.tar.gz) = 8f089b739b20dd7d19a18593f9d46109961052a3
-Size (puzzles-r9306.tar.gz) = 2975146 bytes
-SHA1 (patch-aa) = 3bd234ab30d8d2f53c5ea0775fac6a68e920d33f
+SHA1 (puzzles-r9455.tar.gz) = f5981457f5c4537548e7d876fb6fb461911796eb
+RMD160 (puzzles-r9455.tar.gz) = ab3f3c09229ceb26d601cefecca07eb7cb0b9674
+Size (puzzles-r9455.tar.gz) = 3049599 bytes
+SHA1 (patch-aa) = d2bb92a1d358a454774be272dae0cc1fde113516
diff -r 626b2b160fab -r 3d6887c9c647 games/puzzles/patches/patch-aa
--- a/games/puzzles/patches/patch-aa    Sun Apr 22 14:09:09 2012 +0000
+++ b/games/puzzles/patches/patch-aa    Sun Apr 22 15:04:09 2012 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.4 2011/09/08 20:11:53 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2012/04/22 15:04:09 wiz Exp $
 
 Rename "net" to "netgame" so there's less chances of conflicts
 with other packages.
 
---- Makefile.orig      2011-09-08 00:38:57.000000000 +0000
+--- Makefile.orig      2012-04-22 00:35:41.000000000 +0000
 +++ Makefile
 @@ -31,7 +31,7 @@ all: blackbox bridges cube dominosa fift
                galaxies galaxiespicture galaxiessolver guess inertia keen \
@@ -11,9 +11,9 @@
                loopysolver magnets magnetssolver map mapsolver mineobfusc \
 -              mines net netslide nullgame obfusc pattern patternsolver \
 +              mines netgame netslide nullgame obfusc pattern patternsolver \
-               pegs range rect samegame signpost signpostsolver singles \
-               singlessolver sixteen slant slantsolver solo solosolver \
-               tents tentssolver towers towerssolver twiddle unequal \
+               pearl pearlbench pegs range rect samegame signpost \
+               signpostsolver singles singlessolver sixteen slant \
+               slantsolver solo solosolver tents tentssolver towers \
 @@ -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  \
                $(XLFLAGS) $(XLIBS)
@@ -23,7 +23,7 @@
                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  \
-@@ -627,7 +627,7 @@ GAMES += loopy
+@@ -651,7 +651,7 @@ GAMES += loopy
  GAMES += magnets
  GAMES += map
  GAMES += mines
@@ -31,10 +31,10 @@
 +GAMES += netgame
  GAMES += netslide
  GAMES += pattern
- GAMES += pegs
-@@ -667,4 +667,4 @@ install:
+ GAMES += pearl
+@@ -692,4 +692,4 @@ install:
        done
  
  clean:
--      rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia keen keensolver latincheck lightup lightupsolver loopy 
loopysolver magnets magnetssolver map mapsolver mineobfusc mines net netslide nullgame obfusc pattern patternsolver pegs range rect samegame signpost signpostsolver singles singlessolver sixteen 
slant slantsolver solo solosolver tents tentssolver towers towerssolver twiddle unequal unequalsolver untangle
+-      rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia keen keensolver latincheck lightup lightupsolver loopy 
loopysolver magnets magnetssolver map mapsolver mineobfusc mines net netslide nullgame obfusc pattern patternsolver pearl pearlbench pegs range rect samegame signpost signpostsolver singles 
singlessolver sixteen slant slantsolver solo solosolver tents tentssolver towers towerssolver twiddle unequal unequalsolver untangle
 +      rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia keen keensolver latincheck lightup lightupsolver loopy 
loopysolver magnets magnetssolver map mapsolver mineobfusc mines netgame netslide nullgame obfusc pattern patternsolver pegs rect samegame singles singlessolver sixteen slant slantsolver solo 
solosolver tents tentssolver towers towerssolver twiddle unequal unequalsolver untangle



Home | Main Index | Thread Index | Old Index