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.9.10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ec242ea401d
branches: trunk
changeset: 489152:3ec242ea401d
user: peter <peter%pkgsrc.org@localhost>
date: Thu Feb 17 19:32:40 2005 +0000
description:
Update to 0.9.10.
Changelog:
# Re-added Hello Wiener level.
# Updates for building on OS X.
# Added default key bindings for secondary and tertiary weapons for those poor one button Mac mice users.
# Allow starting the game from the top level source directory. This should also fix the problem where people start the game the first time but from the wrong place which would then create a bad
.critter file.
# Added better ASCII support when entering pilot name.
# Updates for gcc 3.4
diffstat:
games/criticalmass/Makefile | 4 ++--
games/criticalmass/distinfo | 8 +++-----
games/criticalmass/patches/patch-aa | 22 ----------------------
games/criticalmass/patches/patch-ab | 13 -------------
4 files changed, 5 insertions(+), 42 deletions(-)
diffs (69 lines):
diff -r e1789601b474 -r 3ec242ea401d games/criticalmass/Makefile
--- a/games/criticalmass/Makefile Thu Feb 17 19:13:53 2005 +0000
+++ b/games/criticalmass/Makefile Thu Feb 17 19:32:40 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/11/28 20:26:35 snj Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/17 19:32:40 peter Exp $
#
-DISTNAME= CriticalMass-0.99
+DISTNAME= CriticalMass-0.9.10
PKGNAME= ${DISTNAME:S/CM/cm/}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/}
diff -r e1789601b474 -r 3ec242ea401d games/criticalmass/distinfo
--- a/games/criticalmass/distinfo Thu Feb 17 19:13:53 2005 +0000
+++ b/games/criticalmass/distinfo Thu Feb 17 19:32:40 2005 +0000
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/15 23:10:09 peter Exp $
+$NetBSD: distinfo,v 1.5 2005/02/17 19:32:40 peter Exp $
-SHA1 (CriticalMass-0.99.tar.bz2) = 9b339750e3de0ab06f63d4c9f10c9fc3fc7aaae6
-Size (CriticalMass-0.99.tar.bz2) = 2293579 bytes
-SHA1 (patch-aa) = 21b418b711cb34c1ead6436596fa63599f625a0c
-SHA1 (patch-ab) = f1a6b77e563f3914de7aba5cd48a373db202924d
+SHA1 (CriticalMass-0.9.10.tar.bz2) = de2215c94f96d688b232436f296a76113ebc108b
+Size (CriticalMass-0.9.10.tar.bz2) = 2394911 bytes
diff -r e1789601b474 -r 3ec242ea401d games/criticalmass/patches/patch-aa
--- a/games/criticalmass/patches/patch-aa Thu Feb 17 19:13:53 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/02/15 23:10:09 peter Exp $
-
---- utils/HashString.hpp.orig 2003-03-03 03:32:13.000000000 +0100
-+++ utils/HashString.hpp 2005-02-16 01:05:07.000000000 +0100
-@@ -21,7 +21,7 @@
-
- namespace HASH_NAMESPACE
- {
-- struct hash<const string>
-+ template <> struct hash<const string>
- {
- //a simple hash function for string
- int operator()(const string & s) const
-@@ -32,7 +32,7 @@
- }
- };
-
-- struct hash<string>
-+ template <> struct hash<string>
- {
- //a simple hash function for string
- int operator()(string s) const
diff -r e1789601b474 -r 3ec242ea401d games/criticalmass/patches/patch-ab
--- a/games/criticalmass/patches/patch-ab Thu Feb 17 19:13:53 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/02/15 23:10:09 peter Exp $
-
---- game/Input.hpp.orig 2003-03-03 03:33:08.000000000 +0100
-+++ game/Input.hpp 2005-02-16 01:06:06.000000000 +0100
-@@ -28,7 +28,7 @@
-
- namespace HASH_NAMESPACE
- {
-- struct hash<Trigger>
-+ template <> struct hash<Trigger>
- {
- //a simple hash function for Trigger
- int operator()(const Trigger &t) const
Home |
Main Index |
Thread Index |
Old Index