Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D8CDB1A9217 for ; Sun, 3 Jan 2021 15:07:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1923784D6B; Sun, 3 Jan 2021 15:07:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5577584D62 for ; Sun, 3 Jan 2021 15:07:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EjOPqNzyCymG for ; Sun, 3 Jan 2021 15:07:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B024884C13 for ; Sun, 3 Jan 2021 15:07:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A818AFA9D; Sun, 3 Jan 2021 15:07:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609686433194660" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 15:07:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/games/wesnoth To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210103150713.A818AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609686433194660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jan 3 15:07:13 UTC 2021 Modified Files: pkgsrc/games/wesnoth: Makefile PLIST distinfo Log Message: wesnoth: updated to 1.14.15 Version 1.14.15 Add-ons client * Fix potential crashes when working with installed add-ons that have a corrupted _info.cfg file. Campaigns * Descent into Darkness: * S11: fix low probability case of enemy being unreachable * S11: recall ghosts if available and ensure the player gets one level 2 ghost. * Eastern Invasion: * S03: fix the initial keep being blocked at the start Translations * Updated translations: British English, Catalan, Czech, French, German, Italian, Japanese, Polish, Portuguese (Brazil), Russian, Turkish User interface * Fixed formatting of hyperlinks when the same URL appears more than once in a block of text Miscellaneous and Bug Fixes * Fixed a rare issue on Windows that could result in wesnoth.exe sticking around waiting for console input after encountering an error despite not being launched with the `--wconsole` option. * Removed documentation for network proxy-related command line options previously removed in version 1.13.1 along with libana. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 pkgsrc/games/wesnoth/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/wesnoth/PLIST cvs rdiff -u -r1.73 -r1.74 pkgsrc/games/wesnoth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609686433194660 Content-Disposition: inline Content-Length: 2517 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/wesnoth/Makefile diff -u pkgsrc/games/wesnoth/Makefile:1.166 pkgsrc/games/wesnoth/Makefile:1.167 --- pkgsrc/games/wesnoth/Makefile:1.166 Fri Jan 1 08:24:44 2021 +++ pkgsrc/games/wesnoth/Makefile Sun Jan 3 15:07:13 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.166 2021/01/01 08:24:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.167 2021/01/03 15:07:13 adam Exp $ -DISTNAME= wesnoth-1.14.14 -PKGREVISION= 2 +DISTNAME= wesnoth-1.14.15 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/games/wesnoth/PLIST diff -u pkgsrc/games/wesnoth/PLIST:1.56 pkgsrc/games/wesnoth/PLIST:1.57 --- pkgsrc/games/wesnoth/PLIST:1.56 Tue Sep 29 08:55:54 2020 +++ pkgsrc/games/wesnoth/PLIST Sun Jan 3 15:07:13 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.56 2020/09/29 08:55:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.57 2021/01/03 15:07:13 adam Exp $ bin/wesnoth bin/wesnothd man/cs/man6/wesnothd.6 @@ -18,6 +18,7 @@ man/hu/man6/wesnothd.6 man/id/man6/wesnothd.6 man/it/man6/wesnoth.6 man/it/man6/wesnothd.6 +man/ja/man6/wesnoth.6 man/ja/man6/wesnothd.6 man/lt/man6/wesnoth.6 man/lt/man6/wesnothd.6 Index: pkgsrc/games/wesnoth/distinfo diff -u pkgsrc/games/wesnoth/distinfo:1.73 pkgsrc/games/wesnoth/distinfo:1.74 --- pkgsrc/games/wesnoth/distinfo:1.73 Tue Sep 29 08:55:54 2020 +++ pkgsrc/games/wesnoth/distinfo Sun Jan 3 15:07:13 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.73 2020/09/29 08:55:54 adam Exp $ +$NetBSD: distinfo,v 1.74 2021/01/03 15:07:13 adam Exp $ -SHA1 (wesnoth-1.14.14.tar.bz2) = 418498d5910f0941a4f3ba4dbc011bb6d7232237 -RMD160 (wesnoth-1.14.14.tar.bz2) = a99f6b3a61608df07779b473438e76d72cb364ab -SHA512 (wesnoth-1.14.14.tar.bz2) = 56648e22365bda9936e3a4982f74bbef4a8454fbab184a32ce7566240fd0ff7a0a82f74f30e0bbdcf3256934fb8f19a22976c165ec98ea821e15f74b8d1a5b07 -Size (wesnoth-1.14.14.tar.bz2) = 461686162 bytes +SHA1 (wesnoth-1.14.15.tar.bz2) = 64f21d23e94ed4115d8822cbd5cedeebb0d93585 +RMD160 (wesnoth-1.14.15.tar.bz2) = abf6318d7d095a0e01e19096f9df5d300414fa07 +SHA512 (wesnoth-1.14.15.tar.bz2) = 8e001ceb7782659c4198c8bfee58a7dd29ab6d21e91c5c9eba7da6f5787fcf7673ee76d499f45637b6d43b1bc1397e5d91af601e5fdaab8a6e9fe0e63ed4df9d +Size (wesnoth-1.14.15.tar.bz2) = 461813814 bytes SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0 SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6 --_----------=_1609686433194660--