Update to 2.16.2.

This commit is contained in:
Joe Marcus Clarke 2009-05-31 06:13:04 +00:00
parent e35773fc8c
commit ed0be2d03d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234891
6 changed files with 10 additions and 10 deletions

View file

@ -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/}/,} \

View file

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

View file

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

View file

@ -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/}/,} \

View file

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

View file

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