diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-07 14:40:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-07 14:40:07 +0000 |
commit | 66755bfe47b049618c11d2991110c3b2f4274218 (patch) | |
tree | e5a41912814b58b16f3aafaaf8ee92f8e6f221d0 /games/asc/Makefile | |
parent | 4cd3c0a542b27cd8f12f1e9ee5f6b26e693f2a03 (diff) | |
download | pkgsrc-66755bfe47b049618c11d2991110c3b2f4274218.tar.gz |
Update to 1.15.3.0:
Updated most campaign maps
Updated unit cost calculation
Fixed: view problems when starting a map by command line parameter
Fixed: kamikaze units don't defend any more
Fixed: ships could not build ground turrets
Fixed: several replay bugs
Fixed: reaction fire could be evaded
Fixed: mapeditor crash and limitations when resizing maps
Fixed: ai crash
Fixed: resource vanished after refuelling
Fixed: wrong resource capacity display when resource input is disabled in
buildings
Fixed: more resources in buildings that storage capacity
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index f251d395682..676659da1e9 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/12/28 23:18:15 reed Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/07 14:40:07 wiz Exp $ # -DISTNAME= asc-source-1.15.2.1 +DISTNAME= asc-source-1.15.3.0 PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${AUDIO_FILES} |