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:           Fri Jan 21 20:37:08 UTC 2022

Modified Files:
        pkgsrc/games/wesnoth: Makefile PLIST distinfo
        pkgsrc/games/wesnoth/patches: patch-CMakeLists.txt

Log Message:
wesnoth: updated to 1.16.2

Version 1.16.2
  Campaigns
   * Delfador’s Memoirs
     * S07: Clarified objectives
   * Descent into Darkness
     * S08: Prevent possibility of Darken Volk advancing to Lich
   * Heir to the Throne
     * S05b: Temples given an aged appearance to match ‘ancient temples’ description
   * Sceptre of Fire
     * Added notes about Thursagan’s rune mechanics
     * S04: Mining objectives are much clearer now
   * Secret of the Ancients
     * S06: Ardonna should no longer mistake hostile bats as ‘my pet’
     * S20: Directions “left” and “right” in character speech now use the character’s orientation, not the player’s
     * Consistently capitalise the name of the Academy of Magic
   * The Rise of Wesnoth
     * S08: The appearance of Naga is now smoother
     * S08: Refactored ship-boarding events
     * S19: The troll’s gold is automatically collected upon victory if not already obtained
     * S19: Avoid units spawning over chasms
   * Under the Burning Suns
     * Correct Traveler’s Ring description
     * Remove the “formation” ability from the attack predictions dialog, as it was in a confusing location; its effect is still shown in the calculations and chance-to-hit percentage
     * S02: Pinnacle Rock is now shown during dialogue
     * S04: Improve dialogue about dark underground tunnels
     * S06b:
       * Account for non-elvish units encountering Dwarf Sergeant
       * Grog will not die as quick now
       * Hermit dialogue cannot be accidentally skipped now
       * Fixed bug where tentacles would not spawn
       * Fast units cannot get stuck on the wall now
       * Camera now moves to where the charges are blown up
       * Fixed weird scout AI behaviour
     * S09: Rebels joining Kaleh’s side are now loyal
     * The last unit killed to trigger certain events should no longer linger during those events
     * The Dark Assassin’s race is not revealed until uncloaked
     * The Dust Devil’s XP bar is now blue
   * World Conquest:
     * Fixed for Winged Scepter not giving the correct defence values
     * Corrected the attack icon of ice bow from a lightning bolt to an iceball
  Multiplayer
   * Lobby joins are no longer displayed in chat even when that preference has been disabled
   * Added a specific prompt for moderators before joining password-protected games
   * Fixed add-ons not getting enabled for clients, leading to errors such as Unknown Terrain
   * Fixed an information leak where planned multi-turn moves could be visible to enemy players
   * Made planned moves visible to allies; this refers to trying to move more hexes than the unit can move this turn, it isn’t the whiteboard
  Lua API
   * Fixed an error in `gui.get_user_choice()` and added support for the current DescriptionWML syntax
  Translations
   * Added translations: Spanish (Latin American)
   * Updated translations: British English, Chinese (Simplified), Czech, Finnish, Italian, Japanese, Portuguese (Brazil), Scottish Gaelic, Turkish.
   * Lots of corrections of typos in `en_US` (untranslated text), which will require marking translations as `non-fuzzy` again
   * Implemented delayed translation option for gettext plurals
   * Comments in .po files are now kept in order when the .pot is regenerated
  Units
   * Added attack image for the Bone Knight’s trample
   * Added attack image for the Nightblade’s kick
  User interface
   * Improved translatability of MP ban durations
   * Fixed missing sidebar tooltips in low resolutions such as 800x600
 Miscellaneous and Bug Fixes
   * Password storage was fixed to work with multiple accounts
   * wmllint now automatically removes `{MAGENTA_IS_THE_TEAM_COLOR}`
   * Added workaround for connecting to the multiplayer server taking too long when Chinese or Japanese language is selected
   * Added `KeyboardInterrupt` handling to many Python WML tools
   * Added `--simple-version` command line option
   * wmllint, wmlscope and wmlindent now support the command line `--version` flag, which reports the current version of Wesnoth
   * wmllint is now capable of handling unit levels and types when checking recruitment patterns.
   * Fixed units on a recall list sometimes being put on the map by `[modify_unit]` or `[store_unit]...[unstore_unit]`
   * Fixed abilities that are shown as weapon specials in the attack prediction window being shown on the placeholder for units with no ranged attack, or dark adepts' melee response
   * Fixed a glitch after a move is interrupted, paths to the hex where the move started were shown

