diff options
author | mezz <mezz@FreeBSD.org> | 2005-08-28 17:47:42 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-08-28 17:47:42 +0000 |
commit | e8233f521c6357fdcad644447cbc61b2b6568acd (patch) | |
tree | d8b24098f146d1ab06058735f028bdaca51c522f /devel/libbonobo | |
parent | 141e88ef99f312fb29594ee9f223089b655c858d (diff) | |
download | FreeBSD-ports-e8233f521c6357fdcad644447cbc61b2b6568acd.zip FreeBSD-ports-e8233f521c6357fdcad644447cbc61b2b6568acd.tar.gz |
Update to 2.10.1.
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 784c774..ae956f1 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 63ec7fa..a91a5a3 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 c821efc..f07320f 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 f1a74a4..0f7e7cd 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, |