pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/criticalmass Update to 0.98.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2108d3796f3f
branches:  trunk
changeset: 460288:2108d3796f3f
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Aug 27 09:01:03 2003 +0000

description:
Update to 0.98.
Changes:

* GCC 3.x support
* Added an autofire option
* Minor improvements

Submitted by Juan RP
Closes PR 22610

diffstat:

 games/criticalmass/Makefile         |   7 +++----
 games/criticalmass/PLIST            |   3 +--
 games/criticalmass/distinfo         |   7 +++----
 games/criticalmass/patches/patch-ab |  13 -------------
 4 files changed, 7 insertions(+), 23 deletions(-)

diffs (57 lines):

diff -r 8f397e241ec2 -r 2108d3796f3f games/criticalmass/Makefile
--- a/games/criticalmass/Makefile       Wed Aug 27 08:55:40 2003 +0000
+++ b/games/criticalmass/Makefile       Wed Aug 27 09:01:03 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/26 21:41:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/27 09:01:03 recht Exp $
 #
 
-DISTNAME=      CriticalMass-0.97
-PKGNAME=       criticalmass-0.97
-PKGREVISION=   3
+DISTNAME=      CriticalMass-0.98
+PKGNAME=       ${DISTNAME:S/CM/cm/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=criticalmass/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 8f397e241ec2 -r 2108d3796f3f games/criticalmass/PLIST
--- a/games/criticalmass/PLIST  Wed Aug 27 08:55:40 2003 +0000
+++ b/games/criticalmass/PLIST  Wed Aug 27 09:01:03 2003 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/12 17:09:18 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/08/27 09:01:04 recht Exp $
 bin/Packer
 bin/critter
-bin/puckman
 man/man6/critter.6
 share/Critical_Mass/lg-criti.xm
 share/Critical_Mass/resource.dat
diff -r 8f397e241ec2 -r 2108d3796f3f games/criticalmass/distinfo
--- a/games/criticalmass/distinfo       Wed Aug 27 08:55:40 2003 +0000
+++ b/games/criticalmass/distinfo       Wed Aug 27 09:01:03 2003 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/12 17:09:18 zuntum Exp $
+$NetBSD: distinfo,v 1.2 2003/08/27 09:01:04 recht Exp $
 
-SHA1 (CriticalMass-0.97.tar.bz2) = 7b0f9b9f7400e25ee5a9043ee1201f7467519c38
-Size (CriticalMass-0.97.tar.bz2) = 2267315 bytes
-SHA1 (patch-ab) = 9bde672164770de4705b1a8f38651748b001232c
+SHA1 (CriticalMass-0.98.tar.bz2) = bcb417a66d3100c387a737216b3715f8a88f363d
+Size (CriticalMass-0.98.tar.bz2) = 2290048 bytes
diff -r 8f397e241ec2 -r 2108d3796f3f games/criticalmass/patches/patch-ab
--- a/games/criticalmass/patches/patch-ab       Wed Aug 27 08:55:40 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/04/12 17:09:18 zuntum Exp $
-
---- tools/Makefile.in.orig     2003-03-04 01:39:07.000000000 +0100
-+++ tools/Makefile.in  2003-03-04 01:40:18.000000000 +0100
-@@ -82,7 +82,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = -lz @LIBS@
- Packer_OBJECTS =  Packer.o
- Packer_LDADD = $(LDADD)
- Packer_DEPENDENCIES =  ../utilities/libutil.a



Home | Main Index | Thread Index | Old Index