Index: head/games/cockatrice/Makefile =================================================================== --- head/games/cockatrice/Makefile +++ head/games/cockatrice/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTVERSION= 2.7.5 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -17,7 +16,7 @@ USES= cmake compiler:c++11-lib gnome qt:5 USE_QT= buildtools_build concurrent core network qmake_build websockets widgets gui USE_GITHUB= yes -GH_TAGNAME= 2020-03-20-Release-2.7.4 +GH_TAGNAME= 2020-08-23-Release-2.7.5 INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} Index: head/games/cockatrice/distinfo =================================================================== --- head/games/cockatrice/distinfo +++ head/games/cockatrice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584965900 -SHA256 (Cockatrice-Cockatrice-2.7.4-2020-03-20-Release-2.7.4_GH0.tar.gz) = 5ab4e1c4c95dadc4632e2ad60c35d6decc6a5933d4a3af99058cea6983874395 -SIZE (Cockatrice-Cockatrice-2.7.4-2020-03-20-Release-2.7.4_GH0.tar.gz) = 8490711 +TIMESTAMP = 1598226972 +SHA256 (Cockatrice-Cockatrice-2.7.5-2020-08-23-Release-2.7.5_GH0.tar.gz) = 531aa4f163b931db20bcd0b2faa68ace141fcb9ea6b720248b20adf48b7ba807 +SIZE (Cockatrice-Cockatrice-2.7.5-2020-08-23-Release-2.7.5_GH0.tar.gz) = 8503044 Index: head/games/cockatrice/files/patch-CMakeLists.txt =================================================================== --- head/games/cockatrice/files/patch-CMakeLists.txt +++ head/games/cockatrice/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +# Upstream did not bump the release version. Do that for them. +--- CMakeLists.txt.orig 2020-08-24 13:29:55 UTC ++++ CMakeLists.txt +@@ -37,7 +37,7 @@ endif() + + # A project name is needed for CPack + # Version can be overriden by git tags, see cmake/getversion.cmake +-PROJECT("Cockatrice" VERSION 2.7.4) ++PROJECT("Cockatrice" VERSION 2.7.5) + + # Use c++11 for all targets + set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard") Index: head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h =================================================================== --- head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h +++ head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h @@ -1,10 +0,0 @@ ---- cockatrice/src/arrowitem.h.orig 2020-05-19 17:58:03 UTC -+++ cockatrice/src/arrowitem.h -@@ -2,6 +2,7 @@ - #define ARROWITEM_H - - #include -+#include - - class CardItem; - class QGraphicsSceneMouseEvent; Index: head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp =================================================================== --- head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp +++ head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp @@ -1,10 +0,0 @@ ---- cockatrice/src/replay_timeline_widget.cpp.orig 2020-05-19 17:57:56 UTC -+++ cockatrice/src/replay_timeline_widget.cpp -@@ -1,6 +1,7 @@ - #include "replay_timeline_widget.h" - - #include -+#include - #include - #include - #include