1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 2.8.2.

This commit is contained in:
Joe Marcus Clarke 2003-10-10 19:14:33 +00:00
parent 7de94615c3
commit df62a7086e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90814
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (gnome2/ORBit2-2.8.1.tar.bz2) = 062674985948deebf9f8a9117c3c7754
MD5 (gnome2/ORBit2-2.8.2.tar.bz2) = f3c10a7857f26ccf0a690f37bb8f62c1

View File

@ -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;