Version 1.16.1
  Add-ons server
   * Fixed `core=` attribute in `_server.pbl` being completely ignored
  Campaigns
   * Tutorial
     * Use a portrait on the Campaigns menu.
   * Sceptre of Fire
     * S02p5: Added defeat condition if Alanin dies.
  Multiplayer
   * Increased the limits of timer values (up to 10 minutes turn bonus, 50 minutes reservoir).
   * Re-added HTML character escaping.
  Lua API
   * Fixed an error in `gui.get_user_choice()`.
   * Fixed an error in handling `x,y` locations
  Packaging
   * Fixed missing dependency on boost-math in the vcpkg config.
   * Made `get_dlls.py` install libraries for `wesnothd` too.
  Translations
   * Updated translations: Dutch, Italian, Portuguese (Brazil).
   * Added po hints for time format strings.
  User interface
   * Made the Add-ons Manager search box less unwieldy on very small resolutions.
   * Made listbox header toggle buttons taller.
  WML Engine
   * Fixed `[item]x,y=` at scenario scope
  Miscellaneous and Bug Fixes
   * Fixed missing tooltips on the side-bar (hover over the unit type to see a description, etc).
   * Fixed several issues in the multiplayer server about TLS connections, error-handling and disconnections.
   * Added `.DS_Store` and `Thumbs.db` to wmltool's list of files to ignore.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pkgsrc/games/wesnoth/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/games/wesnoth/PLIST
cvs rdiff -u -r1.79 -r1.80 pkgsrc/games/wesnoth/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt

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.176 pkgsrc/games/wesnoth/Makefile:1.177
--- pkgsrc/games/wesnoth/Makefile:1.176 Mon Jan 10 01:46:32 2022
+++ pkgsrc/games/wesnoth/Makefile       Fri Jan 21 20:37:07 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.176 2022/01/10 01:46:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.177 2022/01/21 20:37:07 adam Exp $
 
-DISTNAME=      wesnoth-1.16.0
-PKGREVISION=   2
+DISTNAME=      wesnoth-1.16.2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,6 +21,8 @@ CMAKE_ARGS+=          -DENABLE_HISTORY=OFF
 # if OPT is set, -O3 will not be added
 CMAKE_ARGS+=           -DOPT="${DBG}"
 
+CFLAGS.Darwin=         -framework Cocoa
+
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize
 
@@ -70,6 +71,7 @@ LDFLAGS.SunOS+=               -lintl -lsocket
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pango+=  pango>=1.14.8
 .include "../../devel/pango/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../fonts/SDL2_ttf/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"

Index: pkgsrc/games/wesnoth/PLIST
diff -u pkgsrc/games/wesnoth/PLIST:1.60 pkgsrc/games/wesnoth/PLIST:1.61
--- pkgsrc/games/wesnoth/PLIST:1.60     Tue Nov  2 18:35:04 2021
+++ pkgsrc/games/wesnoth/PLIST  Fri Jan 21 20:37:07 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.60 2021/11/02 18:35:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.61 2022/01/21 20:37:07 adam Exp $
 bin/wesnoth
 bin/wesnothd
 man/ca/man6/wesnoth.6
@@ -453,7 +453,6 @@ share/wesnoth/data/campaigns/Delfadors_M
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/characters.cfg
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/deaths.cfg
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/dm-macros.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/generators.cfg
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/items.cfg
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/misc.cfg
 share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/schedules.cfg
@@ -2262,6 +2261,7 @@ share/wesnoth/data/campaigns/Under_the_B
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dazed-status-icon.png
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-icon.png
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-status.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/silver-ring-icon.png
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/stunned-status-icon.png
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/cloaked.png
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/commander.png
@@ -2568,10 +2568,8 @@ share/wesnoth/data/campaigns/Under_the_B
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Small_Mudcrawler.cfg
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Guardians.cfg
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin1.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin2.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin3.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Uncloaked.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin_Cloaked.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin_Uncloaked.cfg
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Archer.cfg
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Champion.cfg
 share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Corrupted_Elf.cfg
@@ -2794,6 +2792,7 @@ share/wesnoth/data/campaigns/World_Conqu
 share/wesnoth/data/campaigns/World_Conquest/sounds/witches-laugh.wav
 share/wesnoth/data/campaigns/tutorial/_main.cfg
 share/wesnoth/data/campaigns/tutorial/gui/character_selection.cfg
+share/wesnoth/data/campaigns/tutorial/images/campaign_image.png
 share/wesnoth/data/campaigns/tutorial/images/misc/highlight-hex.png
 share/wesnoth/data/campaigns/tutorial/images/portraits/delfador.png
 share/wesnoth/data/campaigns/tutorial/images/portraits/konrad.png
@@ -2851,6 +2850,7 @@ share/wesnoth/data/core/images/attacks/b
 share/wesnoth/data/core/images/attacks/beak.png
 share/wesnoth/data/core/images/attacks/blade-curved.png
 share/wesnoth/data/core/images/attacks/blank-attack.png
+share/wesnoth/data/core/images/attacks/blank-border.png
 share/wesnoth/data/core/images/attacks/blowgun.png
 share/wesnoth/data/core/images/attacks/bolas.png
 share/wesnoth/data/core/images/attacks/bow-elven-magic.png
@@ -2865,6 +2865,7 @@ share/wesnoth/data/core/images/attacks/c
 share/wesnoth/data/core/images/attacks/claws-drake.png
 share/wesnoth/data/core/images/attacks/claws-fire-elemental.png
 share/wesnoth/data/core/images/attacks/claws-flaming.png
+share/wesnoth/data/core/images/attacks/claws-shadow.png
 share/wesnoth/data/core/images/attacks/claws-undead.png
 share/wesnoth/data/core/images/attacks/claws.png
 share/wesnoth/data/core/images/attacks/cleaver.png
@@ -2888,6 +2889,7 @@ share/wesnoth/data/core/images/attacks/d
 share/wesnoth/data/core/images/attacks/druidstaff.png
 share/wesnoth/data/core/images/attacks/entangle.png
 share/wesnoth/data/core/images/attacks/faerie-fire.png
+share/wesnoth/data/core/images/attacks/fangs-angler.png
 share/wesnoth/data/core/images/attacks/fangs-animal.png
 share/wesnoth/data/core/images/attacks/fangs-ant.png
 share/wesnoth/data/core/images/attacks/fangs-bug.png
@@ -2904,6 +2906,9 @@ share/wesnoth/data/core/images/attacks/f
 share/wesnoth/data/core/images/attacks/fist-troll.png
 share/wesnoth/data/core/images/attacks/fist-yeti.png
 share/wesnoth/data/core/images/attacks/fist.png
+share/wesnoth/data/core/images/attacks/foot-bare.png
+share/wesnoth/data/core/images/attacks/foot-boot.png
+share/wesnoth/data/core/images/attacks/foot-shoe.png
 share/wesnoth/data/core/images/attacks/frenzy.png
 share/wesnoth/data/core/images/attacks/gaze.png
 share/wesnoth/data/core/images/attacks/glaive.png
@@ -2918,6 +2923,7 @@ share/wesnoth/data/core/images/attacks/h
 share/wesnoth/data/core/images/attacks/hatchet.png
 share/wesnoth/data/core/images/attacks/heater-shield.png
 share/wesnoth/data/core/images/attacks/hoof-nightmare.png
+share/wesnoth/data/core/images/attacks/hoof-skeletal.png
 share/wesnoth/data/core/images/attacks/hoof.png
 share/wesnoth/data/core/images/attacks/iceball.png
 share/wesnoth/data/core/images/attacks/ink.png
@@ -2929,10 +2935,12 @@ share/wesnoth/data/core/images/attacks/l
 share/wesnoth/data/core/images/attacks/longsword.png
 share/wesnoth/data/core/images/attacks/mace-and-chain.png
 share/wesnoth/data/core/images/attacks/mace-spiked.png
+share/wesnoth/data/core/images/attacks/mace-spiked2.png
 share/wesnoth/data/core/images/attacks/mace.png
 share/wesnoth/data/core/images/attacks/magic-missile.png
 share/wesnoth/data/core/images/attacks/morning-star.png
 share/wesnoth/data/core/images/attacks/mud-glob.png
+share/wesnoth/data/core/images/attacks/mud-missile.png
 share/wesnoth/data/core/images/attacks/net.png
 share/wesnoth/data/core/images/attacks/pick-axe.png
 share/wesnoth/data/core/images/attacks/pike.png
@@ -2951,6 +2959,8 @@ share/wesnoth/data/core/images/attacks/s
 share/wesnoth/data/core/images/attacks/sling.png
 share/wesnoth/data/core/images/attacks/slingshot.png
 share/wesnoth/data/core/images/attacks/spear-orcish.png
+share/wesnoth/data/core/images/attacks/spear-simple.png
+share/wesnoth/data/core/images/attacks/spear-thrown.png
 share/wesnoth/data/core/images/attacks/spear.png
 share/wesnoth/data/core/images/attacks/staff-elven-star.png
 share/wesnoth/data/core/images/attacks/staff-elven.png
