Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2023 11:44:47 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5fa3895fac8 - main - games/vcmi: the port had been updated to version 1.2.1
Message-ID:  <202306011144.351BilXI037923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5fa3895fac8e9c1f54f2817762193ebb0d4c65e

commit d5fa3895fac8e9c1f54f2817762193ebb0d4c65e
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-06-01 11:43:50 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-06-01 11:43:50 +0000

    games/vcmi: the port had been updated to version 1.2.1
    
    Backport patch to fix potential nullptr-to-reference conversion.
    
    Reported by:    portscout
---
 games/vcmi/Makefile  | 6 ++++--
 games/vcmi/distinfo  | 8 +++++---
 games/vcmi/pkg-plist | 2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile
index aa3237c8f618..c37319564378 100644
--- a/games/vcmi/Makefile
+++ b/games/vcmi/Makefile
@@ -1,8 +1,10 @@
 PORTNAME=	vcmi
-PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTVERSION=	1.2.1
 CATEGORIES=	games
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	c7bee037d2c06c56893d631651288c33e.patch:-p1
+
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Open-source engine for Heroes of Might and Magic III
 WWW=		https://vcmi.eu/
diff --git a/games/vcmi/distinfo b/games/vcmi/distinfo
index 01410f98ace3..30d0e84a7ef4 100644
--- a/games/vcmi/distinfo
+++ b/games/vcmi/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1681475469
-SHA256 (vcmi-vcmi-1.2.0_GH0.tar.gz) = fb7ad26f19e91647c480fed3183e205c8c3f48da955f7ab797ebdbae74efc2d3
-SIZE (vcmi-vcmi-1.2.0_GH0.tar.gz) = 7143423
+TIMESTAMP = 1682700427
+SHA256 (vcmi-vcmi-1.2.1_GH0.tar.gz) = 88ffc13da9b7d6ac8ed294b1b7719e5adc0cdc34a9f0d83d55b5b5c8d02e529a
+SIZE (vcmi-vcmi-1.2.1_GH0.tar.gz) = 7143981
+SHA256 (c7bee037d2c06c56893d631651288c33e.patch) = 128e6749191fb81c9432b4b40e838af5a942c3b42b051488c5675d5da2911a43
+SIZE (c7bee037d2c06c56893d631651288c33e.patch) = 1538
diff --git a/games/vcmi/pkg-plist b/games/vcmi/pkg-plist
index 53bea6a51adf..0aca293ac9db 100644
--- a/games/vcmi/pkg-plist
+++ b/games/vcmi/pkg-plist
@@ -26,8 +26,8 @@ share/icons/hicolor/64x64/apps/vcmiclient.png
 %%DATADIR%%/Mods/vcmi/Data/StackQueueLarge.png
 %%DATADIR%%/Mods/vcmi/Data/StackQueueSmall.png
 %%DATADIR%%/Mods/vcmi/Data/debug/blocked.png
-%%DATADIR%%/Mods/vcmi/Data/debug/cached.png
 %%DATADIR%%/Mods/vcmi/Data/debug/grid.png
+%%DATADIR%%/Mods/vcmi/Data/debug/spellRange.png
 %%DATADIR%%/Mods/vcmi/Data/debug/visitable.png
 %%DATADIR%%/Mods/vcmi/Data/questDialog.png
 %%DATADIR%%/Mods/vcmi/Data/s/std.verm



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