ports/56255: Maintainer Update: games/grhino to 0.8.2

UMENO Takashi umeno at rr.iij4u.or.jp
Mon Sep 1 00:20:14 UTC 2003


>Number:         56255
>Category:       ports
>Synopsis:       Maintainer Update: games/grhino to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 17:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Aug 31 11:56:59 JST 2003 umeno at belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA19 i386


	
>Description:
Maintainer Update: games/grhino to 0.8.2
New file:
files/patch-Makefile.in

Remove file:
files/patch-aa
files/patch-ab
	
>How-To-Repeat:
N/A
>Fix:

diff -urN grhino.orig/Makefile grhino/Makefile
--- grhino.orig/Makefile	Sun Apr 20 13:24:35 2003
+++ grhino/Makefile	Sun Aug 31 18:54:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grhino
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.2
 CATEGORIES=	games gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	rhino
diff -urN grhino.orig/distinfo grhino/distinfo
--- grhino.orig/distinfo	Mon Nov 25 08:48:28 2002
+++ grhino/distinfo	Sun Aug 31 18:55:22 2003
@@ -1 +1 @@
-MD5 (grhino-0.7.0.tar.gz) = 501614a2ef3d6a2ce2edd66fe7c1cb82
+MD5 (grhino-0.8.2.tar.gz) = 4a93c5a0f720ef0a7714a8072f7ebff9
diff -urN grhino.orig/files/patch-Makefile.in grhino/files/patch-Makefile.in
--- grhino.orig/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ grhino/files/patch-Makefile.in	Sun Aug 31 23:36:47 2003
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Sun Aug 17 04:11:08 2003
++++ Makefile.in	Sun Aug 31 23:36:13 2003
+@@ -42,7 +42,7 @@
+ docdir		= @docdir@
+ etcdir		= @sysconfdir@
+ localedir	= @datadir@/locale
+-helpdir		= @datadir@/gnome/help/grhino
++helpdir		= @datadir@/help/grhino
+ 
+ pattern_dir	= @datadir@/${PACKAGE}-${VERSION}/pattern
+ book_dir	= @datadir@/${PACKAGE}-${VERSION}/book
diff -urN grhino.orig/files/patch-aa grhino/files/patch-aa
--- grhino.orig/files/patch-aa	Mon Nov 25 08:48:28 2002
+++ grhino/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- pattern.cc.orig	Thu Aug  1 23:10:02 2002
-+++ pattern.cc	Tue Aug 20 23:34:37 2002
-@@ -25,6 +25,7 @@
- #include <fcntl.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-+#include <string.h>
- 
- // These are not correct in terms of symmetry but provide better
- // opening moves
diff -urN grhino.orig/files/patch-ab grhino/files/patch-ab
--- grhino.orig/files/patch-ab	Mon Nov 25 08:48:28 2002
+++ grhino/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Tue Sep 24 23:30:09 2002
-+++ Makefile.in	Thu Sep 26 09:34:21 2002
-@@ -43,7 +43,7 @@
- etcdir		= @sysconfdir@
- localedir	= @datadir@/locale
- 
--pattern_dir	= ${libdir}/${PACKAGE}-${VERSION}
-+pattern_dir	= @datadir@/${PACKAGE}/${VERSION}
- 
- CC		= @CC@
- CXX		= @CXX@
diff -urN grhino.orig/grhino/Makefile grhino/grhino/Makefile
--- grhino.orig/grhino/Makefile	Sun Apr 20 13:24:35 2003
+++ grhino/grhino/Makefile	Thu Jan  1 09:00:00 1970
@@ -1,30 +0,0 @@
-# New ports collection makefile for:	grhino
-# Date created:				21 Sep 2002
-# Whom:					UMENO Takashi <umeno at rr.iij4u.or.jp>
-#
-# $FreeBSD: ports/games/grhino/Makefile,v 1.3 2003/04/20 03:03:03 marcus Exp $
-#
-
-PORTNAME=	grhino
-PORTVERSION=	0.7.0
-CATEGORIES=	games gnome
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	rhino
-
-MAINTAINER=	umeno at rr.iij4u.or.jp
-COMMENT=	GRhino Othello/Reversi Program
-
-USE_X_PREFIX=	yes
-USE_REINPLACE=	yes
-USE_GNOME=	gnomelibs gnomeprefix
-USE_PERL5_BUILD=yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB+=	VERSION=${PORTVERSION}
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
-		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff -urN grhino.orig/grhino/distinfo grhino/grhino/distinfo
--- grhino.orig/grhino/distinfo	Mon Nov 25 08:48:28 2002
+++ grhino/grhino/distinfo	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (grhino-0.7.0.tar.gz) = 501614a2ef3d6a2ce2edd66fe7c1cb82
diff -urN grhino.orig/grhino/files/patch-aa grhino/grhino/files/patch-aa
--- grhino.orig/grhino/files/patch-aa	Mon Nov 25 08:48:28 2002
+++ grhino/grhino/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- pattern.cc.orig	Thu Aug  1 23:10:02 2002
-+++ pattern.cc	Tue Aug 20 23:34:37 2002
-@@ -25,6 +25,7 @@
- #include <fcntl.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-+#include <string.h>
- 
- // These are not correct in terms of symmetry but provide better
- // opening moves
diff -urN grhino.orig/grhino/files/patch-ab grhino/grhino/files/patch-ab
--- grhino.orig/grhino/files/patch-ab	Mon Nov 25 08:48:28 2002
+++ grhino/grhino/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Tue Sep 24 23:30:09 2002
-+++ Makefile.in	Thu Sep 26 09:34:21 2002
-@@ -43,7 +43,7 @@
- etcdir		= @sysconfdir@
- localedir	= @datadir@/locale
- 
--pattern_dir	= ${libdir}/${PACKAGE}-${VERSION}
-+pattern_dir	= @datadir@/${PACKAGE}/${VERSION}
- 
- CC		= @CC@
- CXX		= @CXX@
diff -urN grhino.orig/grhino/pkg-descr grhino/grhino/pkg-descr
--- grhino.orig/grhino/pkg-descr	Mon Nov 25 08:48:28 2002
+++ grhino/grhino/pkg-descr	Thu Jan  1 09:00:00 1970
@@ -1,3 +0,0 @@
-GRhino Othello/Reversi Program 
-
-WWW: http://rhino.sourceforge.net/
diff -urN grhino.orig/grhino/pkg-plist grhino/grhino/pkg-plist
--- grhino.orig/grhino/pkg-plist	Mon Nov 25 08:48:28 2002
+++ grhino/grhino/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-bin/grhino
-share/gnome/grhino/%%VERSION%%/row1.bin
-share/gnome/grhino/%%VERSION%%/row2.bin
-share/gnome/grhino/%%VERSION%%/row3.bin
-share/gnome/grhino/%%VERSION%%/row4.bin
-share/gnome/grhino/%%VERSION%%/diag1.bin
-share/gnome/grhino/%%VERSION%%/diag2.bin
-share/gnome/grhino/%%VERSION%%/diag3.bin
-share/gnome/grhino/%%VERSION%%/diag4.bin
-share/gnome/grhino/%%VERSION%%/diag5.bin
-share/gnome/grhino/%%VERSION%%/corner5x2.bin
-share/gnome/grhino/%%VERSION%%/book.bin
- at dirrm share/gnome/grhino/%%VERSION%%
- at dirrm share/gnome/grhino
diff -urN grhino.orig/pkg-plist grhino/pkg-plist
--- grhino.orig/pkg-plist	Mon Nov 25 08:48:28 2002
+++ grhino/pkg-plist	Mon Sep  1 07:54:36 2003
@@ -1,14 +1,20 @@
 bin/grhino
