diff options
author | adam <adam@pkgsrc.org> | 2007-03-18 13:12:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-03-18 13:12:14 +0000 |
commit | 245e9ac31f3b2b1935f7c04952d030b4a5548946 (patch) | |
tree | 0a185d4ea420af3869481340119b92b0b64ab4c6 /games/freeciv-client/Makefile | |
parent | 3610ce4b8e8c674b9e5203ca59221d7250dda65a (diff) | |
download | pkgsrc-245e9ac31f3b2b1935f7c04952d030b4a5548946.tar.gz |
Changes 2.0.9:
- Fix memory leaks in AI code.
- Client worklist fix.
- Several compilation fixes.
- Fix for status of bribed units.
- Fix client crashes.
- Fxi server crashes.
- Extra checks against starting position on poles.
- Fix security problem in attributes code.
- Helicopters no longer lose hitpoints when on a carrier.
- Fix bug causing some pregame messages to be lost.
Diffstat (limited to 'games/freeciv-client/Makefile')
-rw-r--r-- | games/freeciv-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index f0a4000cca2..c3fbacb7cc9 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2006/12/15 20:32:55 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2007/03/18 13:12:14 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 1 COMMENT= Freeciv client DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share |