diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 17:47:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 17:47:42 +0000 |
commit | a796d8abedb9d0f3659a76fff5a93782cea612b4 (patch) | |
tree | 2984e10e07e8da735ef7340134a146198632d561 /devel/libbonobo | |
parent | 3e6efbea89bfdd36e3e4fca5366e266255c55d3a (diff) | |
download | ports-a796d8abedb9d0f3659a76fff5a93782cea612b4.tar.gz ports-a796d8abedb9d0f3659a76fff5a93782cea612b4.zip |
Update to 2.10.1.
Notes
Notes:
svn path=/head/; revision=141151
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 2 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 4 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-server::Makefile.in | 8 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-server::activation-server-main.c | 12 |
4 files changed, 13 insertions, 13 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 784c77442ea1..ae956f1a0c5e 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.10.0 +PORTVERSION= 2.10.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 63ec7fa3a87a..a91a5a3a3d50 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libbonobo-2.10.0.tar.bz2) = 68179b91f5043ce0ef050dbbed04979b -SIZE (gnome2/libbonobo-2.10.0.tar.bz2) = 1464280 +MD5 (gnome2/libbonobo-2.10.1.tar.bz2) = 927d572970d87121c8375aab1b4b1d37 +SIZE (gnome2/libbonobo-2.10.1.tar.bz2) = 1358327 diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in index c821efc8e636..f07320f9b8a7 100644 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ b/devel/libbonobo/files/patch-server::Makefile.in @@ -1,9 +1,9 @@ ---- activation-server/Makefile.in.orig Wed May 7 16:36:09 2003 -+++ activation-server/Makefile.in Wed May 7 16:36:51 2003 -@@ -159,7 +159,7 @@ - -I$(top_builddir) \ +--- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 ++++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 +@@ -225,7 +225,7 @@ -I$(top_builddir)/bonobo-activation \ -I$(top_srcdir)/bonobo-activation \ + -DPREFIX=\""$(prefix)"\" \ - -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ + -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c index f1a74a4a370c..0f7e7cd3fe08 100644 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ b/devel/libbonobo/files/patch-server::activation-server-main.c @@ -1,11 +1,11 @@ ---- activation-server/activation-server-main.c.orig Fri Oct 18 06:15:12 2002 -+++ activation-server/activation-server-main.c Sat Nov 9 01:50:36 2002 -@@ -127,7 +127,7 @@ +--- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 ++++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 +@@ -197,7 +197,7 @@ build_src_dir (void) g_string_append (gnome_od_source_dir, gnome_dirs[i]); g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers:"); -+ "/libdata/bonobo/servers:"); +- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); ++ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); } g_strfreev (gnome_dirs); - g_string_append_c (real_od_source_dir, ':'); + g_string_append (real_od_source_dir, |