diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-31 06:13:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-31 06:13:04 +0000 |
commit | ed0be2d03db85593addff219931a996a433efe1d (patch) | |
tree | 29923ef3776b21cc6081dec810227f2fe9dc65b5 /x11-toolkits/gtk30 | |
parent | e35773fc8c5fd118931108d1c09b5bd731d48f08 (diff) | |
download | ports-ed0be2d03db85593addff219931a996a433efe1d.tar.gz ports-ed0be2d03db85593addff219931a996a433efe1d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index b11e8f79de62..fc5e59aa1efa 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gtk -PORTVERSION= 2.16.1 +PORTVERSION= 2.16.2 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 0d2a53cdf2af..c9f2646b7b34 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtk+-2.16.1.tar.bz2) = 74e35ff3e6e02c960fe2117a4b6b102f -SHA256 (gnome2/gtk+-2.16.1.tar.bz2) = 2f1f3fbdb2f5f907913838d6efbb595419e370c950838bb7fad51eb0ed776d50 -SIZE (gnome2/gtk+-2.16.1.tar.bz2) = 18297352 +MD5 (gnome2/gtk+-2.16.2.tar.bz2) = 396e98df15f6e4005e360b5710660ce3 +SHA256 (gnome2/gtk+-2.16.2.tar.bz2) = a32e6be7a7847476e775416811e453c036603202818f0f1a73fc521507d5ed1d +SIZE (gnome2/gtk+-2.16.2.tar.bz2) = 18461964 diff --git a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c index 354837da5a4f..9003cc7d095e 100644 --- a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c +++ b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c @@ -4,7 +4,7 @@ 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); } |