Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 02:00:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95817: Update port: games/qgo to 1.5.1
Message-ID:  <20060416020024.9eb7ae8e.tkato432@yahoo.com>
Resent-Message-ID: <200604151710.k3FHAFVK064760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95817
>Category:       ports
>Synopsis:       Update port: games/qgo to 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 17:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p15 i386
>Organization:
>Environment:
>Description:
- Update to version 1.5.1

Remove file:
files/patch-src-mainwidget_gui.ui

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/qgo/Makefile games/qgo/Makefile
--- /usr/ports/games/qgo/Makefile	Sat Jan 21 16:59:35 2006
+++ games/qgo/Makefile	Wed Apr 12 13:18:13 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	qgo
-PORTVERSION=	1.0.4.2
+PORTVERSION=	1.5.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,7 +19,6 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 USE_QT_VER=	3
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff -urN /usr/ports/games/qgo/distinfo games/qgo/distinfo
--- /usr/ports/games/qgo/distinfo	Sat Jan 21 16:59:35 2006
+++ games/qgo/distinfo	Wed Apr 12 13:35:18 2006
@@ -1,3 +1,3 @@
-MD5 (qgo-1.0.4-r2.tar.gz) = 49da743ca769d8d18fc3a4b7a6aa0bf8
-SHA256 (qgo-1.0.4-r2.tar.gz) = b57c07b8270b0da8ea15a146b637e1a9c2c550f306d80ed700ead97ef76244da
-SIZE (qgo-1.0.4-r2.tar.gz) = 2316848
+MD5 (qgo-1.5-r1.tar.gz) = 1051f540aa4e1a83a29ec6be3896c2c2
+SHA256 (qgo-1.5-r1.tar.gz) = ee3d18f00e373f1b547eff68866b557f25b49cc14d83350b429302b0460a8a74
+SIZE (qgo-1.5-r1.tar.gz) = 2325097
diff -urN /usr/ports/games/qgo/files/patch-src-mainwidget_gui.ui games/qgo/files/patch-src-mainwidget_gui.ui
--- /usr/ports/games/qgo/files/patch-src-mainwidget_gui.ui	Thu Sep 29 22:37:42 2005
+++ games/qgo/files/patch-src-mainwidget_gui.ui	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- src/mainwidget_gui.ui.orig	Tue Sep 27 20:54:48 2005
-+++ src/mainwidget_gui.ui	Tue Sep 27 20:55:06 2005
-@@ -2447,7 +2447,6 @@
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
-     <includehint>board.h</includehint>
--    <includehint>normaltools.h</includehint>
-     <includehint>gametree.h</includehint>
- </includehints>
- </UI>
diff -urN /usr/ports/games/qgo/files/patch-src__mainwin.cpp games/qgo/files/patch-src__mainwin.cpp
--- /usr/ports/games/qgo/files/patch-src__mainwin.cpp	Sat Jan 21 09:04:12 2006
+++ games/qgo/files/patch-src__mainwin.cpp	Wed Apr 12 13:37:27 2006
@@ -1,15 +1,16 @@
---- src/mainwin.cpp.orig	Thu Nov 24 08:38:33 2005
-+++ src/mainwin.cpp	Wed Jan 18 03:09:52 2006
-@@ -1604,10 +1604,10 @@
-       //set the params of "who command"
- 	if ((whoBox1->currentItem() >1)  || (whoBox2->currentItem() >1))
-         {
--		wparam.append(whoBox1->currentItem()==1 ? "9p" : whoBox1->currentText());
-+		wparam.append(whoBox1->currentItem()==1 ? QString("9p") : whoBox1->currentText());
- 		if ((whoBox1->currentItem())  && (whoBox2->currentItem()))
- 			wparam.append("-");
--		wparam.append(whoBox2->currentItem()==1 ? "9p" : whoBox2->currentText());
-+		wparam.append(whoBox2->currentItem()==1 ? QString("9p") : whoBox2->currentText());
-          } 
- 	else if ((whoBox1->currentItem())  || (whoBox2->currentItem()))
-         	wparam.append("1p-9p");
+--- src/mainwin.cpp.orig	Mon Mar 27 06:37:41 2006
++++ src/mainwin.cpp	Wed Apr 12 13:36:58 2006
+@@ -1589,11 +1589,11 @@
+       			//set the params of "who command"
+ 			if ((whoBox1->currentItem() >1)  || (whoBox2->currentItem() >1))
+         		{
+-				wparam.append(whoBox1->currentItem()==1 ? "9p" : whoBox1->currentText());
++				wparam.append(whoBox1->currentItem()==1 ? QString("9p") : whoBox1->currentText());
+ 				if ((whoBox1->currentItem())  && (whoBox2->currentItem()))
+ 					wparam.append("-");
+ 
+-				wparam.append(whoBox2->currentItem()==1 ? "9p" : whoBox2->currentText());
++				wparam.append(whoBox2->currentItem()==1 ? QString("9p") : whoBox2->currentText());
+          		} 
+ 			else if ((whoBox1->currentItem())  || (whoBox2->currentItem()))
+         			wparam.append("1p-9p");
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060416020024.9eb7ae8e.tkato432>