pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/freeciv-share Changes 2.0.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37ff283de03c
branches:  trunk
changeset: 498900:37ff283de03c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 05 08:18:08 2005 +0000

description:
Changes 2.0.5:
 - Fix bugs with government setting of new civs (barbarians and civil war
   nations).
 - Fix a bug where some mapgen settings would create more continents than
   the server could handle.
 - Fix a bug that allowed free changing of techs after finding a tech other
   than the one currently being researched.
 - Fix a bug where removing and creating a new player would give the new
   player the old one's team.
 - When the player disconnects in a normal game, make a savegame and exit
   immediately rather than continuing to run. (This fixes the bug where
   savegames made after a client crash would reveal the entire map.)
 - Fix a bug in the "endyear" setting.
 - Don't send server-only settings to the client (to be shown in the
   settings dialog).
 - Send a unit's info to the client when its transporter is disbanded.
 - Fix several bugs where crashes could happen if an invalid connection
   was left in the lists.
 - Better fallbacks when starting positions can't be placed (previously
   the server would crash in this situation).
 - Fix several bugs in the detection of multiple servers on the LAN.
 - Make sure units in combat are not in the hidden (focus unit) state.
 - Update menus for the focus unit when a transporter becomes available for it.
 - Fix a bug in the GTK2 client where diplomat actions would sometimes
   become impossible.
 - Clicking on the focus unit in the panel will center it.
 - Set aifill values for several scenarios.

diffstat:

 games/freeciv-share/Makefile.common |  4 ++--
 games/freeciv-share/PLIST           |  3 +--
 games/freeciv-share/distinfo        |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 67d1359fe748 -r 37ff283de03c games/freeciv-share/Makefile.common
--- a/games/freeciv-share/Makefile.common       Mon Sep 05 07:53:43 2005 +0000
+++ b/games/freeciv-share/Makefile.common       Mon Sep 05 08:18:08 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.20 2005/08/24 10:36:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2005/09/05 08:18:08 adam Exp $
 
 DISTNAME=      freeciv-${FC_VERS}
-FC_VERS=       2.0.4
+FC_VERS=       2.0.5
 CATEGORIES=    games
 MASTER_SITES=  ftp://ftp.freeciv.org/pub/freeciv/stable/ \
                http://www.freeciv.org/ftp/stable/ \
diff -r 67d1359fe748 -r 37ff283de03c games/freeciv-share/PLIST
--- a/games/freeciv-share/PLIST Mon Sep 05 07:53:43 2005 +0000
+++ b/games/freeciv-share/PLIST Mon Sep 05 08:18:08 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/08/24 10:36:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/09/05 08:18:08 adam Exp $
 man/man6/civclient.6
 man/man6/civserver.6
 share/freeciv/civ1.serv
@@ -143,7 +143,6 @@
 share/freeciv/flags/usa.png
 share/freeciv/flags/vietnam.png
 share/freeciv/flags/wales.png
-share/freeciv/freeciv.rc
 share/freeciv/helpdata.txt
 share/freeciv/history.serv
 share/freeciv/history/buildings.ruleset
diff -r 67d1359fe748 -r 37ff283de03c games/freeciv-share/distinfo
--- a/games/freeciv-share/distinfo      Mon Sep 05 07:53:43 2005 +0000
+++ b/games/freeciv-share/distinfo      Mon Sep 05 08:18:08 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2005/08/24 10:36:02 adam Exp $
+$NetBSD: distinfo,v 1.10 2005/09/05 08:18:08 adam Exp $
 
-SHA1 (freeciv-2.0.4.tar.bz2) = a665ecdf24d08df93efc64b41be3ea4d09996784
-RMD160 (freeciv-2.0.4.tar.bz2) = 1aac6d2f7255a6ddf0e2a13afc4574299c34f1fa
-Size (freeciv-2.0.4.tar.bz2) = 8464445 bytes
+SHA1 (freeciv-2.0.5.tar.bz2) = 0cf1d99379621abeb6f53c811c52c38cef06d0b4
+RMD160 (freeciv-2.0.5.tar.bz2) = 2739905f0786e85131415e59b236552737ed251d
+Size (freeciv-2.0.5.tar.bz2) = 8465689 bytes
 SHA1 (patch-aa) = 54d4f8298827872350a3e8be791918da50369c19
 SHA1 (patch-ab) = 24cb0f428323fd295e61d4fc49e5dfdff7e4615b



Home | Main Index | Thread Index | Old Index