Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 20:48:16 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546110 - in head/games/cockatrice: . files
Message-ID:  <202008242048.07OKmGYO036093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Mon Aug 24 20:48:16 2020
New Revision: 546110
URL: https://svnweb.freebsd.org/changeset/ports/546110

Log:
  games/cockatrice
  - Update to 2.7.5
  - Changelog/Release Notes:
   - https://github.com/Cockatrice/Cockatrice/releases
  - Upstream did not bump the version, include that as a local patch.
  - Upstream does not required two of our local patches, drop them.
  
  Reviewed by:	lwhsu
  Differential Revision:	https://reviews.freebsd.org/D26170

Added:
  head/games/cockatrice/files/patch-CMakeLists.txt   (contents, props changed)
Deleted:
  head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h
  head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp
Modified:
  head/games/cockatrice/Makefile
  head/games/cockatrice/distinfo

Modified: head/games/cockatrice/Makefile
==============================================================================
--- head/games/cockatrice/Makefile	Mon Aug 24 20:21:07 2020	(r546109)
+++ head/games/cockatrice/Makefile	Mon Aug 24 20:48:16 2020	(r546110)
@@ -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 @@ 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}

Modified: head/games/cockatrice/distinfo
==============================================================================
--- head/games/cockatrice/distinfo	Mon Aug 24 20:21:07 2020	(r546109)
+++ head/games/cockatrice/distinfo	Mon Aug 24 20:48:16 2020	(r546110)
@@ -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

Added: head/games/cockatrice/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/cockatrice/files/patch-CMakeLists.txt	Mon Aug 24 20:48:16 2020	(r546110)
@@ -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")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008242048.07OKmGYO036093>