diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-22 19:55:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-22 19:55:42 +0000 |
commit | 1793fcade2a78576f4e7aec043f436cb160d1cc5 (patch) | |
tree | 41a9e1cfe48300ce8a7a65d0e48648962f565d86 /devel | |
parent | 46ad4758367df97f2380fb81eae82af355970abd (diff) | |
download | pkgsrc-1793fcade2a78576f4e7aec043f436cb160d1cc5.tar.gz |
Update to 2.8.1:
* Bug fixes:
- Build fixes (Thomas Fitzsimmons, Kjartan Maraas <diskman at kc rr com>)
- Escape the app id in gconf (Anders Carlsson)
- Handle blank real name fields in /etc/password in gnome-scores.c
(Callum McKenzie) Closes bug #149270
* Translations:
- Various updated translations (en_CA, fr, it, hu, ko, th)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgnome/Makefile | 5 | ||||
-rw-r--r-- | devel/libgnome/distinfo | 7 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-ba | 14 |
3 files changed, 5 insertions, 21 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index b6186a13c24..24c6454b206 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/01/23 21:57:43 hira Exp $ +# $NetBSD: Makefile,v 1.35 2005/02/22 19:55:42 jmmv Exp $ # -DISTNAME= libgnome-2.8.0 -PKGREVISION= 2 +DISTNAME= libgnome-2.8.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index 497f8574b26..a2efe077854 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.18 2004/10/08 00:42:07 reinoud Exp $ +$NetBSD: distinfo,v 1.19 2005/02/22 19:55:42 jmmv Exp $ -SHA1 (libgnome-2.8.0.tar.bz2) = a7b986ae10570ee7a05227a57fb79e2359ba5a2a -Size (libgnome-2.8.0.tar.bz2) = 1164177 bytes +SHA1 (libgnome-2.8.1.tar.bz2) = 6a6032f82ef511ae3e4872a7ebdfe44dcc4b29f1 +Size (libgnome-2.8.1.tar.bz2) = 1178438 bytes SHA1 (patch-aa) = 349be2770b6578057ae1ded589e71765c63c12af SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a -SHA1 (patch-ba) = 50f8a416f236b7dd41cd5d4a0303469be69a9688 diff --git a/devel/libgnome/patches/patch-ba b/devel/libgnome/patches/patch-ba deleted file mode 100644 index 7c38e3314ed..00000000000 --- a/devel/libgnome/patches/patch-ba +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ba,v 1.2 2004/10/08 00:42:07 reinoud Exp $ - ---- libgnome/gnome-program.c.orig 2004-08-25 01:39:18.000000000 +0200 -+++ libgnome/gnome-program.c -@@ -1928,6 +1928,8 @@ gnome_program_init_paramv (GType type, - int argc, char **argv, - guint nparams, GParameter *params) - { -+ va_list args; -+ - return gnome_program_init_common (type, app_id, app_version, module_info, -- argc, argv, NULL, 0, nparams, params); -+ argc, argv, NULL, args, nparams, params); - } |