Skip to content

Commit aff06a6

Browse files
author
adam
committed
wesnoth: updated to 1.16.7
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
1 parent 9a4a30c commit aff06a6

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

games/wesnoth/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.188 2022/11/23 16:20:10 adam Exp $
1+
# $NetBSD: Makefile,v 1.189 2023/01/20 13:35:29 adam Exp $
22

3-
DISTNAME= wesnoth-1.16.6
4-
PKGREVISION= 1
3+
DISTNAME= wesnoth-1.16.7
54
CATEGORIES= games
65
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
76
EXTRACT_SUFX= .tar.bz2

games/wesnoth/PLIST

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.63 2022/09/14 07:24:06 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.64 2023/01/20 13:35:29 adam Exp $
22
bin/wesnoth
33
bin/wesnothd
44
man/ca/man6/wesnoth.6
@@ -3626,6 +3626,7 @@ share/wesnoth/data/core/images/maps/l10n/sr/wesnoth--overlay.png
36263626
share/wesnoth/data/core/images/maps/l10n/sr@ijekavian/wesnoth--overlay.png
36273627
share/wesnoth/data/core/images/maps/l10n/sr@ijekavianlatin/wesnoth--overlay.png
36283628
share/wesnoth/data/core/images/maps/l10n/sr@latin/wesnoth--overlay.png
3629+
share/wesnoth/data/core/images/maps/l10n/tr/titlescreen--overlay.png
36293630
share/wesnoth/data/core/images/maps/l10n/zh_CN/titlescreen--overlay.png
36303631
share/wesnoth/data/core/images/maps/l10n/zh_CN/wesnoth--overlay.png
36313632
share/wesnoth/data/core/images/maps/titlescreen.png
@@ -16292,6 +16293,9 @@ share/wesnoth/data/test/scenarios/sighted_events.cfg
1629216293
share/wesnoth/data/test/scenarios/simple_find_path.cfg
1629316294
share/wesnoth/data/test/scenarios/simulate_combat_clone_adjacent.cfg
1629416295
share/wesnoth/data/test/scenarios/simulate_combat_occupied.cfg
16296+
share/wesnoth/data/test/scenarios/special_calculations.cfg
16297+
share/wesnoth/data/test/scenarios/special_note_from_movetype.cfg
16298+
share/wesnoth/data/test/scenarios/special_note_individual_unit.cfg
1629516299
share/wesnoth/data/test/scenarios/store_locations.cfg
1629616300
share/wesnoth/data/test/scenarios/store_reachable_locations_vision.cfg
1629716301
share/wesnoth/data/test/scenarios/store_unit_defense.cfg
@@ -16336,6 +16340,7 @@ share/wesnoth/data/test/scenarios/test_resistances.cfg
1633616340
share/wesnoth/data/test/scenarios/test_return.cfg
1633716341
share/wesnoth/data/test/scenarios/test_role_types.cfg
1633816342
share/wesnoth/data/test/scenarios/test_scoped_vars.cfg
16343+
share/wesnoth/data/test/scenarios/test_synced_side_number.cfg
1633916344
share/wesnoth/data/test/scenarios/test_synced_state.cfg
1634016345
share/wesnoth/data/test/scenarios/test_terrain_mask.cfg
1634116346
share/wesnoth/data/test/scenarios/test_unit_map.cfg

games/wesnoth/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.82 2022/09/14 07:24:06 adam Exp $
1+
$NetBSD: distinfo,v 1.83 2023/01/20 13:35:29 adam Exp $
22

3-
BLAKE2s (wesnoth-1.16.6.tar.bz2) = a76f97e8db7e6c120b0b1a4df07cd665ebdc4abe2617a272add6eb8f433d12c8
4-
SHA512 (wesnoth-1.16.6.tar.bz2) = 8a1e4e11c6803e8272451765ea3f905b34e0caa665865e4ad28c1b0b8ee0ae312dab98825a1c725861f2158d5638c3d3a89f039b61617815cdbcf88449a12f65
5-
Size (wesnoth-1.16.6.tar.bz2) = 475677376 bytes
3+
BLAKE2s (wesnoth-1.16.7.tar.bz2) = 328cd7a82e3255d00f29a3ec0786c83f5a4ee47e1a2fbd69bacc0fd0d78ba3c3
4+
SHA512 (wesnoth-1.16.7.tar.bz2) = 11e3e3aaeea234e5e5783180826830f9822b055b52988736ada3c62b9c044f4a8c9d0cdd6685dfd7d70ebdfee945d957c66f25c25d444e9e83d741b70ba134fb
5+
Size (wesnoth-1.16.7.tar.bz2) = 476140035 bytes
66
SHA1 (patch-CMakeLists.txt) = 2670d4a527019706d8614c7e715e25c39f044d0e
77
SHA1 (patch-src_CMakeLists.txt) = 776c522ccfc544d8898d786fe164c2be1812db1a
88
SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6

0 commit comments

Comments
 (0)