pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/wesnoth



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 12 18:25:18 UTC 2024

Modified Files:
        pkgsrc/games/wesnoth: Makefile PLIST distinfo

Log Message:
wesnoth: updated to 1.18.2

Version 1.18.2
Translations
   * Updated translations: Chinese (Simplified), French, Ukrainian
WML Engine
   * Fixed out of sync errors due to bad undo/redo handling.
Miscellaneous and Bug Fixes
   * Server-side fix for the "Something is wrong with the addon version check database supporting the multiplayer lobby." error
   * Potential fix for log files not being written on Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/games/wesnoth/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/games/wesnoth/PLIST
cvs rdiff -u -r1.90 -r1.91 pkgsrc/games/wesnoth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/wesnoth/Makefile
diff -u pkgsrc/games/wesnoth/Makefile:1.215 pkgsrc/games/wesnoth/Makefile:1.216
--- pkgsrc/games/wesnoth/Makefile:1.215 Tue Jun 11 07:00:08 2024
+++ pkgsrc/games/wesnoth/Makefile       Mon Aug 12 18:25:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.215 2024/06/11 07:00:08 adam Exp $
+# $NetBSD: Makefile,v 1.216 2024/08/12 18:25:18 adam Exp $
 
-DISTNAME=      wesnoth-1.18.1
+DISTNAME=      wesnoth-1.18.2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/games/wesnoth/PLIST
diff -u pkgsrc/games/wesnoth/PLIST:1.68 pkgsrc/games/wesnoth/PLIST:1.69
--- pkgsrc/games/wesnoth/PLIST:1.68     Tue Jun 11 07:00:08 2024
+++ pkgsrc/games/wesnoth/PLIST  Mon Aug 12 18:25:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.68 2024/06/11 07:00:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.69 2024/08/12 18:25:18 adam Exp $
 bin/wesnoth
 bin/wesnothd
 man/bg/man6/wesnoth.6
@@ -18483,6 +18483,7 @@ share/wesnoth/data/test/scenarios/manual
 share/wesnoth/data/test/scenarios/test_tests/empty_test.cfg
 share/wesnoth/data/test/scenarios/test_tests/fire_wml_menu_item.cfg
 share/wesnoth/data/test/scenarios/test_tests/test_assert.cfg
+share/wesnoth/data/test/scenarios/test_tests/test_check_strikes.cfg
 share/wesnoth/data/test/scenarios/test_tests/test_return.cfg
 share/wesnoth/data/test/scenarios/wml_tests/FilterWML/special_id_active_lua_function.cfg
 share/wesnoth/data/test/scenarios/wml_tests/ScenarioWML/AiWML/_main.cfg
@@ -18631,6 +18632,40 @@ share/wesnoth/data/test/scenarios/wml_te
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/attacks/attacks_wfl_self.cfg
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/attacks/attacks_zero.cfg
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/backstab.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_add.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_add_divide.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_add_multiply.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_add_sub.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_affect_allies.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_affect_enemies.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_affect_everybody.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_affect_self_no.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_different_values.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_divide.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_high_fraction.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_low_fraction.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_max_value.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_multiply.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_multiply_divide.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_negative_value.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_no_value.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_overwrite_specials_both_sides.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_overwrite_specials_mixed.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_overwrite_specials_one_side.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_overwrite_specials_two_both_sides.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_overwrite_specials_two_one_side.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_sub.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_sub_divide.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_sub_multiply.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_mixed_same_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_mixed_unique_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_no_same_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_no_unique_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_yes_same_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_two_cumulative_yes_unique_id.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_wfl_other.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_wfl_self.cfg
+share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/berserk/berserk_zero.cfg
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/damage_recalculation_mid_attack.cfg
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/feeding.cfg
 share/wesnoth/data/test/scenarios/wml_tests/UnitsWML/AbilitiesWML/firststrike_and_laststrike.cfg

Index: pkgsrc/games/wesnoth/distinfo
diff -u pkgsrc/games/wesnoth/distinfo:1.90 pkgsrc/games/wesnoth/distinfo:1.91
--- pkgsrc/games/wesnoth/distinfo:1.90  Tue Jun 11 07:00:08 2024
+++ pkgsrc/games/wesnoth/distinfo       Mon Aug 12 18:25:18 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.90 2024/06/11 07:00:08 adam Exp $
+$NetBSD: distinfo,v 1.91 2024/08/12 18:25:18 adam Exp $
 
-BLAKE2s (wesnoth-1.18.1.tar.bz2) = dc2a3177a92aea42992ea1b26b7903dc2935be8695b55fe4eac749a85808828f
-SHA512 (wesnoth-1.18.1.tar.bz2) = 22931799600e4ba884bbfa03c5d158bb86e06c80f101ac49f7875282511fab0ab9c96bbaef0b4338428a846c275cc6eea6a355f8fc99814ad082982e68b942d7
-Size (wesnoth-1.18.1.tar.bz2) = 461256300 bytes
+BLAKE2s (wesnoth-1.18.2.tar.bz2) = 53a310db5c7ee45616084dea68bdde143ef5c4f47a86496004c270d59062c9eb
+SHA512 (wesnoth-1.18.2.tar.bz2) = de4d8ceaf29a93c174e9f832825542885bb90c4f481b6b248cc875cb0b1054435df3c2080c7693842b5e857af091e9219fa10b702d4fe63757f3d28871b63d4c
+Size (wesnoth-1.18.2.tar.bz2) = 461290798 bytes
 SHA1 (patch-CMakeLists.txt) = e1c4f9bb90529e0a1025c3ce6751b50ddb8171fd
 SHA1 (patch-src_CMakeLists.txt) = 7917bd0a3aedf3523a73e4542cbdf54c08a78f77
 SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67



Home | Main Index | Thread Index | Old Index