diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-30 18:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-30 18:59:28 +0000 |
commit | 16d7d8d899e95a918b03d0d684d3524993bdb155 (patch) | |
tree | c01f18f11a428da33ce565ef1f2efc1110d7dc51 /games/wesnoth | |
parent | 44c0398778ea2600aee1c3702513afc0f7a10c62 (diff) | |
download | pkgsrc-16d7d8d899e95a918b03d0d684d3524993bdb155.tar.gz |
Update to 1.2.6:
Version 1.2.6:
* WML engine
* fix [variables] not working properly in scenarios (bug #9342)
* language and i18n:
* updated translations: British English, Danish, Finnish, Spanish, Swedish
* updated DejaVuSans font to version 2.18
* user interface:
* Enable "Save Game" and "View Chat Log" menu entries in replay mode.
* Add an additional line below the minimap in the "Multiplayer->Create game"
screen that displays the size of the selected map. (patch #776 by uso)
* Show the (possibly bogus) GPV and fog settings of games with "Use map
settings" on in a darker font. (patch #771 by uso)
* misc:
* added some extra headers for the upcomming gcc 4.3 (debian bug #417764)
* added a .desktop entry for the editor so that it is shown in the kde/gnome
menu
* the unit name generation could with different locales call get_random() a
different number of times. This lead to different names and traits.
Changed to call random a fixed number of times which fixes the traits.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 4 | ||||
-rw-r--r-- | games/wesnoth/PLIST | 10 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 7b68089417a..a43b3f8a1ea 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2007/07/03 18:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/07/30 18:59:28 wiz Exp $ -DISTNAME= wesnoth-1.2.5 +DISTNAME= wesnoth-1.2.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/wesnoth/PLIST b/games/wesnoth/PLIST index 7a09e192397..f93f3ed8852 100644 --- a/games/wesnoth/PLIST +++ b/games/wesnoth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2007/07/03 18:08:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2007/07/30 18:59:29 wiz Exp $ bin/wesnoth man/cs/man6/wesnoth.6 man/de/man6/wesnoth.6 @@ -4516,6 +4516,14 @@ share/wesnoth/images/units/human-outlaws/trapper-attack2.png share/wesnoth/images/units/human-outlaws/trapper-attack3.png share/wesnoth/images/units/human-outlaws/trapper-bow-defend.png share/wesnoth/images/units/human-outlaws/trapper-defend.png +share/wesnoth/images/units/human-outlaws/trapper-die-1.png +share/wesnoth/images/units/human-outlaws/trapper-die-2.png +share/wesnoth/images/units/human-outlaws/trapper-die-3.png +share/wesnoth/images/units/human-outlaws/trapper-die-4.png +share/wesnoth/images/units/human-outlaws/trapper-die-5.png +share/wesnoth/images/units/human-outlaws/trapper-die-6.png +share/wesnoth/images/units/human-outlaws/trapper-die-7.png +share/wesnoth/images/units/human-outlaws/trapper-die-8.png share/wesnoth/images/units/human-outlaws/trapper.png share/wesnoth/images/units/merfolk/diviner-defend.png share/wesnoth/images/units/merfolk/diviner-magic1.png diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index 4c691d4d5d0..902ee220896 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2007/07/03 18:08:49 wiz Exp $ +$NetBSD: distinfo,v 1.25 2007/07/30 18:59:29 wiz Exp $ -SHA1 (wesnoth-1.2.5.tar.bz2) = 87e0b77aaba3a2d0cda391ca1ec0ae028d839dc5 -RMD160 (wesnoth-1.2.5.tar.bz2) = eeae92b801a3d3885b6647965537ff045d93d4a7 -Size (wesnoth-1.2.5.tar.bz2) = 68758427 bytes +SHA1 (wesnoth-1.2.6.tar.bz2) = 09c531f77856387239c94fc2c3e2f0b07f30dc32 +RMD160 (wesnoth-1.2.6.tar.bz2) = 59ea14343ecbfd542fbaf86c209dcc2cd39a394f +Size (wesnoth-1.2.6.tar.bz2) = 68854174 bytes SHA1 (patch-aa) = 81e6dfe9c61209f66e3807ec0608be26ade344d0 SHA1 (patch-ab) = ec6b1090fc18e6c60b6fc7b32894506a72f1f10b |