@@ -2968,6 +2978,7 @@ share/wesnoth/data/core/images/attacks/s
 share/wesnoth/data/core/images/attacks/sword-orcish.png
 share/wesnoth/data/core/images/attacks/sword-steel.png
 share/wesnoth/data/core/images/attacks/tail-dragon.png
+share/wesnoth/data/core/images/attacks/tail-monax.png
 share/wesnoth/data/core/images/attacks/tekko.png
 share/wesnoth/data/core/images/attacks/tentacle.png
 share/wesnoth/data/core/images/attacks/thorns.png
@@ -2977,6 +2988,8 @@ share/wesnoth/data/core/images/attacks/t
 share/wesnoth/data/core/images/attacks/touch-undead.png
 share/wesnoth/data/core/images/attacks/touch-zombie.png
 share/wesnoth/data/core/images/attacks/trident.png
+share/wesnoth/data/core/images/attacks/trident2-blade.png
+share/wesnoth/data/core/images/attacks/trident2-pierce.png
 share/wesnoth/data/core/images/attacks/trishula.png
 share/wesnoth/data/core/images/attacks/tusk.png
 share/wesnoth/data/core/images/attacks/wail.png
@@ -4188,6 +4201,9 @@ share/wesnoth/data/core/images/scenery/s
 share/wesnoth/data/core/images/scenery/summoning-circle4.png
 share/wesnoth/data/core/images/scenery/summoning-circle5.png
 share/wesnoth/data/core/images/scenery/summoning-circle6.png
+share/wesnoth/data/core/images/scenery/temple-cracked1.png
+share/wesnoth/data/core/images/scenery/temple-cracked2.png
+share/wesnoth/data/core/images/scenery/temple-cracked3.png
 share/wesnoth/data/core/images/scenery/temple1.png
 share/wesnoth/data/core/images/scenery/tent-fancy-red.png
 share/wesnoth/data/core/images/scenery/tent-ruin-1.png
@@ -8326,6 +8342,15 @@ share/wesnoth/data/core/images/terrain/w
 share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-r.png
 share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-tl.png
 share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-tr.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/base-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/flames.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow1-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow2-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow3-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask2-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask3-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/wall-post-convex-bl.png
 share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-ccw-bl.png
 share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-ccw-l.png
 share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-corner-ccw-bl.png
@@ -15862,6 +15887,7 @@ share/wesnoth/data/languages/en%shaw.cfg@localhost
 share/wesnoth/data/languages/en_GB.cfg
 share/wesnoth/data/languages/en_US.cfg
 share/wesnoth/data/languages/eo_XX.cfg
+share/wesnoth/data/languages/es_419.cfg
 share/wesnoth/data/languages/es_ES.cfg
 share/wesnoth/data/languages/et_EE.cfg
 share/wesnoth/data/languages/eu_ES.cfg
@@ -16217,6 +16243,7 @@ share/wesnoth/data/test/scenarios/mapgen
 share/wesnoth/data/test/scenarios/move_skip_sighted.cfg
 share/wesnoth/data/test/scenarios/order_of_nested_events.cfg
 share/wesnoth/data/test/scenarios/prestart_settings.cfg
+share/wesnoth/data/test/scenarios/put_to_recall_and_modify.cfg
 share/wesnoth/data/test/scenarios/readme.txt
 share/wesnoth/data/test/scenarios/recall_by_unit_tag.cfg
 share/wesnoth/data/test/scenarios/recruit_facing.cfg
@@ -16233,6 +16260,7 @@ share/wesnoth/data/test/scenarios/swarm_
 share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_adjacent_leadership.cfg
 share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_adjacent_leadership_fail.cfg
 share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_fail.cfg
+share/wesnoth/data/test/scenarios/test_add_or_sub_in_leadership.cfg
 share/wesnoth/data/test/scenarios/test_assert.cfg
 share/wesnoth/data/test/scenarios/test_berzerk_firststrike.cfg
 share/wesnoth/data/test/scenarios/test_check_victory.cfg
@@ -16356,6 +16384,7 @@ share/wesnoth/data/tools/wesnoth/trackpl
 share/wesnoth/data/tools/wesnoth/trackplacer3/cfgfileformat.py
 share/wesnoth/data/tools/wesnoth/trackplacer3/datatypes.py
 share/wesnoth/data/tools/wesnoth/trackplacer3/tmxfileformat.py
+share/wesnoth/data/tools/wesnoth/version.py
 share/wesnoth/data/tools/wesnoth/wescamp.py
 share/wesnoth/data/tools/wesnoth/wmldata.py
 share/wesnoth/data/tools/wesnoth/wmliterator3.py
