diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-30 18:42:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-30 18:42:11 +0800 |
commit | 28f19517e1cbc59f3b89951b84d0359df0d2978d (patch) | |
tree | 512fa10d942c2eee11d39f3cd35ddc5388e33eae /x11-toolkits | |
parent | b64ff37c30d4c72cf32c0acaa9b3be5e55f59a2d (diff) | |
download | marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.gz marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.bz2 marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.lz marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.xz marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.tar.zst marcuscom-ports-28f19517e1cbc59f3b89951b84d0359df0d2978d.zip |
Update to 2.17.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12355 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ai | 12 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 1 |
5 files changed, 17 insertions, 16 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 2d18efe06..0bc0ea16e 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.155 2009/05/10 18:34:41 marcus Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.156 2009/05/18 17:16:15 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.17.0 -PORTREVISION?= 1 +PORTVERSION= 2.17.1 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 1d3becb3b..493c7329d 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtk+-2.17.0.tar.bz2) = a1a1f0b66a240c31cb2733643f9170ba -SHA256 (gnome2/gtk+-2.17.0.tar.bz2) = 6e686f9108b0d8e2ceb71fc610f8b58b31420217a35e04864e8cdbdebead7522 -SIZE (gnome2/gtk+-2.17.0.tar.bz2) = 18301390 +MD5 (gnome2/gtk+-2.17.1.tar.bz2) = ba8f8bf549be224b124a9efa745d9240 +SHA256 (gnome2/gtk+-2.17.1.tar.bz2) = 2904dbab90e56150b643475ff9b5a92fbfb555a49756b33d9823d63b457907e4 +SIZE (gnome2/gtk+-2.17.1.tar.bz2) = 18380458 diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai index a7c07057c..90998384a 100644 --- a/x11-toolkits/gtk20/files/patch-ai +++ b/x11-toolkits/gtk20/files/patch-ai @@ -1,11 +1,11 @@ ---- docs/reference/Makefile.in.orig 2008-02-23 10:25:17.000000000 -0500 -+++ docs/reference/Makefile.in 2008-02-23 10:26:36.000000000 -0500 -@@ -372,7 +372,7 @@ +--- docs/reference/Makefile.in.orig 2009-05-30 11:56:11.000000000 +0200 ++++ docs/reference/Makefile.in 2009-05-30 11:59:32.000000000 +0200 +@@ -415,7 +415,7 @@ XVFB_START = \ && DISPLAY=:$$XID && export DISPLAY -SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = # gdk-pixbuf gdk gtk libgail-util ++SUBDIRS = #gdk-pixbuf gdk gtk libgail-util + + GITIGNOREFILES = */*.1 subdir = docs/reference - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c index 354837da5..206257551 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c @@ -1,10 +1,10 @@ ---- gtk/updateiconcache.c.orig 2008-02-16 11:33:25.000000000 -0500 -+++ gtk/updateiconcache.c 2008-02-16 11:33:33.000000000 -0500 -@@ -1477,7 +1477,7 @@ build_cache (const gchar *path) +--- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 ++++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 +@@ -1505,7 +1505,7 @@ opentmp: if (!validate_file (tmp_cache_path)) { g_printerr (_("The generated cache was invalid.\n")); -- //g_unlink (tmp_cache_path); +- /*g_unlink (tmp_cache_path);*/ + g_unlink (tmp_cache_path); exit (1); } diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 830f0e739..a318a64e1 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -431,6 +431,7 @@ share/gtk-2.0/demo/iconview.c share/gtk-2.0/demo/iconview_edit.c share/gtk-2.0/demo/images.c share/gtk-2.0/demo/list_store.c +share/gtk-2.0/demo/links.c share/gtk-2.0/demo/menus.c share/gtk-2.0/demo/panes.c share/gtk-2.0/demo/pickers.c |