diff options
author | xtraeme <xtraeme> | 2006-08-15 08:42:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-08-15 08:42:36 +0000 |
commit | 08bf3fa4728fd052de3746bacbb8c5c2be7b1c55 (patch) | |
tree | e50608d86847caa6029c2e3ffb5bef6dfd8b9c00 /games/criticalmass | |
parent | 85f6bda2e8013838573a20c237d50cee612fb1b4 (diff) | |
download | pkgsrc-08bf3fa4728fd052de3746bacbb8c5c2be7b1c55.tar.gz |
Update to 1.0.2:
0.9.11:
# Add support for gcc 4.0
# Fix sound issue when hovering over selectable text
# Add mission tips/help to menu
# Keep track of goodies caught and missed
0.9.12:
# Display update text on screen via simple scroller.
# Added next gen shippy eye-candy.
# Added volume control for music and sfx.
# Added weapon/ammo display to critterboard.
# Moved all special critter files into a subdirectory.
# Added migration code to update previous installs.
# Allow vertical ship movement.
# Nicer shield.
# Display control over starfield and nebula.
# Add SDL detected fullscreen resolutions to resolution list.
# Add menu option to allow non 4:3 resolutions.
# Add 2 new levels.
# Fix for gcc 4.0.1.
# Misc fixes.
# Updated Readme.html.
1.0.0:
# Added a Boss level and related support.
# Made "Game Over" look less pixelated.
# Created a separate submenu for Audio and Video config.
# Fixed leaks.
1.0.1:
# Updates for Mac Universal Binary.
1.0.2:
# OSX: Added a workaround for a bug in one of the 3rd party libs.
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 8 | ||||
-rw-r--r-- | games/criticalmass/PLIST | 2 | ||||
-rw-r--r-- | games/criticalmass/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 2317e142157..50a1d6b9e23 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2006/06/12 16:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/08/15 08:42:36 xtraeme Exp $ # -DISTNAME= CriticalMass-0.9.10 -PKGNAME= ${DISTNAME:S/CM/cm/} -PKGREVISION= 5 +DISTNAME= CriticalMass-1.0.2 +PKGNAME= ${DISTNAME:tl} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/} EXTRACT_SUFX= .tar.bz2 @@ -14,6 +13,7 @@ COMMENT= SDL/OpenGL space shoot'em up game GNU_CONFIGURE= YES USE_LANGUAGES= c c++ +USE_LIBTOOL= yes USE_TOOLS+= gmake .include "../../devel/SDL/buildlink3.mk" diff --git a/games/criticalmass/PLIST b/games/criticalmass/PLIST index 11aa6c78dc2..281e2cb1d6f 100644 --- a/games/criticalmass/PLIST +++ b/games/criticalmass/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/08/27 09:01:04 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/08/15 08:42:36 xtraeme Exp $ bin/Packer bin/critter man/man6/critter.6 diff --git a/games/criticalmass/distinfo b/games/criticalmass/distinfo index d9e6fca5c5a..78464fc6380 100644 --- a/games/criticalmass/distinfo +++ b/games/criticalmass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 23:11:56 agc Exp $ +$NetBSD: distinfo,v 1.7 2006/08/15 08:42:36 xtraeme Exp $ -SHA1 (CriticalMass-0.9.10.tar.bz2) = de2215c94f96d688b232436f296a76113ebc108b -RMD160 (CriticalMass-0.9.10.tar.bz2) = e3a717083b4c4adfcc42ef5d60a4118887460c1c -Size (CriticalMass-0.9.10.tar.bz2) = 2394911 bytes +SHA1 (CriticalMass-1.0.2.tar.bz2) = d2d1f35183e9fbed76fd8da2a948745a4c89f20b +RMD160 (CriticalMass-1.0.2.tar.bz2) = 6c0b6988f6a52c4b19fbca2525b1daec0202693d +Size (CriticalMass-1.0.2.tar.bz2) = 5122126 bytes |