-share/gnome/grhino/%%VERSION%%/row1.bin
-share/gnome/grhino/%%VERSION%%/row2.bin
-share/gnome/grhino/%%VERSION%%/row3.bin
-share/gnome/grhino/%%VERSION%%/row4.bin
-share/gnome/grhino/%%VERSION%%/diag1.bin
-share/gnome/grhino/%%VERSION%%/diag2.bin
-share/gnome/grhino/%%VERSION%%/diag3.bin
-share/gnome/grhino/%%VERSION%%/diag4.bin
-share/gnome/grhino/%%VERSION%%/diag5.bin
-share/gnome/grhino/%%VERSION%%/corner5x2.bin
-share/gnome/grhino/%%VERSION%%/book.bin
- at dirrm share/gnome/grhino/%%VERSION%%
- at dirrm share/gnome/grhino
+share/gnome/grhino-%%VERSION%%/pattern/row1.bin
+share/gnome/grhino-%%VERSION%%/pattern/row2.bin
+share/gnome/grhino-%%VERSION%%/pattern/row3.bin
+share/gnome/grhino-%%VERSION%%/pattern/row4.bin
+share/gnome/grhino-%%VERSION%%/pattern/diag1.bin
+share/gnome/grhino-%%VERSION%%/pattern/diag2.bin
+share/gnome/grhino-%%VERSION%%/pattern/diag3.bin
+share/gnome/grhino-%%VERSION%%/pattern/diag4.bin
+share/gnome/grhino-%%VERSION%%/pattern/diag5.bin
+share/gnome/grhino-%%VERSION%%/pattern/corner5x2.bin
+share/gnome/grhino-%%VERSION%%/book/book.bin
+share/gnome/help/grhino/C/topic.dat
+share/gnome/help/grhino/C/preferences-0.html
+share/gnome/help/grhino/C/preferences-1.html
+ at dirrm share/gnome/help/grhino/C
+ at dirrm share/gnome/help/grhino
+ at dirrm share/gnome/grhino-%%VERSION%%/book
+ at dirrm share/gnome/grhino-%%VERSION%%/pattern
+ at dirrm share/gnome/grhino-%%VERSION%%



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list