diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 03:14:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 03:14:33 +0800 |
commit | 608baaf7e97d1df68d9c86e0cc26c6cfeef14ff9 (patch) | |
tree | 6a759f3611fb314d7084e7f07b564b3fee0ee482 /devel/ORBit2 | |
parent | 9be2e83931e48133966d77c58f538a3f6c90fca9 (diff) | |
download | freebsd-ports-graphics-608baaf7e97d1df68d9c86e0cc26c6cfeef14ff9.tar.gz freebsd-ports-graphics-608baaf7e97d1df68d9c86e0cc26c6cfeef14ff9.tar.zst freebsd-ports-graphics-608baaf7e97d1df68d9c86e0cc26c6cfeef14ff9.zip |
Update to 2.8.2.
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 2 | ||||
-rw-r--r-- | devel/ORBit2/distinfo | 2 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index f65a936d905..465af742544 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 aef8b18f674..e89a2a78af1 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 5295e00ad12..48972837628 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; |