pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gnome-games Remove patches that aren't needed (t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b5da9b063c9
branches:  trunk
changeset: 393382:5b5da9b063c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 19 23:40:25 2009 +0000

description:
Remove patches that aren't needed (tested on NetBSD-current; please
let me know if you disagree).

diffstat:

 games/gnome-games/distinfo         |   4 +---
 games/gnome-games/patches/patch-ac |   6 ------
 games/gnome-games/patches/patch-ae |  21 ---------------------
 3 files changed, 1 insertions(+), 30 deletions(-)

diffs (47 lines):

diff -r 2bc9cc0c5436 -r 5b5da9b063c9 games/gnome-games/distinfo
--- a/games/gnome-games/distinfo        Tue May 19 23:34:30 2009 +0000
+++ b/games/gnome-games/distinfo        Tue May 19 23:40:25 2009 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.27 2009/05/19 11:45:18 wiz Exp $
+$NetBSD: distinfo,v 1.28 2009/05/19 23:40:25 wiz Exp $
 
 SHA1 (gnome-games-2.26.2.tar.bz2) = c7de7b61431a10fbe287431b08d23c9e67c069fb
 RMD160 (gnome-games-2.26.2.tar.bz2) = 9d2bea14db0dcf63dee42677584e20a37be778c5
 Size (gnome-games-2.26.2.tar.bz2) = 23124681 bytes
-SHA1 (patch-ac) = e54f3fecee226f78edf17dc686c6bde2a25e36fd
-SHA1 (patch-ae) = 6120045a221cd6e81bbaaa9c9140f43ffc8e0dfa
diff -r 2bc9cc0c5436 -r 5b5da9b063c9 games/gnome-games/patches/patch-ac
--- a/games/gnome-games/patches/patch-ac        Tue May 19 23:34:30 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2007/09/20 00:05:58 wiz Exp $
-
---- gnect/src/malloc.h.orig    Tue May 11 20:30:32 2004
-+++ gnect/src/malloc.h
-@@ -0,0 +1 @@
-+#include <stdlib.h>
diff -r 2bc9cc0c5436 -r 5b5da9b063c9 games/gnome-games/patches/patch-ae
--- a/games/gnome-games/patches/patch-ae        Tue May 19 23:34:30 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ae,v 1.6 2009/03/18 01:03:36 jmcneill Exp $
-
---- blackjack/src/game.cpp.orig        2009-01-18 19:18:40.000000000 -0500
-+++ blackjack/src/game.cpp
-@@ -41,6 +41,7 @@
- 
- #define RULES_GROUP "Blackjack Rules"
- 
-+#include <cctype>
- #include <iostream>
- using namespace std;
- 
-@@ -119,7 +120,7 @@ bj_game_file_to_name (const gchar* file)
-                 *p = ' ';
-         for (p = buf; p = strchr (p, '-'), p && *p;)
-                 *p = ' ';
--        buf[0] = toupper (buf[0]);
-+        buf[0] = toupper ((unsigned char) buf[0]);
-         p = g_strdup (_(buf));
- 
-         g_free (buf);



Home | Main Index | Thread Index | Old Index