From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 23 15:10:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E7F16A4CE for ; Mon, 23 Aug 2004 15:10:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE4543D48 for ; Mon, 23 Aug 2004 15:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7NFAJi8089173 for ; Mon, 23 Aug 2004 15:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NFAJSj089172; Mon, 23 Aug 2004 15:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 23 Aug 2004 15:10:19 GMT Resent-Message-Id: <200408231510.i7NFAJSj089172@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359BB16A4CF for ; Mon, 23 Aug 2004 15:01:11 +0000 (GMT) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 492B343D54 for ; Mon, 23 Aug 2004 15:01:10 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.217.69]) by hfep02.dion.ne.jp with SMTP id <20040823150107142.WELX@hfep02.dion.ne.jp> for ; Tue, 24 Aug 2004 00:01:07 +0900 Message-Id: <20040824000021.7978456c.tkato432@yahoo.com> Date: Tue, 24 Aug 2004 00:00:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70867: Update port: games/qgo to 0.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:10:20 -0000 >Number: 70867 >Category: ports >Synopsis: Update port: games/qgo to 0.2.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: Mon Aug 23 15:10:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.2.1 New file: files/patch-qgo::src::mainwin.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/qgo/Makefile games/qgo/Makefile --- /usr/ports/games/qgo/Makefile Tue May 11 13:35:02 2004 +++ games/qgo/Makefile Sat Jul 3 13:33:10 2004 @@ -7,7 +7,7 @@ # PORTNAME= qgo -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/games/qgo/distinfo games/qgo/distinfo --- /usr/ports/games/qgo/distinfo Tue May 11 13:35:03 2004 +++ games/qgo/distinfo Sun Aug 22 15:47:45 2004 @@ -1,2 +1,2 @@ -MD5 (qgo-0.2.tar.gz) = 75da1a2459d20aa02fd8e5306c599a2d -SIZE (qgo-0.2.tar.gz) = 1751448 +MD5 (qgo-0.2.1.tar.gz) = 39b6fbadb2f728257df78a5893613775 +SIZE (qgo-0.2.1.tar.gz) = 1781760 diff -urN /usr/ports/games/qgo/files/patch-qgo::src::mainwin.cpp games/qgo/files/patch-qgo::src::mainwin.cpp --- /usr/ports/games/qgo/files/patch-qgo::src::mainwin.cpp Thu Jan 1 09:00:00 1970 +++ games/qgo/files/patch-qgo::src::mainwin.cpp Sun Aug 22 15:56:21 2004 @@ -0,0 +1,15 @@ +--- qgo/src/mainwin.cpp.orig Sat Jun 19 07:38:43 2004 ++++ qgo/src/mainwin.cpp Sun Aug 22 15:55:59 2004 +@@ -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"); >Release-Note: >Audit-Trail: >Unformatted: