summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-06 01:26:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-06 01:26:12 +0800
commitbb933af5bd4860395db6d45bdfa39a427ee88f7d (patch)
tree22f9925f791ddd1dc16ed18177b6b0a522a29d9c
parentc268b763b8e511edf267d9b53dc98f1b7b36ce57 (diff)
downloadmarcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar.gz
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar.bz2
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar.lz
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar.xz
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.tar.zst
marcuscom-ports-bb933af5bd4860395db6d45bdfa39a427ee88f7d.zip
Update to 2.11.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4385 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/libgnomeui/Makefile7
-rw-r--r--x11-toolkits/libgnomeui/distinfo4
-rw-r--r--x11-toolkits/libgnomeui/files/patch-file-chooser::gtkfilesystemgnomevfs.c24
-rw-r--r--x11-toolkits/libgnomeui/pkg-plist3
4 files changed, 7 insertions, 31 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index a8def6161..47b44184b 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -3,11 +3,10 @@
# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.59 2005/07/04 00:12:01 marcus Exp $
+# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.60 2005/08/01 02:09:47 jylefort Exp $
PORTNAME= libgnomeui
-PORTVERSION= 2.11.1
-PORTREVISION= 1
+PORTVERSION= 2.11.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
@@ -24,7 +23,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_BISON= yes
diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo
index a6c66c60e..619394445 100644
--- a/x11-toolkits/libgnomeui/distinfo
+++ b/x11-toolkits/libgnomeui/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libgnomeui-2.11.1.tar.bz2) = 07cfa09bb9bf9b6a853aea0a938d341d
-SIZE (gnome2/libgnomeui-2.11.1.tar.bz2) = 1754424
+MD5 (gnome2/libgnomeui-2.11.2.tar.bz2) = 029928502654b82aca140a608422ffed
+SIZE (gnome2/libgnomeui-2.11.2.tar.bz2) = 1813249
diff --git a/x11-toolkits/libgnomeui/files/patch-file-chooser::gtkfilesystemgnomevfs.c b/x11-toolkits/libgnomeui/files/patch-file-chooser::gtkfilesystemgnomevfs.c
deleted file mode 100644
index 9afa53505..000000000
--- a/x11-toolkits/libgnomeui/files/patch-file-chooser::gtkfilesystemgnomevfs.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- file-chooser/gtkfilesystemgnomevfs.c.orig Sun Mar 20 20:58:22 2005
-+++ file-chooser/gtkfilesystemgnomevfs.c Sun Mar 20 20:59:03 2005
-@@ -2536,13 +2536,20 @@
- GtkFileSystemGnomeVFS *system_vfs;
- GConfValue *value;
-
-+ GDK_THREADS_ENTER();
-+
- system_vfs = GTK_FILE_SYSTEM_GNOME_VFS (data);
-
- if (strcmp (gconf_entry_get_key (entry), BOOKMARKS_KEY) != 0)
-- return;
-+ {
-+ GDK_THREADS_LEAVE();
-+ return;
-+ }
-
- value = gconf_entry_get_value (entry);
- set_bookmarks_from_value (system_vfs, value, TRUE);
-+
-+ GDK_THREADS_LEAVE();
- }
- #endif
-
diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist
index 5d1c7f66e..6a00922dd 100644
--- a/x11-toolkits/libgnomeui/pkg-plist
+++ b/x11-toolkits/libgnomeui/pkg-plist
@@ -53,7 +53,7 @@ lib/gtk-2.0/%%GTK_VERSION%%/filesystems/libgnome-vfs.so
lib/libglade/2.0/libgnome.so
lib/libgnomeui-2.a
lib/libgnomeui-2.so
-lib/libgnomeui-2.so.1100
+lib/libgnomeui-2.so.0
libdata/pkgconfig/libgnomeui-2.0.pc
libexec/gnome_segv2
%%DOCSDIR%%/GnomeAbout.html
@@ -217,6 +217,7 @@ share/locale/sr@Latn/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo
+share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo
share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo