diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-10 01:38:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-10 01:38:44 +0800 |
commit | c3d6fbf39b9018add940642b6fe267c81d14a0f0 (patch) | |
tree | e297c9b0a444727758dee7b7b6bbb55f8b259eed /devel/libbonobo | |
parent | 92c4eccf87fc7c4cadbfaea6ba6a5181d55f5d12 (diff) | |
download | marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar.gz marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar.bz2 marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar.lz marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar.xz marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.tar.zst marcuscom-ports-c3d6fbf39b9018add940642b6fe267c81d14a0f0.zip |
Update to 2.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1609 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 2 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 2 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-client.c | 20 |
3 files changed, 2 insertions, 22 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 4bda45862..34f73c42a 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 30e08a8dd..2dee4c0e0 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1 +1 @@ -MD5 (gnome2/libbonobo-2.5.1.tar.bz2) = b77592d587e7d5ab9c177f15712e44f3 +MD5 (gnome2/libbonobo-2.5.2.tar.bz2) = 3d508fff12ccaa5ef49185f788cf4e81 diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-client.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-client.c deleted file mode 100644 index f6e093454..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-client.c +++ /dev/null @@ -1,20 +0,0 @@ ---- bonobo-activation/bonobo-activation-client.c.orig Wed Dec 10 11:53:32 2003 -+++ bonobo-activation/bonobo-activation-client.c Wed Dec 10 12:00:19 2003 -@@ -197,6 +197,8 @@ - return result; - } - -+extern char **environ; -+ - void - bonobo_activation_register_client (Bonobo_ActivationContext context, - CORBA_Environment *ev) -@@ -217,7 +219,7 @@ - bonobo_activation_hostname_get ()); - - /* send environment to activation server */ -- client_env._buffer = __environ; -+ client_env._buffer = environ; - if (client_env._buffer) { - for (i = 0; client_env._buffer[i]; ++i); - client_env._length = i; |