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.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/854bb1952548
branches:  trunk
changeset: 503221:854bb1952548
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 16 16:03:50 2005 +0000

description:
Changes 2.0.7:
 - Cannot rehome homeless units.
 - Fixed bug when city bonuses (shield, gold, etc.) became negative.
 - Send messages (for instance, about failed observer creation) to detached players.
 - When choosing a tech to research at random, prefer one that works toward the goal.
 - Don't allow duplicate entries in the ruleset.
 - Fix some bugs caused by duplicate entries in civ1 and civ2 rulesets.
 - When closing the client, don't interrupt the running server. This fixes a bug
   where the server could be interrupted in the middle of a save.
 - Fixes for some nations and nation flags.
 - Some translation updates.
 - Update the mapview selection rectangle when redrawing is done.
 - Fix bug with transported units and watchtower vision.
 - Improve the Freeciv desktop entry.
 - Fix a bug where using the mouse scroll wheel could completely break the client.
 - Fix a bug with discovery of techs in huts.
 - Don't allow observers to be put on teams.
 - Fix a bug with sorting of techs in the intel dialog.

diffstat:

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

diffs (52 lines):

diff -r eb0aa697f5a4 -r 854bb1952548 games/freeciv-share/Makefile
--- a/games/freeciv-share/Makefile      Wed Nov 16 15:34:17 2005 +0000
+++ b/games/freeciv-share/Makefile      Wed Nov 16 16:03:50 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/08/24 10:36:02 adam Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/16 16:03:50 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-share-/}
 COMMENT=       Machine independent files for Freeciv
 
-.include "../freeciv-share/Makefile.common"
+.include "../../games/freeciv-share/Makefile.common"
 
 CONFIGURE_ARGS+=       --disable-server
 CONFIGURE_ARGS+=       --enable-client=no
diff -r eb0aa697f5a4 -r 854bb1952548 games/freeciv-share/Makefile.common
--- a/games/freeciv-share/Makefile.common       Wed Nov 16 15:34:17 2005 +0000
+++ b/games/freeciv-share/Makefile.common       Wed Nov 16 16:03:50 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.22 2005/09/27 09:37:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2005/11/16 16:03:50 adam Exp $
 
 DISTNAME=      freeciv-${FC_VERS}
-FC_VERS=       2.0.6
+FC_VERS=       2.0.7
 CATEGORIES=    games
 MASTER_SITES=  ftp://ftp.freeciv.org/pub/freeciv/stable/ \
                http://www.freeciv.org/ftp/stable/ \
@@ -21,7 +21,7 @@
 
 PYTHON_PATCH_SCRIPTS=  ${WRKSRC}/common/generate_packets.py
 
-SUBST_CLASSES=         data
+SUBST_CLASSES+=                data
 SUBST_STAGE.data=      post-patch
 SUBST_FILES.data=      data/Makefile.in
 SUBST_SED.data+=       -e "s|@CLIENT_FALSE@|@MAKE_DATA_FALSE@|g"
diff -r eb0aa697f5a4 -r 854bb1952548 games/freeciv-share/distinfo
--- a/games/freeciv-share/distinfo      Wed Nov 16 15:34:17 2005 +0000
+++ b/games/freeciv-share/distinfo      Wed Nov 16 16:03:50 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2005/09/27 09:37:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2005/11/16 16:03:50 adam Exp $
 
-SHA1 (freeciv-2.0.6.tar.bz2) = 93f0c4fa608003f47b1e29cb3794d34d578e200c
-RMD160 (freeciv-2.0.6.tar.bz2) = b06088b0eab9ca931b9eafee9b3a0102751b6ad1
-Size (freeciv-2.0.6.tar.bz2) = 8467831 bytes
+SHA1 (freeciv-2.0.7.tar.bz2) = 4b4a7f2169e5cc8c3b1db79177c721d75e9e8f23
+RMD160 (freeciv-2.0.7.tar.bz2) = 5cdc70f1c3fc67180edeb905eda75b245cf412e2
+Size (freeciv-2.0.7.tar.bz2) = 8473763 bytes
 SHA1 (patch-aa) = 54d4f8298827872350a3e8be791918da50369c19
 SHA1 (patch-ab) = 24cb0f428323fd295e61d4fc49e5dfdff7e4615b



Home | Main Index | Thread Index | Old Index