@@ -18468,6 +18497,31 @@ share/wesnoth/translations/es/LC_MESSAGE
 share/wesnoth/translations/es/LC_MESSAGES/wesnoth-utbs.mo
 share/wesnoth/translations/es/LC_MESSAGES/wesnoth-wc.mo
 share/wesnoth/translations/es/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sota.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-wc.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth.mo
 share/wesnoth/translations/et/LC_MESSAGES/wesnoth-anl.mo
 share/wesnoth/translations/et/LC_MESSAGES/wesnoth-did.mo
 share/wesnoth/translations/et/LC_MESSAGES/wesnoth-dm.mo

Index: pkgsrc/games/wesnoth/distinfo
diff -u pkgsrc/games/wesnoth/distinfo:1.79 pkgsrc/games/wesnoth/distinfo:1.80
--- pkgsrc/games/wesnoth/distinfo:1.79  Tue Nov  2 18:35:04 2021
+++ pkgsrc/games/wesnoth/distinfo       Fri Jan 21 20:37:07 2022
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.79 2021/11/02 18:35:04 adam Exp $
+$NetBSD: distinfo,v 1.80 2022/01/21 20:37:07 adam Exp $
 
-BLAKE2s (wesnoth-1.16.0.tar.bz2) = 3f60a121ac5fef1ba39adf1ecf68537732aecb6612337125553f8e1229bc69e8
-SHA512 (wesnoth-1.16.0.tar.bz2) = 5827e37cc3cbf7fd4253e650f5fb64b7c4dbb6227eadb4850d990719f6c49dba93d421cc5314cd62f2d487754d90ea33d62fe6ac47b2cf56a254ff56f466fa1d
-Size (wesnoth-1.16.0.tar.bz2) = 473896834 bytes
-SHA1 (patch-CMakeLists.txt) = 5707f782cf577fcd336c769df3aff2213c1c39f8
+BLAKE2s (wesnoth-1.16.2.tar.bz2) = edebe9a7c5d12b77e727e3b5573dd3af7931db1b5bc49d7111fbb51198d0a87a
+SHA512 (wesnoth-1.16.2.tar.bz2) = bb1c307981de4990fc341310b358c5e1c54673d7434bc0a0fa0a7b5caf11e6db3255ad0eb57b6b188ff6ab8f287321fc8821813d0ef3661cfa637985070bb540
+Size (wesnoth-1.16.2.tar.bz2) = 474763733 bytes
+SHA1 (patch-CMakeLists.txt) = c16a7c3bd32a799c7fc742d130e2700709233ea0
 SHA1 (patch-src_CMakeLists.txt) = 776c522ccfc544d8898d786fe164c2be1812db1a
 SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
 SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67

Index: pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt
diff -u pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt:1.4 pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt:1.5
--- pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt:1.4       Tue Nov  2 18:35:04 2021
+++ pkgsrc/games/wesnoth/patches/patch-CMakeLists.txt   Fri Jan 21 20:37:07 2022
@@ -1,9 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.4 2021/11/02 18:35:04 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.5 2022/01/21 20:37:07 adam Exp $
 
 Do not look for X11 on macOS.
+We don't have readline as a module.
 Do not bother with uninstaller.
 
---- CMakeLists.txt.orig        2021-10-24 00:23:51.000000000 +0000
+--- CMakeLists.txt.orig        2022-01-16 18:10:36.000000000 +0000
 +++ CMakeLists.txt
 @@ -76,7 +76,9 @@ find_package(ICU REQUIRED COMPONENTS dat
  # no, gettext executables are not required when NLS is deactivated
@@ -15,7 +16,15 @@ Do not bother with uninstaller.
  
  if(NOT WIN32)
        # needed to get some SDL2 defines in... (as of rev31694 -D_GNU_SOURCE=1 is required!)
-@@ -568,11 +570,6 @@ endif()
+@@ -500,7 +502,6 @@ if(ENABLE_GAME OR ENABLE_TESTS)
+ # TODO: can use find_package and Fontconfig::Fontconfig with cmake 3.14+
+       pkg_check_modules(FONTCONFIG REQUIRED fontconfig>=2.4.1)
+       pkg_check_modules(PANGO REQUIRED pango>=1.22.0)
+-      pkg_check_modules(LIBREADLINE REQUIRED readline)
+ endif()
+ 
+ if(ENABLE_TESTS)
+@@ -583,11 +584,6 @@ endif()
  # uninstall
  #
  



Home | Main Index | Thread Index | Old Index