diff options
author | adam <adam@pkgsrc.org> | 2005-11-16 16:03:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-11-16 16:03:50 +0000 |
commit | 2a4e990bfaf91c1e2fb792ce168808e6d2bac496 (patch) | |
tree | e1ad37c6d0b04b8b7489955af0f5135cc8e26112 | |
parent | 1e4fad8c704b58ebdb8533833c7fea3037130247 (diff) | |
download | pkgsrc-2a4e990bfaf91c1e2fb792ce168808e6d2bac496.tar.gz |
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.
-rw-r--r-- | games/freeciv-share/Makefile | 4 | ||||
-rw-r--r-- | games/freeciv-share/Makefile.common | 6 | ||||
-rw-r--r-- | games/freeciv-share/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/freeciv-share/Makefile b/games/freeciv-share/Makefile index abda3548bd5..9593596b417 100644 --- a/games/freeciv-share/Makefile +++ b/games/freeciv-share/Makefile @@ -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 --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index f841ba6ccb7..21b48be3456 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -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 @@ PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches 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 --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo index 96ba3c81eb5..c460640e16a 100644 --- a/games/freeciv-share/distinfo +++ b/games/freeciv-share/distinfo @@ -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 |