pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bug-buddy Update to 2.10.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e18e2a1924e5
branches: trunk
changeset: 491262:e18e2a1924e5
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Mar 22 16:27:52 2005 +0000
description:
Update to 2.10.0:
2.10.0 ("La movida")
* Translations:
- Some translations updates
2.9.92 ("Magical Fenix")
* Translations:
- Lot of translations updates
- New Ukrainian translation of the documentation by
Maxim V. Dziumanenko <mvd%mylinux.com.ua@localhost>
2.9.91 ("Hänsel und Gretel")
* Fixes:
- Port to the new libmenu API to get the list of available applications.
- Fix the applets loading.
2.9.3 ("Wild Rose")
* Translations:
- Updated Italian, Chinese, Swedish, Estonian and German
translations.
2.9.2 ("Tres Jotas")
* Fixes:
- Use the command line option --include-file to include a file
- Skip the product/component pages if the application is
passed on the command line (also show its name in the
intro page)
* Improvements:
- Added a kill command line argument for killing that pid after
the bug report is sent (this is useful for calling bud-buddy
inside your application when a non-segfaulf crash occurs, like
in python code or scheme, etc...)
diffstat:
net/bug-buddy/Makefile | 10 ++++++----
net/bug-buddy/PLIST | 3 ++-
net/bug-buddy/distinfo | 9 +++++----
net/bug-buddy/patches/patch-aa | 12 ++++++++++++
4 files changed, 25 insertions(+), 9 deletions(-)
diffs (76 lines):
diff -r 99cb2eb1b78b -r e18e2a1924e5 net/bug-buddy/Makefile
--- a/net/bug-buddy/Makefile Tue Mar 22 16:27:16 2005 +0000
+++ b/net/bug-buddy/Makefile Tue Mar 22 16:27:52 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2004/10/03 00:17:49 tv Exp $
+# $NetBSD: Makefile,v 1.30 2005/03/22 16:27:52 jmmv Exp $
#
-DISTNAME= bug-buddy-2.8.0
-PKGREVISION= 1
+DISTNAME= bug-buddy-2.10.0
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sab%posix.org.uk@localhost
@@ -35,8 +34,11 @@
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/gnome-menus/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 99cb2eb1b78b -r e18e2a1924e5 net/bug-buddy/PLIST
--- a/net/bug-buddy/PLIST Tue Mar 22 16:27:16 2005 +0000
+++ b/net/bug-buddy/PLIST Tue Mar 22 16:27:52 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/09/21 17:09:11 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/03/22 16:27:52 jmmv Exp $
bin/bug-buddy
man/man1/bug-buddy.1
share/application-registry/bug-buddy.applications
@@ -60,6 +60,7 @@
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/bug-buddy.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/bug-buddy.mo
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/bug-buddy.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/bug-buddy.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bug-buddy.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/bug-buddy.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/bug-buddy.mo
diff -r 99cb2eb1b78b -r e18e2a1924e5 net/bug-buddy/distinfo
--- a/net/bug-buddy/distinfo Tue Mar 22 16:27:16 2005 +0000
+++ b/net/bug-buddy/distinfo Tue Mar 22 16:27:52 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2005/02/24 12:13:43 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/03/22 16:27:52 jmmv Exp $
-SHA1 (bug-buddy-2.8.0.tar.bz2) = 9bee09fcc319fca6d85b5ca1c3d535dc74e4fb6c
-RMD160 (bug-buddy-2.8.0.tar.bz2) = 2513fc3be57cf7ccf2c4992ffc120fd273945b49
-Size (bug-buddy-2.8.0.tar.bz2) = 711303 bytes
+SHA1 (bug-buddy-2.10.0.tar.bz2) = 090040abd11625bf81fd1691ce94780a980ce74c
+RMD160 (bug-buddy-2.10.0.tar.bz2) = 9924f72c616504e1d83b58164f3bcaa59d6269f4
+Size (bug-buddy-2.10.0.tar.bz2) = 718182 bytes
+SHA1 (patch-aa) = dcac935f4a78d962748b4cc5c56e1874ca4d5354
diff -r 99cb2eb1b78b -r e18e2a1924e5 net/bug-buddy/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bug-buddy/patches/patch-aa Tue Mar 22 16:27:52 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/03/22 16:27:52 jmmv Exp $
+
+--- src/united-states-of-bug-buddy.c.orig 2004-11-21 17:48:18.000000000 +0100
++++ src/united-states-of-bug-buddy.c
+@@ -26,6 +26,7 @@
+ #include "save-buddy.h"
+
+ #include <gnome.h>
++#include <signal.h>
+ #include <string.h>
+
+ #include <libgnomevfs/gnome-vfs-mime-utils.h>
Home |
Main Index |
Thread Index |
Old Index