pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Update to 2.1.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/434c108057bf
branches:  trunk
changeset: 394291:434c108057bf
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Jun 08 09:24:39 2009 +0000

description:
Update to 2.1.9:

    * Fixed crash due to gcc 4.x optimization bug. (#40610)
    * Fixed island generator rivers and double-continent bug. (#15947, #17435)
    * Fixed auto-explore not respecting borders. (#40570)
    * Fixed stack teleporting exploit. (#40658)
    * Fixed crash when doing irrigation-connect on a mine. (#40676)
    * Fixed update bug for the city report total buy cost label. (#40695)
    * Fixed memory leak in server scan code. (#40707)
    * Fixed data type conversion bug affecting unit power factor. (#40746)
    * Fixed many typos and style errors in translated messages. (#40688, #40686, #40685, #40684, #40699, #40687, #40689, #40691, #40693, #40694, #40725)

    * Changed the save file name format to <savename>-T<turn>-Y<year>.sav. (#40681)
    * Changed the selection rectangle drawing method to speed up map drawing. (#40646)
    * Changed the city report concise rapture symbols back to * and X. (#40700)
    * Changed mass unit selection to include units with order or units under AI control. (#40727)
    * Changed the default metaserver for both client and server to the one at cazfi.net. (#40752)

    * Improved gtk widget layout so that the Freeciv window can fit on a 800x600 display. (#12825)
    * Improved map decoration drawing (popup info, goto lines, city high-lighting) for speed and memory efficiency. (#40717)
    * Improved mass unit selection: j selects a single unit, k selects tile units, y selects continent units. (#40727)
    * Improved automatic chatline scrolling. (#40721)

    * Added option to disable mouse cursor changing. (#40678)
    * Added option to draw traderoute lines with toggle shortcut Ctrl+t. (#40668)
    * Added option to prefix client chat messages with the current time. (#40706)
    * Added option to preferentially select cities over units with the selection rectangle. (#40703)
    * Added option to show production buy cost in the city descriptions. (#40702)
    * Added option to not clear unit orders when units are selected. (#40724)
    * Added option to split the lower chatline area in to two notebooks, with the message window appearing in the right notebook. (#40705)
    * Added option to disable the automatic caravan arrival popup. (#40730)
    * Added client shortcut b for buying production in selected cities. (#40704)
    * Added a list view in the network page showing current players on a server. (#40707)
    * Added client ability to center on an event tile by right-clicking on a row in the message window. (#40719)
    * Added client ability to reorder city report columns by dragging the column headers in the gtk2 client. (#40680)
    * Added worklist manipulation operations to the city report menus. (#40723, #40728, #40729)
    * Added multiplayer allies-only chat toggle button. (#40487)
    * Added more information to map popup info window. (#40488)
    * Added a toplevel menu item for the Governor menu in the city report. (#40677)
    * Added city production clipboard shortcuts Shift+right-click to copy and Ctrl+Shift+right-click to paste. (#40679)

    * Updated Finnish, Catalan, Estonian, Danish, Lithuanian, German, Korean, and Swedish translations.

diffstat:

 games/freeciv-client/Makefile       |  3 +--
 games/freeciv-server/Makefile       |  3 +--
 games/freeciv-share/Makefile        |  3 +--
 games/freeciv-share/Makefile.common |  9 +++------
 games/freeciv-share/distinfo        |  8 ++++----
 5 files changed, 10 insertions(+), 16 deletions(-)

diffs (70 lines):

diff -r dd334ca1fe22 -r 434c108057bf games/freeciv-client/Makefile
--- a/games/freeciv-client/Makefile     Mon Jun 08 09:15:18 2009 +0000
+++ b/games/freeciv-client/Makefile     Mon Jun 08 09:24:39 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2009/02/09 22:56:23 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2009/06/08 09:24:39 ahoka Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
-PKGREVISION=   2
 COMMENT=       Freeciv client
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r dd334ca1fe22 -r 434c108057bf games/freeciv-server/Makefile
--- a/games/freeciv-server/Makefile     Mon Jun 08 09:15:18 2009 +0000
+++ b/games/freeciv-server/Makefile     Mon Jun 08 09:24:39 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2009/05/20 00:58:16 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2009/06/08 09:24:39 ahoka Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
-PKGREVISION=           2
 COMMENT=       Freeciv game server
 
 DEPENDS+=      freeciv-share>=${FC_VERS}:../../games/freeciv-share
diff -r dd334ca1fe22 -r 434c108057bf games/freeciv-share/Makefile
--- a/games/freeciv-share/Makefile      Mon Jun 08 09:15:18 2009 +0000
+++ b/games/freeciv-share/Makefile      Mon Jun 08 09:24:39 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/06/08 09:24:39 ahoka Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-share-/}
-PKGREVISION=   1
 COMMENT=       Machine independent files for Freeciv
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r dd334ca1fe22 -r 434c108057bf games/freeciv-share/Makefile.common
--- a/games/freeciv-share/Makefile.common       Mon Jun 08 09:15:18 2009 +0000
+++ b/games/freeciv-share/Makefile.common       Mon Jun 08 09:24:39 2009 +0000
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile.common,v 1.35 2008/12/14 19:20:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2009/06/08 09:24:39 ahoka Exp $
 
 DISTNAME=      freeciv-${FC_VERS}
-FC_VERS=       2.1.8
+FC_VERS=       2.1.9
 CATEGORIES=    games
-MASTER_SITES=  ftp://ftp.freeciv.org/pub/freeciv/stable/ \
-               http://www.freeciv.org/ftp/stable/ \
-               ftp://ftp.freeciv.org/pub/freeciv/beta/ \
-               http://www.freeciv.org/ftp/beta/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freeciv/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r dd334ca1fe22 -r 434c108057bf games/freeciv-share/distinfo
--- a/games/freeciv-share/distinfo      Mon Jun 08 09:15:18 2009 +0000
+++ b/games/freeciv-share/distinfo      Mon Jun 08 09:24:39 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2008/12/14 19:20:55 adam Exp $
+$NetBSD: distinfo,v 1.22 2009/06/08 09:24:40 ahoka Exp $
 
-SHA1 (freeciv-2.1.8.tar.bz2) = 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
-RMD160 (freeciv-2.1.8.tar.bz2) = 77c49538c9c456efac04959b57c95f2cc28a8a73
-Size (freeciv-2.1.8.tar.bz2) = 29640362 bytes
+SHA1 (freeciv-2.1.9.tar.bz2) = 01a3500a9d0f9d9c9b95b7c4b57f2446f671a900
+RMD160 (freeciv-2.1.9.tar.bz2) = cbe12facbbf00a85410e1324eb6ba3f2351ea1f1
+Size (freeciv-2.1.9.tar.bz2) = 29732845 bytes
 SHA1 (patch-aa) = 62805543fce84e197414b5b9f55b8b41c2b02c02
 SHA1 (patch-ab) = 5f28acdb25cfb3d6b2021bc7e4737d9e47e760a8



Home | Main Index | Thread Index | Old Index