mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 0.2.1
PR: ports/70867 Submitted by: Ports Fury
This commit is contained in:
parent
ec38c5cd8a
commit
bea8da3952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117148
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= qgo
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -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
|
||||
|
15
games/qgo/files/patch-qgo::src::mainwin.cpp
Normal file
15
games/qgo/files/patch-qgo::src::mainwin.cpp
Normal file
@ -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");
|
Loading…
Reference in New Issue
Block a user