1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.0.4.2

PR:		ports/92009
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pav Lucistnik 2006-01-21 00:04:12 +00:00
parent 5104e2f410
commit 253b26c1a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154025
6 changed files with 37 additions and 21 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= qgo
PORTVERSION= 1.0.3.2
PORTVERSION= 1.0.4.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (qgo-1.0.3-r2.tar.gz) = 575deb5a2b4a34820c389b5cec361e28
SHA256 (qgo-1.0.3-r2.tar.gz) = 8d9ae3e825857156fa131b796e51883976af80fb677214af2967c8658d158d7f
SIZE (qgo-1.0.3-r2.tar.gz) = 2208465
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

View File

@ -1,15 +0,0 @@
--- src/mainwin.cpp.orig Mon Nov 29 15:42:39 2004
+++ src/mainwin.cpp Tue Dec 14 19:37:16 2004
@@ -1571,10 +1571,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");

View File

@ -0,0 +1,15 @@
--- 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");

View File

@ -0,0 +1,18 @@
--- src/parser.cpp.orig Tue Dec 27 17:49:01 2005
+++ src/parser.cpp Wed Jan 18 03:20:10 2006
@@ -1176,13 +1176,13 @@
{
aGameInfo->wname = element(line, 1, ":","(");
aGameInfo->wtime = (time1.toInt()==0 ? time2 : time1);
- aGameInfo->wstones = (time1.toInt()==0 ?stones: "-1") ;
+ aGameInfo->wstones = (time1.toInt()==0 ? stones : QString("-1")) ;
}
else if (line.contains("(B)"))
{
aGameInfo->bname = element(line, 1, ":","(");
aGameInfo->btime = (time1.toInt()==0 ? time2 : time1);
- aGameInfo->bstones = (time1.toInt()==0 ? stones:"-1") ;
+ aGameInfo->bstones = (time1.toInt()==0 ? stones : QString("-1")) ;
}
else //never know with IGS ...
return IT_OTHER;

View File

@ -13,7 +13,6 @@ share/qGo/pics/synthetic_1.png
share/qGo/pics/synthetic_2.png
share/qGo/sounds/click.wav
share/qGo/sounds/connect.wav
share/qGo/sounds/connect2.wav
share/qGo/sounds/enter.wav
share/qGo/sounds/gameend.wav
share/qGo/sounds/leave.wav
@ -21,7 +20,6 @@ share/qGo/sounds/match.wav
share/qGo/sounds/pass.wav
share/qGo/sounds/say.wav
share/qGo/sounds/stone.wav
share/qGo/sounds/stone2.wav
share/qGo/sounds/talk.wav
share/qGo/sounds/tictoc.wav
share/qGo/translations/qgo_cz.qm