pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/grhino Update to 0.7.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a06c87df330
branches: trunk
changeset: 459766:5a06c87df330
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 06 12:25:41 2003 +0000
description:
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:
games/grhino/Makefile | 5 ++---
games/grhino/PLIST | 31 +++++++++++++++++++------------
games/grhino/distinfo | 8 +++-----
games/grhino/patches/patch-aa | 13 -------------
games/grhino/patches/patch-ab | 13 -------------
5 files changed, 24 insertions(+), 46 deletions(-)
diffs (98 lines):
diff -r aefe566d39fa -r 5a06c87df330 games/grhino/Makefile
--- a/games/grhino/Makefile Wed Aug 06 11:51:30 2003 +0000
+++ b/games/grhino/Makefile Wed Aug 06 12:25:41 2003 +0000
@@ -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 -r aefe566d39fa -r 5a06c87df330 games/grhino/PLIST
--- a/games/grhino/PLIST Wed Aug 06 11:51:30 2003 +0000
+++ b/games/grhino/PLIST Wed Aug 06 12:25:41 2003 +0000
@@ -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 -r aefe566d39fa -r 5a06c87df330 games/grhino/distinfo
--- a/games/grhino/distinfo Wed Aug 06 11:51:30 2003 +0000
+++ b/games/grhino/distinfo Wed Aug 06 12:25:41 2003 +0000
@@ -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 -r aefe566d39fa -r 5a06c87df330 games/grhino/patches/patch-aa
--- a/games/grhino/patches/patch-aa Wed Aug 06 11:51:30 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r aefe566d39fa -r 5a06c87df330 games/grhino/patches/patch-ab
--- a/games/grhino/patches/patch-ab Wed Aug 06 11:51:30 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@
Home |
Main Index |
Thread Index |
Old Index