summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-15 04:58:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-15 04:58:43 +0800
commit06864d430b0623057a4de2733ed500a63b8bdda7 (patch)
tree2d36045d4da10971acdd4caab2d6c5590a2f3722
parentc75fc9cbff61556187c214d02a3fc4222e0b6094 (diff)
downloadmarcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar.gz
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar.bz2
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar.lz
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar.xz
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.tar.zst
marcuscom-ports-06864d430b0623057a4de2733ed500a63b8bdda7.zip
Update to 2.15.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7058 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/libbonobo/Makefile4
-rw-r--r--devel/libbonobo/distinfo6
-rw-r--r--devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c21
3 files changed, 5 insertions, 26 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 3dc93c5d0..72782afda 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -3,11 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libbonobo/Makefile,v 1.48 2006/08/08 05:41:20 marcus Exp $
+# $MCom: ports/devel/libbonobo/Makefile,v 1.49 2006/08/08 20:12:04 ahze Exp $
#
PORTNAME= libbonobo
-PORTVERSION= 2.15.2
+PORTVERSION= 2.15.3
PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo
index ea3877217..12463738e 100644
--- a/devel/libbonobo/distinfo
+++ b/devel/libbonobo/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libbonobo-2.15.2.tar.bz2) = 814c615847dcef1f823f1070295575c0
-SHA256 (gnome2/libbonobo-2.15.2.tar.bz2) = a3ff1b438e540a708e99a91fdbc75623e85b04f679f42271051c5645a73c1d0c
-SIZE (gnome2/libbonobo-2.15.2.tar.bz2) = 1401681
+MD5 (gnome2/libbonobo-2.15.3.tar.bz2) = ceadce5e7d70b586d9f5648b3218676b
+SHA256 (gnome2/libbonobo-2.15.3.tar.bz2) = c34bdc20fb07ee029efcaa260a157120af55e0dc03df62e0eb132ed6d1b605d1
+SIZE (gnome2/libbonobo-2.15.3.tar.bz2) = 1402899
diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c
deleted file mode 100644
index ced10add3..000000000
--- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Sep 9 17:20:15 2005
-+++ bonobo-activation/bonobo-activation-fork-server.c Fri Sep 9 17:31:52 2005
-@@ -359,10 +359,18 @@
- g_source_destroy (source);
- g_source_unref (source);
-
-+ g_io_channel_shutdown (ai.ioc, FALSE, NULL);
- g_io_channel_unref (ai.ioc);
-
- if (use_new_loop)
- g_main_context_unref (context);
-+
-+ close (iopipes[1]);
-+
-+ g_strfreev(newenv);
-+
-+ if (fd_arg != 0)
-+ g_free ((char *) cmd[fd_arg]);
-
- return CORBA_OBJECT_NIL;
- }