From owner-svn-ports-all@freebsd.org Thu May 3 12:59:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 590BEFAA74B; Thu, 3 May 2018 12:59:50 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EFB076FAD; Thu, 3 May 2018 12:59:50 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E45D020120; Thu, 3 May 2018 12:59:49 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43Cxngd062365; Thu, 3 May 2018 12:59:49 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43Cxneo062362; Thu, 3 May 2018 12:59:49 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201805031259.w43Cxneo062362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 3 May 2018 12:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468925 - in head/games/cockatrice: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: in head/games/cockatrice: . files X-SVN-Commit-Revision: 468925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 12:59:50 -0000 Author: sbruno Date: Thu May 3 12:59:49 2018 New Revision: 468925 URL: https://svnweb.freebsd.org/changeset/ports/468925 Log: games/cockatrice: - bump to release 2.5.1 - Use this as the version number for the package - Add patch to indicate that this is the version number when selecting "About" in the menu. https://github.com/Cockatrice/Cockatrice/releases/tag/2018-04-16-Release-2.5.1 Added: head/games/cockatrice/files/ head/games/cockatrice/files/patch-CMakeLists.txt (contents, props changed) Modified: head/games/cockatrice/Makefile head/games/cockatrice/distinfo Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Thu May 3 12:42:57 2018 (r468924) +++ head/games/cockatrice/Makefile Thu May 3 12:59:49 2018 (r468925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 0.0.g2018.03.02 +PORTVERSION= 2.5.1.g2018.04.16 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes -GH_TAGNAME= 2018-03-02-Release-2.5.0 +GH_TAGNAME= 2018-04-16-Release-2.5.1 USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ Modified: head/games/cockatrice/distinfo ============================================================================== --- head/games/cockatrice/distinfo Thu May 3 12:42:57 2018 (r468924) +++ head/games/cockatrice/distinfo Thu May 3 12:59:49 2018 (r468925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522428517 -SHA256 (Cockatrice-Cockatrice-0.0.g2018.03.02-2018-03-02-Release-2.5.0_GH0.tar.gz) = 4fbec9054ad0c64382e484ff42b9166676b4be3110e48bb3819a6f45316d9fd2 -SIZE (Cockatrice-Cockatrice-0.0.g2018.03.02-2018-03-02-Release-2.5.0_GH0.tar.gz) = 8354130 +TIMESTAMP = 1525274128 +SHA256 (Cockatrice-Cockatrice-2.5.1.g2018.04.16-2018-04-16-Release-2.5.1_GH0.tar.gz) = a088e460190b48b61fd4ea8681b3d5395cb9de84d515c42c44ac708fcd66367b +SIZE (Cockatrice-Cockatrice-2.5.1.g2018.04.16-2018-04-16-Release-2.5.1_GH0.tar.gz) = 8357648 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 Thu May 3 12:59:49 2018 (r468925) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-05-03 12:27:19 UTC ++++ CMakeLists.txt +@@ -34,7 +34,7 @@ endif() + + # A project name is needed for CPack + # Version can be overriden by git tags, see cmake/getversion.cmake +-PROJECT("Cockatrice" VERSION 2.5.0) ++PROJECT("Cockatrice" VERSION 2.5.1) + + # Use c++11 for all targets + set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")