Skip to content

Commit

Permalink
wesnoth: updated to 1.16.7
Browse files Browse the repository at this point in the history
Version 1.16.7
 Translations
   * Updated translations: Arabic, British English, Czech, Finnish, French, Italian, Japanese, Polish, Portuguese (Brazil), Turkish
 Miscellaneous and Bug Fixes
   * wmllint now validates `rank=` values in `[campaign]`
   * Add disconnect check to alert users when they lose connection to the multiplayer server
   * Fixed a crash when checking if abilities are active during game initialisation after loading a saved game.
   * Fix a crash when an out-of-bounds side number is used in Lua’s `sync.evaluate_multiple`
   * Fixed special notes being duplicated when storing units
  • Loading branch information
adam committed Jan 20, 2023
1 parent 9a4a30c commit aff06a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 2 additions & 3 deletions games/wesnoth/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.188 2022/11/23 16:20:10 adam Exp $
# $NetBSD: Makefile,v 1.189 2023/01/20 13:35:29 adam Exp $

DISTNAME= wesnoth-1.16.6
PKGREVISION= 1
DISTNAME= wesnoth-1.16.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
Expand Down
7 changes: 6 additions & 1 deletion games/wesnoth/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.63 2022/09/14 07:24:06 adam Exp $
@comment $NetBSD: PLIST,v 1.64 2023/01/20 13:35:29 adam Exp $
bin/wesnoth
bin/wesnothd
man/ca/man6/wesnoth.6
Expand Down Expand Up @@ -3626,6 +3626,7 @@ share/wesnoth/data/core/images/maps/l10n/sr/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr@ijekavian/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr@ijekavianlatin/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr@latin/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/tr/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/zh_CN/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/zh_CN/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/titlescreen.png
Expand Down Expand Up @@ -16292,6 +16293,9 @@ share/wesnoth/data/test/scenarios/sighted_events.cfg
share/wesnoth/data/test/scenarios/simple_find_path.cfg
share/wesnoth/data/test/scenarios/simulate_combat_clone_adjacent.cfg
share/wesnoth/data/test/scenarios/simulate_combat_occupied.cfg
share/wesnoth/data/test/scenarios/special_calculations.cfg
share/wesnoth/data/test/scenarios/special_note_from_movetype.cfg
share/wesnoth/data/test/scenarios/special_note_individual_unit.cfg
share/wesnoth/data/test/scenarios/store_locations.cfg
share/wesnoth/data/test/scenarios/store_reachable_locations_vision.cfg
share/wesnoth/data/test/scenarios/store_unit_defense.cfg
Expand Down Expand Up @@ -16336,6 +16340,7 @@ share/wesnoth/data/test/scenarios/test_resistances.cfg
share/wesnoth/data/test/scenarios/test_return.cfg
share/wesnoth/data/test/scenarios/test_role_types.cfg
share/wesnoth/data/test/scenarios/test_scoped_vars.cfg
share/wesnoth/data/test/scenarios/test_synced_side_number.cfg
share/wesnoth/data/test/scenarios/test_synced_state.cfg
share/wesnoth/data/test/scenarios/test_terrain_mask.cfg
share/wesnoth/data/test/scenarios/test_unit_map.cfg
Expand Down
8 changes: 4 additions & 4 deletions games/wesnoth/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.82 2022/09/14 07:24:06 adam Exp $
$NetBSD: distinfo,v 1.83 2023/01/20 13:35:29 adam Exp $

BLAKE2s (wesnoth-1.16.6.tar.bz2) = a76f97e8db7e6c120b0b1a4df07cd665ebdc4abe2617a272add6eb8f433d12c8
SHA512 (wesnoth-1.16.6.tar.bz2) = 8a1e4e11c6803e8272451765ea3f905b34e0caa665865e4ad28c1b0b8ee0ae312dab98825a1c725861f2158d5638c3d3a89f039b61617815cdbcf88449a12f65
Size (wesnoth-1.16.6.tar.bz2) = 475677376 bytes
BLAKE2s (wesnoth-1.16.7.tar.bz2) = 328cd7a82e3255d00f29a3ec0786c83f5a4ee47e1a2fbd69bacc0fd0d78ba3c3
SHA512 (wesnoth-1.16.7.tar.bz2) = 11e3e3aaeea234e5e5783180826830f9822b055b52988736ada3c62b9c044f4a8c9d0cdd6685dfd7d70ebdfee945d957c66f25c25d444e9e83d741b70ba134fb
Size (wesnoth-1.16.7.tar.bz2) = 476140035 bytes
SHA1 (patch-CMakeLists.txt) = 2670d4a527019706d8614c7e715e25c39f044d0e
SHA1 (patch-src_CMakeLists.txt) = 776c522ccfc544d8898d786fe164c2be1812db1a
SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
Expand Down

0 comments on commit aff06a6

Please sign in to comment.