diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-10 06:08:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-10 06:08:13 +0000 |
commit | 3ae929b2980e896ab1ba56d250275fb4116423e2 (patch) | |
tree | be9bd72962b85549279068f16f3d3ba95b82497b /games | |
parent | f4bb00a2c92a962f3ffcde857c0e7de257dc3988 (diff) | |
download | pkgsrc-3ae929b2980e896ab1ba56d250275fb4116423e2.tar.gz |
Update to 10223:
Improve connectedness-error highlighting in Range.
The previous approach of scanning the grid by depth-first search was
fine for deciding whether it was connected, but not so good for
pointing out where the mistake was in the grid. Replaced that code
with a dsf-based version, which identifies all connected components so
that an easy followup pass can highlight all but the largest as
erroneous.
Diffstat (limited to 'games')
-rw-r--r-- | games/puzzles/Makefile | 4 | ||||
-rw-r--r-- | games/puzzles/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index 17be0d617d2..09d9c957b08 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2014/07/22 12:45:42 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/09/10 06:08:13 wiz Exp $ -DISTNAME= puzzles-r10196 +DISTNAME= puzzles-r10223 PKGNAME= ${DISTNAME:S/-r/-/} CATEGORIES= games # distfile changes daily diff --git a/games/puzzles/distinfo b/games/puzzles/distinfo index e62f3f91afa..d2e8ae4dfdc 100644 --- a/games/puzzles/distinfo +++ b/games/puzzles/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2014/07/22 12:45:42 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/09/10 06:08:13 wiz Exp $ -SHA1 (puzzles-r10196.tar.gz) = 62073343adda8ac83a9cfc7db898d96f2d2a7fb5 -RMD160 (puzzles-r10196.tar.gz) = 9ba5b98e5f4c283a0b82a876c904e14ecb6e093e -Size (puzzles-r10196.tar.gz) = 2950590 bytes +SHA1 (puzzles-r10223.tar.gz) = 375ff55f50a6b31b1f3ab645748d165a784bfb21 +RMD160 (puzzles-r10223.tar.gz) = a2b5092d5d63acab1b91048cbefdeef8608b3d38 +Size (puzzles-r10223.tar.gz) = 2950289 bytes SHA1 (patch-aa) = dbea43f7cf4368d18b92a8c7788cf1e5cd058487 |