aboutsummaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:22:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:22:13 +0000
commit610ae5681637c1051a0c17b54e29d97f53da2f3a (patch)
treec231a1eb74b07e444fa7363012cb84bf23d83ce0 /devel/libbonobo
parent15b6544926b07a98710eeb765baf03e3fc9a195c (diff)
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Notes
Notes: svn path=/head/; revision=225629
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile9
-rw-r--r--devel/libbonobo/distinfo6
-rw-r--r--devel/libbonobo/files/patch-activation-server_object-directory-corba.c15
-rw-r--r--devel/libbonobo/pkg-plist10
4 files changed, 17 insertions, 23 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 119739295882..e55b9bb6d1ae 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libbonobo/Makefile,v 1.71 2008/03/10 16:30:35 ahze Exp $
+# $MCom: ports/devel/libbonobo/Makefile,v 1.76 2008/09/22 15:01:51 kwm Exp $
#
PORTNAME= libbonobo
-PORTVERSION= 2.22.0
-PORTREVISION?= 1
+PORTVERSION= 2.24.0
+PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -21,7 +21,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_GMAKE= yes
USE_BISON= build
diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo
index 8fdd99c40ea0..5ab03dda7589 100644
--- a/devel/libbonobo/distinfo
+++ b/devel/libbonobo/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libbonobo-2.22.0.tar.bz2) = 998a576ad26784ac87eab99e96013527
-SHA256 (gnome2/libbonobo-2.22.0.tar.bz2) = 5a6d96b9b15afa5d1702eee3a1ee3e50c3cfedb65d7c3faad64036ccfb3294b4
-SIZE (gnome2/libbonobo-2.22.0.tar.bz2) = 1445318
+MD5 (gnome2/libbonobo-2.24.0.tar.bz2) = b9dd7fcd377945b227db393ac4fa3c37
+SHA256 (gnome2/libbonobo-2.24.0.tar.bz2) = bc851f032359f2c27d8980d8b0c6ba0e40e06c0c501ed9b897c7dd1723b5ef55
+SIZE (gnome2/libbonobo-2.24.0.tar.bz2) = 1455370
diff --git a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c b/devel/libbonobo/files/patch-activation-server_object-directory-corba.c
deleted file mode 100644
index 3fa67848dfc8..000000000000
--- a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- activation-server/object-directory-corba.c.orig Mon Aug 14 14:27:54 2006
-+++ activation-server/object-directory-corba.c Thu Oct 26 09:25:50 2006
-@@ -732,8 +732,10 @@
- g_object_set_data (
- G_OBJECT (cnx), "object_count", GUINT_TO_POINTER (1));
-
-- ORBit_small_listen_for_broken
-- (object, G_CALLBACK (active_server_cnx_broken), NULL);
-+ g_signal_connect (
-+ cnx, "broken",
-+ G_CALLBACK (active_server_cnx_broken),
-+ NULL);
- }
- } else
- g_assert (!strcmp (iid, NAMING_CONTEXT_IID) ||
diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist
index 1cbf066c87d1..6242f7f60d4c 100644
--- a/devel/libbonobo/pkg-plist
+++ b/devel/libbonobo/pkg-plist
@@ -137,6 +137,7 @@ share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo
share/locale/li/LC_MESSAGES/libbonobo-2.0.mo
share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo
share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/mai/LC_MESSAGES/libbonobo-2.0.mo
share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo
share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo
@@ -160,9 +161,10 @@ share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo
-share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/te/LC_MESSAGES/libbonobo-2.0.mo
share/locale/th/LC_MESSAGES/libbonobo-2.0.mo
share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo
share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo
@@ -192,6 +194,10 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
@dirrmtry share/locale/yi
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/oc/LC_MESSAGES
@@ -200,6 +206,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
@dirrmtry share/locale/mr
@dirrmtry share/locale/mg/LC_MESSAGES
@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES