summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-15 09:30:45 +0000
committeradam <adam@pkgsrc.org>2006-04-15 09:30:45 +0000
commit28e3ce381284313a28f3ef27c24433b17e4ea8f5 (patch)
treeb7cd329dc97aac9217a0669cdc177422fc9039dd /games/freeciv-share/Makefile.common
parent38afd1b84ec70aaad44811f085950494f5a2af4c (diff)
downloadpkgsrc-28e3ce381284313a28f3ef27c24433b17e4ea8f5.tar.gz
Changes 2.0.8:
- Simplification of pubserver authentication system, and other pubserver-related changes. - Fix problems with some strings in some languages on windows. - Fix a potential desynchronization bug when establishing connections. - Fix a potential crash when reading packets (CVE-2006-0047). - Fix some bugs allowing illegal rehoming of units. - Allow loading of savegames created by Freeciv 2.1. - Allow client goto into unknown tiles. - Fix a set of crashes likely to happen with the XAW client on 64-bit systems. - Fix a bug that allowed unlimited incoming airlifts.
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 515d6746b61..cd51cc55c21 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.25 2006/04/13 18:23:32 jlam Exp $
+# $NetBSD: Makefile.common,v 1.26 2006/04/15 09:30:45 adam Exp $
DISTNAME= freeciv-${FC_VERS}
-FC_VERS= 2.0.7
+FC_VERS= 2.0.8
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
http://www.freeciv.org/ftp/stable/ \
@@ -28,7 +28,7 @@ SUBST_SED.data+= -e "s|@CLIENT_FALSE@|@MAKE_DATA_FALSE@|g"
SUBST_SED.data+= -e "s|@CLIENT_TRUE@|@MAKE_DATA_TRUE@|g"
SUBST_SED.data+= -e "s|@SERVER_FALSE@|@MAKE_DATA_FALSE@|g"
SUBST_SED.data+= -e "s|@SERVER_TRUE@|@MAKE_DATA_TRUE@|g"
-SUBST_MESSAGE.data= "Fixing installation of data files."
+SUBST_MESSAGE.data= Fixing installation of data files.
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"