Date: Wed, 5 May 2021 12:51:37 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: 102adfca1327 - main - - Update OpenTTD to version 1.11.2 - Hook some tests to our framework Message-ID: <202105051251.145CpbfT090109@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=102adfca132760a608de3179fa7444b301964747 commit 102adfca132760a608de3179fa7444b301964747 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-05-05 12:32:56 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-05-05 12:49:39 +0000 - Update OpenTTD to version 1.11.2 - Hook some tests to our framework Found out via: repology.org --- games/openttd/Makefile | 6 ++++-- games/openttd/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 2c4fcc228288..4dcaec155bd1 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,8 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= openttd -DISTVERSION= 1.11.0 -PORTREVISION= 1 +DISTVERSION= 1.11.2 CATEGORIES= games MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source @@ -49,4 +48,7 @@ SERVER_VARS_OFF= INSTALLS_ICONS=yes post-install-SERVER-on: @${REINPLACE_CMD} -E '/icons|pixmaps/d' ${TMPPLIST} +do-test: + @cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS} + .include <bsd.port.mk> diff --git a/games/openttd/distinfo b/games/openttd/distinfo index ce172b03098e..21966db3a4c7 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,2 +1,3 @@ -SHA256 (openttd-1.11.0-source.tar.xz) = 5e65184e07368ba1afa62dbb3e35abaee6c4da6730ff4bc9eb4447d53363c7a8 -SIZE (openttd-1.11.0-source.tar.xz) = 6805420 +TIMESTAMP = 1620068733 +SHA256 (openttd-1.11.2-source.tar.xz) = 0fba935a2a815f4fe8cd6dc2e2ae33f72769538731228f848a63b3a6e9482e6d +SIZE (openttd-1.11.2-source.tar.xz) = 6783972
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105051251.145CpbfT090109>