diff options
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_gtkfilechooserdefault.c | 17 |
3 files changed, 4 insertions, 21 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 1cfb249a4..c8cfd5e3e 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.65 2005/08/03 22:25:06 marcus Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.66 2005/08/13 21:20:55 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \ ftp://ftp.gtk.org/pub/gtk/v2.8/ \ diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 87403cd42..287efe655 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gtk+-2.8.0.tar.bz2) = e169d35239bf9d23bdd84c473e3c4917 -SIZE (gnome2/gtk+-2.8.0.tar.bz2) = 11810118 +MD5 (gnome2/gtk+-2.8.1.tar.bz2) = 62ffb0e555dcc4eee3eba5e3214897e3 +SIZE (gnome2/gtk+-2.8.1.tar.bz2) = 11802868 diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkfilechooserdefault.c b/x11-toolkits/gtk20/files/patch-gtk_gtkfilechooserdefault.c deleted file mode 100644 index 320851660..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtkfilechooserdefault.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gtk/gtkfilechooserdefault.c.orig Wed Jul 27 15:02:39 2005 -+++ gtk/gtkfilechooserdefault.c Wed Jul 27 15:02:55 2005 -@@ -1419,13 +1419,13 @@ shortcuts_append_desktop (GtkFileChooser - { - char *name; - GtkFilePath *path; -+ const char *home = g_get_home_dir (); - - profile_start ("start", NULL); - - #ifdef G_OS_WIN32 - name = _gtk_file_system_win32_get_desktop (); - #else -- const char *home = g_get_home_dir (); - if (home == NULL) - { - profile_end ("end - no home directory!?", NULL); |