summaryrefslogtreecommitdiff
path: root/net/bug-buddy/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2009-03-17 09:10:03 +0000
committerjmcneill <jmcneill@pkgsrc.org>2009-03-17 09:10:03 +0000
commitfc5080e9d6fe9aaa289e8d94c4c31c2118192d81 (patch)
treedc7e4ffdc1925217ddc260825be60a34030bb1e8 /net/bug-buddy/Makefile
parent763e72573b0670ddd2b0f93df44266a3b4556a4f (diff)
downloadpkgsrc-fc5080e9d6fe9aaa289e8d94c4c31c2118192d81.tar.gz
Update bug-buddy to 2.26.0.
2.26.0 * Don't hardcode a scrollkeeper check in the configure script. 2.25.91 * Build correctly with --disable-eds. 2.25.2 * Fix a segfault (Josseline Mouette). * Don't free uninitialized memory. 2.25.1 ("The Feel-Good vibe") * Drop libgnome and libgnomeui dependencies. * Make google-breakpad support optional (but enabled by default). Thanks to Sjoerd Simons. * Obtain the real path of the crashed process by looking in /proc. Thanks to Sam Morris and Matt Keenan. * Add an option to delete the included file after bug-buddy has processed it. * Implement a logger for pasting critical and fatal warnings in the stacktraces. * Include the loaded GTK+ modules in the stacktraces sent to bugzilla. * Update google-breakpad to SVN r290. * Compile with all the GLib/GTK+ deprecation flags.
Diffstat (limited to 'net/bug-buddy/Makefile')
-rw-r--r--net/bug-buddy/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile
index 35080dfa0b2..2e7565d6a1c 100644
--- a/net/bug-buddy/Makefile
+++ b/net/bug-buddy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.65 2008/12/24 03:05:16 jmcneill Exp $
+# $NetBSD: Makefile,v 1.66 2009/03/17 09:10:03 jmcneill Exp $
#
-DISTNAME= bug-buddy-2.24.2
+DISTNAME= bug-buddy-2.26.0
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -34,8 +34,6 @@ pre-configure:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libelf/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"