FreeBSD Bugzilla – Attachment 46101 Details for
Bug 70867
Update port: games/qgo to 0.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.80 KB, created by
tkato432
on 2004-08-23 16:10:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2004-08-23 16:10:18 UTC
Size:
1.80 KB
patch
obsolete
>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");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70867
: 46101