diff options
author | wiz <wiz> | 2007-10-17 20:48:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-17 20:48:45 +0000 |
commit | 8c7069258f06527e1dde3ad6bb9cc332c2f006a4 (patch) | |
tree | af3dbba9ff9541cfb3779a0ac7ebbe1f8900d0a9 /games/wesnoth/Makefile | |
parent | 6a80f08f0951d6db3bdf4a0e6f099be56becabc9 (diff) | |
download | pkgsrc-8c7069258f06527e1dde3ad6bb9cc332c2f006a4.tar.gz |
Update to 1.2.7:
Version 1.2.7:
* language and i18n:
* updated translations: Czech, Danish, Dutch, French, German, Italian,
Japanese, Polish, Portuguese (Brazil), Serbian, Slovak, Spanish, Swedish
* new translation: Serbian (Latin version)
* updated DejaVu font to 2.20
* added sazanami-gothic font (needed for the Japanese translation)
* multiplayer maps:
* revised maps: Blitz, Cynsaun Battlefield, Hamlets, Meteor Lake
* fixed a crash if the client recieves invalid utf-8
* fixed a server side bug with could cause invalid utf-8 being send to a
client.
* misc:
* really fix the trait OOS so it works correctly on Windows as well
* map label length is correctly determined for multibyte
characters (bug #6855)
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index a43b3f8a1ea..b9eb79c11e6 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2007/07/30 18:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2007/10/17 20:48:45 wiz Exp $ -DISTNAME= wesnoth-1.2.6 +DISTNAME= wesnoth-1.2.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 |