Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2021 18:37:00 +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: r563150 - in head/games/cockatrice: . files
Message-ID:  <202101281837.10SIb0vC058347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Jan 28 18:37:00 2021
New Revision: 563150
URL: https://svnweb.freebsd.org/changeset/ports/563150

Log:
  games/cockatrice: Update to 2.8.0 release
  - Cockatrice 2.8.0: Prismatic Bridge
  - https://github.com/Cockatrice/Cockatrice/releases/tag/2021-01-26-Release-2.8.0
  - drop version patch as it is not needed

Deleted:
  head/games/cockatrice/files/patch-CMakeLists.txt
Modified:
  head/games/cockatrice/Makefile
  head/games/cockatrice/distinfo

Modified: head/games/cockatrice/Makefile
==============================================================================
--- head/games/cockatrice/Makefile	Thu Jan 28 17:50:38 2021	(r563149)
+++ head/games/cockatrice/Makefile	Thu Jan 28 18:37:00 2021	(r563150)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Cockatrice
-PORTVERSION=	2.7.5
-PORTREVISION=	2
+PORTVERSION=	2.8.0
 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-08-23-Release-2.7.5
+GH_TAGNAME=	2021-01-26-Release-2.8.0
 
 INSTALLS_ICONS=	yes
 DATADIR=	${PREFIX}/share/${PORTNAME:tl}

Modified: head/games/cockatrice/distinfo
==============================================================================
--- head/games/cockatrice/distinfo	Thu Jan 28 17:50:38 2021	(r563149)
+++ head/games/cockatrice/distinfo	Thu Jan 28 18:37:00 2021	(r563150)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1611794477
+SHA256 (Cockatrice-Cockatrice-2.8.0-2021-01-26-Release-2.8.0_GH0.tar.gz) = fbf908138e40b20529ebdc27b3b37d63891bf6a91f660be694407a8e57471e79
+SIZE (Cockatrice-Cockatrice-2.8.0-2021-01-26-Release-2.8.0_GH0.tar.gz) = 8589061



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