diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-09-26 16:21:25 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-09-26 16:21:25 +0000 |
commit | da7861c8c5af62951a007c6f542f23e39060e544 (patch) | |
tree | 0ae4522225f839876050b73636758295ac71002d /games | |
parent | 80b7803cb675f044d011241819ea23d03d1ec10b (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/chessx/Makefile | 9 | ||||
-rw-r--r-- | games/chessx/distinfo | 6 | ||||
-rw-r--r-- | games/chessx/files/patch-src_dialogs_preferences.cpp | 12 | ||||
-rw-r--r-- | games/chessx/files/patch-src_dialogs_savedialog.cpp | 12 | ||||
-rw-r--r-- | games/chessx/files/patch-src_gui_gamewindow.cpp | 12 |
5 files changed, 7 insertions, 44 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile index 34d18285d84d..244d54cec877 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -1,19 +1,18 @@ # $FreeBSD$ PORTNAME= chessx -PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= phascolarctos@protonmail.ch COMMENT= Qt 5 chess database application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang desktop-file-utils qmake:outsource qt:5 \ - shared-mime-info tar:tgz +USES= compiler:c++11-lang desktop-file-utils qmake qt:5 tar:tgz gl +USE_GL= gl USE_QT= buildtools_build concurrent core gui linguisttools_build multimedia \ network opengl printsupport svg widgets xml diff --git a/games/chessx/distinfo b/games/chessx/distinfo index b82442b6ec45..c90f3515b9d4 100644 --- a/games/chessx/distinfo +++ b/games/chessx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532163987 -SHA256 (chessx-1.4.6.tgz) = ad951910a3bd53f5655f9e85101e7969b536078473e09a2a7dded6ef171a68ed -SIZE (chessx-1.4.6.tgz) = 4223076 +TIMESTAMP = 1568648340 +SHA256 (chessx-1.5.0.tgz) = d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827 +SIZE (chessx-1.5.0.tgz) = 7251973 diff --git a/games/chessx/files/patch-src_dialogs_preferences.cpp b/games/chessx/files/patch-src_dialogs_preferences.cpp deleted file mode 100644 index 19f9e30aedf2..000000000000 --- a/games/chessx/files/patch-src_dialogs_preferences.cpp +++ /dev/null @@ -1,12 +0,0 @@ -Fix build with Qt 5.11 - ---- src/dialogs/preferences.cpp.orig 2018-08-31 00:53:54 UTC -+++ src/dialogs/preferences.cpp -@@ -21,6 +21,7 @@ - #include "engineoptiondialog.h" - #include "downloadmanager.h" - -+#include <QAction> - #include <QCheckBox> - #include <QColorDialog> - #include <QComboBox> diff --git a/games/chessx/files/patch-src_dialogs_savedialog.cpp b/games/chessx/files/patch-src_dialogs_savedialog.cpp deleted file mode 100644 index ce015010322b..000000000000 --- a/games/chessx/files/patch-src_dialogs_savedialog.cpp +++ /dev/null @@ -1,12 +0,0 @@ -Fix build with Qt 5.11 - ---- src/dialogs/savedialog.cpp.orig 2018-08-31 00:54:35 UTC -+++ src/dialogs/savedialog.cpp -@@ -22,6 +22,7 @@ - #include "settings.h" - #include "tags.h" - -+#include <QButtonGroup> - #include <QLineEdit> - #include <QCompleter> - diff --git a/games/chessx/files/patch-src_gui_gamewindow.cpp b/games/chessx/files/patch-src_gui_gamewindow.cpp deleted file mode 100644 index 8c5b1cde81c2..000000000000 --- a/games/chessx/files/patch-src_gui_gamewindow.cpp +++ /dev/null @@ -1,12 +0,0 @@ -Fix build with Qt 5.11 - ---- src/gui/gamewindow.cpp.orig 2018-08-31 00:55:39 UTC -+++ src/gui/gamewindow.cpp -@@ -8,6 +8,7 @@ - #include "nag.h" - #include "settings.h" - -+#include <QAction> - #include <QToolButton> - - #if defined(_MSC_VER) && defined(_DEBUG) |