summaryrefslogtreecommitdiff
path: root/devel/bonobo-activation
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-05 14:07:48 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-05 14:07:48 +0000
commit9811a86b2ac18185911648ef7a792293e709fe6c (patch)
treed4e49335771db7306b86b44637157dce969aac54 /devel/bonobo-activation
parent696a592a7f289cc29d5db963d43e56258fa20d20 (diff)
downloadpkgsrc-9811a86b2ac18185911648ef7a792293e709fe6c.tar.gz
Update bonobo-activation to 2.1.1. Changes since 2.1.0 include several
bugfixes, code cleanup and a new translation to Belarusian.
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r--devel/bonobo-activation/Makefile5
-rw-r--r--devel/bonobo-activation/PLIST3
-rw-r--r--devel/bonobo-activation/distinfo7
-rw-r--r--devel/bonobo-activation/patches/patch-ad15
4 files changed, 7 insertions, 23 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile
index 8f92f8ff2d8..ebc258f4097 100644
--- a/devel/bonobo-activation/Makefile
+++ b/devel/bonobo-activation/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2003/01/04 23:42:59 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2003/01/05 14:07:48 jmmv Exp $
#
-DISTNAME= bonobo-activation-2.1.0
-PKGREVISION= 3
+DISTNAME= bonobo-activation-2.1.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo-activation/2.1/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/bonobo-activation/PLIST b/devel/bonobo-activation/PLIST
index 02139cc68d8..04b1e6b2893 100644
--- a/devel/bonobo-activation/PLIST
+++ b/devel/bonobo-activation/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2003/01/05 10:33:54 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.11 2003/01/05 14:07:48 jmmv Exp $
bin/activation-client
bin/bonobo-slay
include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h
@@ -64,6 +64,7 @@ share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl
share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/bonobo-activation.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/bonobo-activation.mo
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/bonobo-activation.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/bonobo-activation.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/bonobo-activation.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/bonobo-activation.mo
diff --git a/devel/bonobo-activation/distinfo b/devel/bonobo-activation/distinfo
index cc351b21694..70aec96f2ec 100644
--- a/devel/bonobo-activation/distinfo
+++ b/devel/bonobo-activation/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/01/04 22:07:23 jmmv Exp $
+$NetBSD: distinfo,v 1.9 2003/01/05 14:07:48 jmmv Exp $
-SHA1 (bonobo-activation-2.1.0.tar.bz2) = c4a645573ce234c30c7b1d7d25befe7f94d3c8bc
-Size (bonobo-activation-2.1.0.tar.bz2) = 452883 bytes
+SHA1 (bonobo-activation-2.1.1.tar.bz2) = bf5d2e5a2fe444fd891a9e0b9d20413f246d30bf
+Size (bonobo-activation-2.1.1.tar.bz2) = 415100 bytes
SHA1 (patch-ac) = a7a29227124a7277625ca3fb7080d9a52acda3c0
-SHA1 (patch-ad) = 25a374f25860e3c857b663db95d32a383d40eae4
diff --git a/devel/bonobo-activation/patches/patch-ad b/devel/bonobo-activation/patches/patch-ad
deleted file mode 100644
index c908c904f83..00000000000
--- a/devel/bonobo-activation/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2002/10/27 09:31:01 rh Exp $
-
---- bonobo-activation/bonobo-activation-activate.c.orig Sat Oct 19 15:29:58 2002
-+++ bonobo-activation/bonobo-activation-activate.c Sat Oct 19 15:30:18 2002
-@@ -37,6 +37,10 @@
- #include <string.h>
- #include <stdlib.h>
-
-+#ifdef HAVE_LOCALE_H
-+#include <locale.h>
-+#endif
-+
- static Bonobo_ActivationEnvironment activation_environment;
-
- /* FIXME: deprecated internal functions. Should we just remove?