Date: Wed, 17 Nov 2021 07:02:58 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: c198b9495e7c - main - games/openttd: update OpenTTD to version 12.1, another bugfix release Message-ID: <202111170702.1AH72wlq094256@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=c198b9495e7c55fad7875c7189be365cf5d7197a commit c198b9495e7c55fad7875c7189be365cf5d7197a Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-11-17 07:02:04 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-11-17 07:02:06 +0000 games/openttd: update OpenTTD to version 12.1, another bugfix release While here, drop our custom DESKTOP_ENTRIES in favor of upstream file. --- games/openttd/Makefile | 6 +----- games/openttd/distinfo | 6 +++--- games/openttd/pkg-plist | 1 + 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 6717e81d7d21..fc50c8369ddc 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,8 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= openttd -DISTVERSION= 12.0 -PORTREVISION= 1 +DISTVERSION= 12.1 CATEGORIES= games MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source @@ -23,9 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} SUB_FILES= pkg-message -DESKTOP_ENTRIES="OpenTTD" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ - "Game;Simulation;StrategyGame;" false - OPTIONS_DEFINE= DOCS FLUIDSYNTH SAVE_PASSWORDS SERVER SERVER_PREVENTS= FLUIDSYNTH diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 775fb34dd6f5..78687c7c2898 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634464789 -SHA256 (openttd-12.0-source.tar.xz) = bba0fd3800df0370259e642d251f362c7c00b478a2e3531f6ba7f84c1c2b32dc -SIZE (openttd-12.0-source.tar.xz) = 7307832 +TIMESTAMP = 1636403295 +SHA256 (openttd-12.1-source.tar.xz) = 258bf5b9983010890ba10518b506bc4ab80f7c08ccec59497e9ba55a4aa3e7e3 +SIZE (openttd-12.1-source.tar.xz) = 7357316 diff --git a/games/openttd/pkg-plist b/games/openttd/pkg-plist index 5af144131cca..da78e22a6244 100644 --- a/games/openttd/pkg-plist +++ b/games/openttd/pkg-plist @@ -116,6 +116,7 @@ man/man6/openttd.6.gz %%DATADIR%%/scripts/pre_dedicated.scr.example %%DATADIR%%/scripts/pre_server.scr.example %%DATADIR%%/scripts/readme.txt +share/applications/openttd.desktop share/icons/hicolor/16x16/apps/openttd.png share/icons/hicolor/32x32/apps/openttd.png share/icons/hicolor/48x48/apps/openttd.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111170702.1AH72wlq094256>