Date: Tue, 26 Apr 2022 19:27:41 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72b0fb000c8b - main - games/openrct2: update to 0.4.0 Message-ID: <202204261927.23QJRfEQ098470@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=72b0fb000c8b7f2ce98f353b409fd6cc98481fd1 commit 72b0fb000c8b7f2ce98f353b409fd6cc98481fd1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-26 19:24:12 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-26 19:24:12 +0000 games/openrct2: update to 0.4.0 Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.0 --- games/openrct2/Makefile | 7 +++---- games/openrct2/distinfo | 14 +++++++------- games/openrct2/pkg-plist | 1 + 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index 0b3e20f862de..abf7ee1d5612 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -1,7 +1,6 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.3.5.1 -PORTREVISION= 2 +DISTVERSION= 0.4.0 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -29,8 +28,8 @@ USES= cmake compiler:c++17-lang desktop-file-utils gnome gl iconv \ USE_GITHUB= yes GH_ACCOUNT= OpenRCT2 GH_PROJECT= OpenRCT2 -GH_TUPLE= OpenRCT2:objects:v1.2.2:objects \ - OpenRCT2:title-sequences:v0.1.2c:title_sequences +GH_TUPLE= OpenRCT2:objects:v1.2.7:objects \ + OpenRCT2:title-sequences:v0.4.0:title_sequences USE_GL= gl USE_LDCONFIG= yes USE_SDL= sdl2 diff --git a/games/openrct2/distinfo b/games/openrct2/distinfo index 5d2d9693fd86..5630ced861fd 100644 --- a/games/openrct2/distinfo +++ b/games/openrct2/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1637709076 -SHA256 (OpenRCT2-OpenRCT2-v0.3.5.1_GH0.tar.gz) = 8ebca20667e8bcd085e7d0d22877a8e74aca00e2394cdef622ee9c761f2b5a3a -SIZE (OpenRCT2-OpenRCT2-v0.3.5.1_GH0.tar.gz) = 14178153 -SHA256 (OpenRCT2-objects-v1.2.2_GH0.tar.gz) = f24ed11bc21473c3eee3be3fd0f776e542af408b3b408eb6c35f6115b1bed89d -SIZE (OpenRCT2-objects-v1.2.2_GH0.tar.gz) = 1041175 -SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b -SIZE (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 20478990 +TIMESTAMP = 1650994090 +SHA256 (OpenRCT2-OpenRCT2-v0.4.0_GH0.tar.gz) = fc02d002a5dc12861a50d30da8fbcfb26eeb2faa3e2b6d56108fc8a9ed35e5e9 +SIZE (OpenRCT2-OpenRCT2-v0.4.0_GH0.tar.gz) = 15179718 +SHA256 (OpenRCT2-objects-v1.2.7_GH0.tar.gz) = ec9a4f862365477b24a9eea16159131b235e05330fa2becefa1a113b17e6bceb +SIZE (OpenRCT2-objects-v1.2.7_GH0.tar.gz) = 1087328 +SHA256 (OpenRCT2-title-sequences-v0.4.0_GH0.tar.gz) = 7ef9bcad26961fd6344e80afd07bd0a547bed9f7dab7f141cf78a4976a39e469 +SIZE (OpenRCT2-title-sequences-v0.4.0_GH0.tar.gz) = 28432766 diff --git a/games/openrct2/pkg-plist b/games/openrct2/pkg-plist index de09dd14a00f..3e38a2cba1db 100644 --- a/games/openrct2/pkg-plist +++ b/games/openrct2/pkg-plist @@ -2,6 +2,7 @@ bin/openrct2 bin/openrct2-cli lib/libopenrct2.so man/man6/openrct2.6.gz +man/man6/openrct2-cli.6.gz share/applications/openrct2-savegame.desktop share/applications/openrct2-scenario.desktop share/applications/openrct2-uri.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204261927.23QJRfEQ098470>