Date: Tue, 24 Aug 2004 00:00:21 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70867: Update port: games/qgo to 0.2.1 Message-ID: <20040824000021.7978456c.tkato432@yahoo.com> Resent-Message-ID: <200408231510.i7NFAJSj089172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824000021.7978456c.tkato432>