diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:27:52 +0000 |
commit | 2ed95cf46838cc48ae71d66f1ba95e6d3195aa32 (patch) | |
tree | 8dc37443c801c3b8ddb7d984f318280f93f7157c /net | |
parent | 261cb63f71223e28922723df25376abf88472cb8 (diff) | |
download | pkgsrc-2ed95cf46838cc48ae71d66f1ba95e6d3195aa32.tar.gz |
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>
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 (limited to 'net')
-rw-r--r-- | net/bug-buddy/Makefile | 10 | ||||
-rw-r--r-- | net/bug-buddy/PLIST | 3 | ||||
-rw-r--r-- | net/bug-buddy/distinfo | 9 | ||||
-rw-r--r-- | net/bug-buddy/patches/patch-aa | 12 |
4 files changed, 25 insertions, 9 deletions
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index be0add635e8..98bcb0579f7 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -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 @@ -35,8 +34,11 @@ GCONF2_SCHEMAS= bug-buddy.schemas .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 --git a/net/bug-buddy/PLIST b/net/bug-buddy/PLIST index 5e36e998ed1..1b6d42afb0c 100644 --- a/net/bug-buddy/PLIST +++ b/net/bug-buddy/PLIST @@ -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/ml/LC_MESSAGES/bug-buddy.mo ${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 --git a/net/bug-buddy/distinfo b/net/bug-buddy/distinfo index 7a09fbbab2c..07173274898 100644 --- a/net/bug-buddy/distinfo +++ b/net/bug-buddy/distinfo @@ -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 --git a/net/bug-buddy/patches/patch-aa b/net/bug-buddy/patches/patch-aa new file mode 100644 index 00000000000..32b265d22b2 --- /dev/null +++ b/net/bug-buddy/patches/patch-aa @@ -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> |