Index: head/games/cockatrice/Makefile =================================================================== --- head/games/cockatrice/Makefile (revision 546109) +++ head/games/cockatrice/Makefile (revision 546110) @@ -1,48 +1,47 @@ # Created by: Sean Bruno # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTVERSION= 2.7.5 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org COMMENT= Virtual tabletop client and server for multiplayer card games LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf.so:devel/protobuf 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} OPTIONS_DEFINE= COCKATRICE SERVATRICE MYSQL OPTIONS_DEFAULT= COCKATRICE OPTIONS_SUB= yes COCKATRICE_DESC= Build Cockatrice Client SERVATRICE_DESC= Build Cockatrice Server MYSQL_DESC= (Server Only) Add runtime dependencies on mysql-server SERVATRICE_CMAKE_ON= -DWITH_SERVER=ON SERVATRICE_CMAKE_OFF= -DWITH_SERVER=OFF COCKATRICE_CMAKE_ON= -DWITH_CLIENT=ON -DWITH_ORACLE=ON COCKATRICE_CMAKE_OFF= -DWITH_CLIENT=OFF -DWITH_ORACLE=OFF COCKATRICE_USE= qt=multimedia,printsupport,svg,linguisttools_build SERVATRICE_USE= qt=sql,sql-mysql SERVATRICE_USE+= RC_SUBR=servatrice MYSQL_USES+= mysql:server MYSQL_SUB_LIST_OFF= mysql="" MYSQL_SUB_LIST= mysql="mysql" SERVATRICE_LDFLAGS+= -lexecinfo .include Index: head/games/cockatrice/distinfo =================================================================== --- head/games/cockatrice/distinfo (revision 546109) +++ head/games/cockatrice/distinfo (revision 546110) @@ -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-cockatrice_src_arrowitem.h =================================================================== --- head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h (revision 546109) +++ head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h (nonexistent) @@ -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; Property changes on: head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp =================================================================== --- head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp (revision 546109) +++ head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp (nonexistent) @@ -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 Property changes on: head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/cockatrice/files/patch-CMakeLists.txt =================================================================== --- head/games/cockatrice/files/patch-CMakeLists.txt (nonexistent) +++ head/games/cockatrice/files/patch-CMakeLists.txt (revision 546110) @@ -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") Property changes on: head/games/cockatrice/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property