diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-06 12:25:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-06 12:25:41 +0000 |
commit | e80ff793bdf5a2ce390d111240f687d34a80f590 (patch) | |
tree | a6f7bb78da79cf3f4725c533874ed9b344c5eb0b /games/grhino | |
parent | 70c79e671e6975862b7bcd0b6e3c0efbe494cb89 (diff) | |
download | pkgsrc-e80ff793bdf5a2ce390d111240f687d34a80f590.tar.gz |
Update to 0.7.1:
- Install pattern data in datadir (usually /usr/share) instead of
libdir (usually /usr/lib).
- Add Preferences dialog box help.
- Tweak pattern data for board symmetry. Pattern data files are
now smaller.
- Code cleanup.
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 5 | ||||
-rw-r--r-- | games/grhino/PLIST | 31 | ||||
-rw-r--r-- | games/grhino/distinfo | 8 | ||||
-rw-r--r-- | games/grhino/patches/patch-aa | 13 | ||||
-rw-r--r-- | games/grhino/patches/patch-ab | 13 |
5 files changed, 24 insertions, 46 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index d98c1b57148..1617d9cbbcf 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:38:43 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/06 12:25:41 wiz Exp $ # -DISTNAME= grhino-0.7.0 -PKGREVISION= 2 +DISTNAME= grhino-0.7.1 CATEGORIES= games MASTER_SITES= http://ftp1.sourceforge.net/rhino/ diff --git a/games/grhino/PLIST b/games/grhino/PLIST index 33483ae0982..7ef51607d64 100644 --- a/games/grhino/PLIST +++ b/games/grhino/PLIST @@ -1,14 +1,21 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/06 12:25:41 wiz Exp $ bin/grhino -share/${PKGNAME}/book.bin -share/${PKGNAME}/corner5x2.bin -share/${PKGNAME}/diag1.bin -share/${PKGNAME}/diag2.bin -share/${PKGNAME}/diag3.bin -share/${PKGNAME}/diag4.bin -share/${PKGNAME}/diag5.bin -share/${PKGNAME}/row1.bin -share/${PKGNAME}/row2.bin -share/${PKGNAME}/row3.bin -share/${PKGNAME}/row4.bin +share/gnome/help/grhino/C/preferences-0.html +share/gnome/help/grhino/C/preferences-1.html +share/gnome/help/grhino/C/topic.dat +share/${PKGNAME}/book/book.bin +share/${PKGNAME}/pattern/corner5x2.bin +share/${PKGNAME}/pattern/diag1.bin +share/${PKGNAME}/pattern/diag2.bin +share/${PKGNAME}/pattern/diag3.bin +share/${PKGNAME}/pattern/diag4.bin +share/${PKGNAME}/pattern/diag5.bin +share/${PKGNAME}/pattern/row1.bin +share/${PKGNAME}/pattern/row2.bin +share/${PKGNAME}/pattern/row3.bin +share/${PKGNAME}/pattern/row4.bin +@dirrm share/${PKGNAME}/pattern +@dirrm share/${PKGNAME}/book @dirrm share/${PKGNAME} +@dirrm share/gnome/help/grhino/C +@dirrm share/gnome/help/grhino diff --git a/games/grhino/distinfo b/games/grhino/distinfo index 5a967da7940..5cc92ac0fbe 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/08/06 12:25:41 wiz Exp $ -SHA1 (grhino-0.7.0.tar.gz) = 5d6a8896b333333f5befff7598f9b645b96df2d7 -Size (grhino-0.7.0.tar.gz) = 1174234 bytes -SHA1 (patch-aa) = 5c4d57ec2bc6421cd4bd83e5b2dcc9dd75a96d14 -SHA1 (patch-ab) = 4424b1266030a5326e27356b757621aeea59353b +SHA1 (grhino-0.7.1.tar.gz) = 8137d4ad5145b80a82dd7926b1527077568137ba +Size (grhino-0.7.1.tar.gz) = 907571 bytes diff --git a/games/grhino/patches/patch-aa b/games/grhino/patches/patch-aa deleted file mode 100644 index 6411db211f9..00000000000 --- a/games/grhino/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $ - ---- Makefile.in.orig Tue Sep 24 16:30:09 2002 -+++ Makefile.in -@@ -43,7 +43,7 @@ docdir = @docdir@ - etcdir = @sysconfdir@ - localedir = @datadir@/locale - --pattern_dir = ${libdir}/${PACKAGE}-${VERSION} -+pattern_dir = @datadir@/${PACKAGE}-${VERSION} - - CC = @CC@ - CXX = @CXX@ diff --git a/games/grhino/patches/patch-ab b/games/grhino/patches/patch-ab deleted file mode 100644 index ce600ebc766..00000000000 --- a/games/grhino/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $ - ---- ad.prepend.orig Tue Sep 24 16:30:09 2002 -+++ ad.prepend -@@ -40,7 +40,7 @@ docdir = @docdir@ - etcdir = @sysconfdir@ - localedir = @datadir@/locale - --pattern_dir = ${libdir}/${PACKAGE}-${VERSION} -+pattern_dir = @datadir@/${PACKAGE}-${VERSION} - - CC = @CC@ - CXX = @CXX@ |