pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/openttd openttd: Update to 12.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/54750f9957ae
branches: trunk
changeset: 378864:54750f9957ae
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Sun May 08 12:06:01 2022 +0000
description:
openttd: Update to 12.2
upstream changes:
-----------------
* 12.2 (2022-04-02)
[https://cdn.openttd.org/openttd-releases/12.2/changelog.txt]
* 12.1 (2021-11-08)
[https://cdn.openttd.org/openttd-releases/12.1/changelog.txt]
* 12.0 (2021-10-17)
[https://cdn.openttd.org/openttd-releases/12.0/changelog.txt]
* 12.0-RC1 (2021-09-25)
* 12.0-beta2 (2021-08-19)
* 12.0-beta1 (2021-08-15)
* 1.11 release series followed up by 12.0
pkgsrc changes:
---------------
* Update GCC_REQD to 8 for std::charconv.
diffstat:
games/openttd/Makefile | 7 +++----
games/openttd/PLIST | 14 +++++++++++++-
games/openttd/distinfo | 8 ++++----
3 files changed, 20 insertions(+), 9 deletions(-)
diffs (112 lines):
diff -r f7cfc7dc028f -r 54750f9957ae games/openttd/Makefile
--- a/games/openttd/Makefile Sun May 08 10:23:33 2022 +0000
+++ b/games/openttd/Makefile Sun May 08 12:06:01 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2022/04/18 19:11:10 adam Exp $
+# $NetBSD: Makefile,v 1.104 2022/05/08 12:06:01 triaxx Exp $
-DISTNAME= openttd-1.11.2-source
+DISTNAME= openttd-12.2-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
@@ -20,7 +19,7 @@
CMAKE_ARG_PATH= ..
# C++17
-GCC_REQD+= 7
+GCC_REQD+= 8 # std::charconv
BUILD_DEFS+= VARBASE
diff -r f7cfc7dc028f -r 54750f9957ae games/openttd/PLIST
--- a/games/openttd/PLIST Sun May 08 10:23:33 2022 +0000
+++ b/games/openttd/PLIST Sun May 08 12:06:01 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/05/04 17:08:05 nia Exp $
+@comment $NetBSD: PLIST,v 1.29 2022/05/08 12:06:01 triaxx Exp $
bin/openttd
man/man6/openttd.6
share/applications/openttd.desktop
@@ -26,8 +26,10 @@
share/openttd/ai/compat_1.7.nut
share/openttd/ai/compat_1.8.nut
share/openttd/ai/compat_1.9.nut
+share/openttd/ai/compat_12.nut
share/openttd/baseset/no_music.obm
share/openttd/baseset/no_sound.obs
+share/openttd/baseset/openttd.32.bmp
share/openttd/baseset/openttd.grf
share/openttd/baseset/opntitle.dat
share/openttd/baseset/orig_dos.obg
@@ -49,6 +51,7 @@
share/openttd/game/compat_1.7.nut
share/openttd/game/compat_1.8.nut
share/openttd/game/compat_1.9.nut
+share/openttd/game/compat_12.nut
share/openttd/lang/afrikaans.lng
share/openttd/lang/arabic_egypt.lng
share/openttd/lang/basque.lng
@@ -56,6 +59,7 @@
share/openttd/lang/brazilian_portuguese.lng
share/openttd/lang/bulgarian.lng
share/openttd/lang/catalan.lng
+share/openttd/lang/chuvash.lng
share/openttd/lang/croatian.lng
share/openttd/lang/czech.lng
share/openttd/lang/danish.lng
@@ -68,13 +72,16 @@
share/openttd/lang/faroese.lng
share/openttd/lang/finnish.lng
share/openttd/lang/french.lng
+share/openttd/lang/frisian.lng
share/openttd/lang/gaelic.lng
share/openttd/lang/galician.lng
share/openttd/lang/german.lng
share/openttd/lang/greek.lng
share/openttd/lang/hebrew.lng
+share/openttd/lang/hindi.lng
share/openttd/lang/hungarian.lng
share/openttd/lang/icelandic.lng
+share/openttd/lang/ido.lng
share/openttd/lang/indonesian.lng
share/openttd/lang/irish.lng
share/openttd/lang/italian.lng
@@ -84,9 +91,13 @@
share/openttd/lang/latvian.lng
share/openttd/lang/lithuanian.lng
share/openttd/lang/luxembourgish.lng
+share/openttd/lang/macedonian.lng
share/openttd/lang/malay.lng
+share/openttd/lang/maltese.lng
+share/openttd/lang/marathi.lng
share/openttd/lang/norwegian_bokmal.lng
share/openttd/lang/norwegian_nynorsk.lng
+share/openttd/lang/persian.lng
share/openttd/lang/polish.lng
share/openttd/lang/portuguese.lng
share/openttd/lang/romanian.lng
@@ -103,6 +114,7 @@
share/openttd/lang/traditional_chinese.lng
share/openttd/lang/turkish.lng
share/openttd/lang/ukrainian.lng
+share/openttd/lang/urdu.lng
share/openttd/lang/vietnamese.lng
share/openttd/lang/welsh.lng
share/openttd/scripts/autoexec.scr.example
diff -r f7cfc7dc028f -r 54750f9957ae games/openttd/distinfo
--- a/games/openttd/distinfo Sun May 08 10:23:33 2022 +0000
+++ b/games/openttd/distinfo Sun May 08 12:06:01 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2021/10/26 10:44:18 nia Exp $
+$NetBSD: distinfo,v 1.41 2022/05/08 12:06:01 triaxx Exp $
-BLAKE2s (openttd-1.11.2-source.tar.xz) = 4e62db05acde1764f23cabd7d6ba5f624c6e5412caae766a57bf8d34d9ba039a
-SHA512 (openttd-1.11.2-source.tar.xz) = 9a6364bf19627db9f8ec58bfa85fa3a8febf1109f3b5fb9053bef810ac2d0c41df91b58f0b253dd45320a29cae2e8485df794afa7b5240f19759f98fd65c35ea
-Size (openttd-1.11.2-source.tar.xz) = 6783972 bytes
+BLAKE2s (openttd-12.2-source.tar.xz) = 340eb17b3123514fc845011abff5ab4e1432c17e5c29c0f3be2f99360eabfeaf
+SHA512 (openttd-12.2-source.tar.xz) = 577792faee1d5e0c19fbfe31501dab3359f8e1327caa87e6378bb3e616ab6b2c64d02044c6ac99f7c40397df7bc6847a6b432852a5318a2db574203ddebfaef6
+Size (openttd-12.2-source.tar.xz) = 7377496 bytes
SHA1 (patch-cmake_InstallAndPackage.cmake) = 18b02c11bf59639124c2a852d5a19dda3ae0ff81
Home |
Main Index |
Thread Index |
Old Index