diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-26 21:14:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-26 21:14:41 +0000 |
commit | 3dea82e78443f4aaf45169713744e3e2c34ab6cf (patch) | |
tree | bf5df8caceaaf24924520ed70bc56346b79f5fb3 /games/crimsonfields/Makefile | |
parent | ade14f586833229d49555232d5f2ae5f01a57979 (diff) | |
download | pkgsrc-3dea82e78443f4aaf45169713744e3e2c34ab6cf.tar.gz |
Update to 0.4.5:
* 0.4.5 (14-10-2004)
- replaced 'The Uprising' with a new implementation, marking the start
of the Yalwa campaign
- improved event handling
- added new event 'settimer' and extended 'message'
- slightly improved computer player
- fixed two crashers in CoMET
- updated French and Polish translations
* 0.4.4 (27-08-2004)
- added new map 'The General'
- added first bits of a French translation
- added new event 'sethex' and extended 'createunit'
- replaced trigger 'turn' by 'timer' and extended 'unitposition'
- newly created units now appear in turn replays
- added basic message creation facilities to CoMET
- renamed --enable-zlib configure parameter to --with-zlib
- fixed a score of minor bugs and compiler warnings
Diffstat (limited to 'games/crimsonfields/Makefile')
-rw-r--r-- | games/crimsonfields/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 94bc242f2d8..e656e432524 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:43 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/11/26 21:14:41 wiz Exp $ # -DISTNAME= crimson-0.4.3 +DISTNAME= crimson-0.4.5 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} -PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ EXTRACT_SUFX= .tar.bz2 |