View | Details | Raw Unified | Return to bug 195069
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	chessx
3
PORTNAME=	chessx
4
PORTVERSION=	1.2.0
4
PORTVERSION=	1.2.2
5
CATEGORIES=	games
5
CATEGORIES=	games
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
7
7
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (chessx-1.2.0.tgz) = 83ad6c6dded68e309b6d78d107de577f1eea93b0a41f484ef1cc44acd54c6a11
1
SHA256 (chessx-1.2.2.tgz) = 85fe797e329d8a2bb54101f602ddd00f2c19a50873492ebefd22519956641caa
2
SIZE (chessx-1.2.0.tgz) = 3705185
2
SIZE (chessx-1.2.2.tgz) = 3739189
(-)files/patch-src__database__telnetclient.cpp (+18 lines)
Line 0 Link Here
1
--- src/database/telnetclient.cpp_orig	2014-11-16 10:28:15.984904777 +0100
2
+++ src/database/telnetclient.cpp	2014-11-16 10:31:37.429891480 +0100
3
@@ -4,8 +4,11 @@
4
 
5
 #include "telnetclient.h"
6
 
7
-#include <QTcpSocket>
8
+#include <QDebug>
9
 #include <QHostAddress>
10
+#include <QRegExp>
11
+#include <QStringList>
12
+#include <QTcpSocket>
13
 
14
 #define DEBUG_TELNET
15
 //#undef DEBUG_TELNET
16
text/plain
17
yes
18
native

Return to bug 195069