summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 19:14:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-10 19:14:33 +0000
commitdf62a7086ecbb96a608452e02367270b151b0574 (patch)
tree925bad4ccdba2ed7a9bd0498b6f76b175d44304f /devel
parentUpdate to 4.3.15. (diff)
Update to 2.8.2.
Notes
Notes: svn path=/head/; revision=90814
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBit2/Makefile2
-rw-r--r--devel/ORBit2/distinfo2
-rw-r--r--devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index f65a936d9056..465af742544f 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ORBit2
-PORTVERSION= 2.8.1
+PORTVERSION= 2.8.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8
diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo
index aef8b18f674b..e89a2a78af1d 100644
--- a/devel/ORBit2/distinfo
+++ b/devel/ORBit2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/ORBit2-2.8.1.tar.bz2) = 062674985948deebf9f8a9117c3c7754
+MD5 (gnome2/ORBit2-2.8.2.tar.bz2) = f3c10a7857f26ccf0a690f37bb8f62c1
diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
index 5295e00ad12a..48972837628b 100644
--- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
+++ b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
@@ -4,8 +4,8 @@
paths = g_ptr_array_sized_new (8);
g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR));
-+ add_if_unique(paths, "%%X11BASE%%");
-+ add_if_unique(paths, "%%LOCALBASE%%");
++ add_if_unique(paths, "%%X11BASE%%", TRUE);
++ add_if_unique(paths, "%%LOCALBASE%%", TRUE);
if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) {
char **strv;