- Update to 1.1.1

- Remove uneeded patches
This commit is contained in:
Guido Falsi 2014-01-27 14:44:19 +00:00
parent 42d06a70e1
commit 9c81e5126c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341412
4 changed files with 4 additions and 32 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= pokerth
PORTVERSION= 1.1
PORTVERSION= 1.1.1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1
DISTNAME= PokerTH-${PORTVERSION}-src
MAINTAINER= madpilot@FreeBSD.org

View File

@ -1,2 +1,2 @@
SHA256 (PokerTH-1.1-src.tar.bz2) = 4a8c806c91b68bfaf7e705ca5964848b5f4b8a8da0abd7ce5f2d832068da41ea
SIZE (PokerTH-1.1-src.tar.bz2) = 19325357
SHA256 (PokerTH-1.1.1-src.tar.bz2) = afe6d3887d2fdf92fd6d89ee2951d3b14a0d43b70dba858d32d41214a5357388
SIZE (PokerTH-1.1.1-src.tar.bz2) = 19326922

View File

@ -1,14 +0,0 @@
--- src/gui/qt/chattools/chattools.h.orig 2013-12-22 17:58:01.952816000 +0100
+++ src/gui/qt/chattools/chattools.h 2013-12-23 12:50:56.420547009 +0100
@@ -33,8 +33,10 @@
#include <string>
#include <QtCore>
-#include <QtWidgets>
#include <QtGui>
+#if QT_VERSION >= 0x050000
+#include <QtWidgets>
+#endif
#include <boost/shared_ptr.hpp>
enum ChatType { INET_LOBBY_CHAT, LAN_LOBBY_CHAT, INGAME_CHAT };

View File

@ -1,14 +0,0 @@
--- src/pokerth.cpp.orig 2013-12-22 17:58:02.001816000 +0100
+++ src/pokerth.cpp 2013-12-23 12:36:37.581605099 +0100
@@ -34,8 +34,10 @@
#include <ctime>
#include <qapplication.h>
-#include <QtWidgets>
#include <QtGui>
+#if QT_VERSION >= 0x050000
+#include <QtWidgets>
+#endif
#include <QtCore>
#ifdef __APPLE__