games/chessx: update 1.2.2 -> 1.3.2

PR:		199988
Submitted by:	Yamagi <yamagi@yamagi.org> (maintainer)
This commit is contained in:
Bartek Rutkowski 2015-05-09 22:34:38 +00:00
parent fabe027035
commit d4fa7bf2b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385915
4 changed files with 13 additions and 18 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= chessx
PORTVERSION= 1.2.2
PORTVERSION= 1.3.2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (chessx-1.2.2.tgz) = 85fe797e329d8a2bb54101f602ddd00f2c19a50873492ebefd22519956641caa
SIZE (chessx-1.2.2.tgz) = 3739189
SHA256 (chessx-1.3.2.tgz) = b136cf56d37d34867cdb9538176e1703b14f61b3384885b6f100580d0af0a3ff
SIZE (chessx-1.3.2.tgz) = 4107133

View file

@ -1,15 +0,0 @@
--- src/database/telnetclient.cpp_orig 2014-11-16 10:28:15.984904777 +0100
+++ src/database/telnetclient.cpp 2014-11-16 10:31:37.429891480 +0100
@@ -4,8 +4,11 @@
#include "telnetclient.h"
-#include <QTcpSocket>
+#include <QDebug>
#include <QHostAddress>
+#include <QRegExp>
+#include <QStringList>
+#include <QTcpSocket>
#define DEBUG_TELNET
//#undef DEBUG_TELNET

View file

@ -0,0 +1,10 @@
--- src/database/threadedguess.cpp_ 2015-05-06 10:23:39.570986205 +0200
+++ src/database/threadedguess.cpp 2015-05-06 10:24:33.855963312 +0200
@@ -2,6 +2,7 @@
* Copyright (C) 2014 by Jens Nissen jens-chessx@gmx.net *
****************************************************************************/
+#include <QMetaType>
#include "threadedguess.h"
#include "guess.h"