diff options
author | veego <veego@pkgsrc.org> | 2000-08-23 05:34:15 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-08-23 05:34:15 +0000 |
commit | e948aac5776cd7b142f79585cf61aef96ee8bff7 (patch) | |
tree | 56f64219fa3192b92837974e82adaddb5ddcb3c0 /games/gnocatan | |
parent | eb6dde24e8f4f1407ddec520953e7623d38762e6 (diff) | |
download | pkgsrc-e948aac5776cd7b142f79585cf61aef96ee8bff7.tar.gz |
The maintainer forgot to run autoconf before he made the tar file, so the
VERSION in the configure script is 0.5.6 instead of 0.6.0.
Diffstat (limited to 'games/gnocatan')
-rw-r--r-- | games/gnocatan/files/patch-sum | 3 | ||||
-rw-r--r-- | games/gnocatan/patches/patch-aa | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/games/gnocatan/files/patch-sum b/games/gnocatan/files/patch-sum new file mode 100644 index 00000000000..ad9ef14c36a --- /dev/null +++ b/games/gnocatan/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/08/23 05:34:15 veego Exp $ + +MD5 (patch-aa) = 12ab26d3cc303fdca098d3d56e00ec63 diff --git a/games/gnocatan/patches/patch-aa b/games/gnocatan/patches/patch-aa new file mode 100644 index 00000000000..46e0be02bdc --- /dev/null +++ b/games/gnocatan/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2000/08/23 05:34:16 veego Exp $ + +--- configure Mon Jun 19 02:04:58 2000 ++++ configure Tue Aug 22 23:57:09 2000 +@@ -726,7 +726,7 @@ + + PACKAGE=gnocatan + +-VERSION=0.5.6 ++VERSION=0.6.0 + + if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |