diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-26 10:50:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-26 10:50:23 +0000 |
commit | aeaf72fc8bff187b476b2536e81642ac6c9d360a (patch) | |
tree | 51ebfa012c78e25faef492742399ebe4c03d7b29 /games | |
parent | b8d1ce1752becbd15f3c795b0c673cf115153403 (diff) | |
download | pkgsrc-aeaf72fc8bff187b476b2536e81642ac6c9d360a.tar.gz |
Update to 2.6.2: Bug fixes backported from 2.7 and build fixes for OS X.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome2-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnome2-games/distinfo | 7 | ||||
-rw-r--r-- | games/gnome2-games/patches/patch-ab | 13 |
3 files changed, 5 insertions, 19 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index acbae7ede65..7b8acd87762 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2004/04/20 15:48:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/06/26 10:50:23 jmmv Exp $ -DISTNAME= gnome-games-2.6.1 +DISTNAME= gnome-games-2.6.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/gnome2-games/distinfo b/games/gnome2-games/distinfo index 01959a5d676..beee74c203a 100644 --- a/games/gnome2-games/distinfo +++ b/games/gnome2-games/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/05/16 19:55:24 danw Exp $ +$NetBSD: distinfo,v 1.8 2004/06/26 10:50:23 jmmv Exp $ -SHA1 (gnome-games-2.6.1.tar.bz2) = feaf7686c673fcac37a55efb672801073c7a7d4c -Size (gnome-games-2.6.1.tar.bz2) = 8268693 bytes +SHA1 (gnome-games-2.6.2.tar.bz2) = f23dcb24f159d9d146b1772f76c036fceb650258 +Size (gnome-games-2.6.2.tar.bz2) = 8269706 bytes SHA1 (patch-aa) = e74547a19267b1a39528d9556d115fff4f7cd21d -SHA1 (patch-ab) = 69021a143330f6624bcd6d214fea344b340386bc SHA1 (patch-ac) = e54f3fecee226f78edf17dc686c6bde2a25e36fd diff --git a/games/gnome2-games/patches/patch-ab b/games/gnome2-games/patches/patch-ab deleted file mode 100644 index 89a06a5fd7b..00000000000 --- a/games/gnome2-games/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/05/16 19:55:24 danw Exp $ - ---- configure.orig Tue May 11 21:00:22 2004 -+++ configure -@@ -18715,7 +18715,7 @@ fi - # See if we have guile - - guile_msg='Huh?' --if test x$withval = xno ; then -+if test x$with_guile = xno ; then - guile_msg='disabled' - GUILE_LIBS= - GUILE_INCS= |