summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-11-16 16:03:50 +0000
committeradam <adam@pkgsrc.org>2005-11-16 16:03:50 +0000
commit2a4e990bfaf91c1e2fb792ce168808e6d2bac496 (patch)
treee1ad37c6d0b04b8b7489955af0f5135cc8e26112 /games/freeciv-share/Makefile.common
parent1e4fad8c704b58ebdb8533833c7fea3037130247 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-rw-r--r--games/freeciv-share/Makefile.common6
1 files changed, 3 insertions, 3 deletions
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"