diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-28 01:44:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-28 01:44:35 +0800 |
commit | 6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1 (patch) | |
tree | 49719dd3c79f6faf95c7a63bf0662f36df3595d0 /x11-toolkits/gtk20 | |
parent | 3c70036a8d5dc5773fd235bcf223c3b16cbcd871 (diff) | |
download | marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar.gz marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar.bz2 marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar.lz marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar.xz marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.tar.zst marcuscom-ports-6bec11ab889f6ecdf5eda9174bcbeb494eb18ea1.zip |
Update to 2.8.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4874 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c | 13 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 4 |
4 files changed, 8 insertions, 18 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index f38f94c16..c91afe456 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.74 2005/09/13 14:22:35 bland Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.75 2005/09/19 04:07:11 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.8.3 -PORTREVISION= 3 +PORTVERSION= 2.8.4 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 2eccc7898..52efe7a51 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gtk+-2.8.3.tar.bz2) = 1e7a49eaf078af8aeb84369a5fefa8c0 -SIZE (gnome2/gtk+-2.8.3.tar.bz2) = 11765089 +MD5 (gnome2/gtk+-2.8.4.tar.bz2) = ae14972d22ac338d87c56b6075dfd2a4 +SIZE (gnome2/gtk+-2.8.4.tar.bz2) = 11822425 diff --git a/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c deleted file mode 100644 index 00772d885..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/updateiconcache.c.orig Tue Sep 13 22:59:51 2005 -+++ gtk/updateiconcache.c Tue Sep 13 22:58:33 2005 -@@ -144,9 +144,9 @@ - if (image->flags == HAS_ICON_FILE) - { - g_free (key); -- g_free (image); - g_free (image->attach_points); - g_strfreev (image->display_names); -+ g_free (image); - - return TRUE; - } diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 9eb174052..a7a06be2c 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -388,6 +388,8 @@ share/locale/ja/LC_MESSAGES/gtk20-properties.mo share/locale/ja/LC_MESSAGES/gtk20.mo share/locale/ko/LC_MESSAGES/gtk20-properties.mo share/locale/ko/LC_MESSAGES/gtk20.mo +share/locale/ku/LC_MESSAGES/gtk20-properties.mo +share/locale/ku/LC_MESSAGES/gtk20.mo share/locale/li/LC_MESSAGES/gtk20-properties.mo share/locale/li/LC_MESSAGES/gtk20.mo share/locale/lt/LC_MESSAGES/gtk20-properties.mo @@ -514,6 +516,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc @unexec rmdir %D/share/locale/mr 2> /dev/null || true @unexec rmdir %D/share/locale/mi/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/mi 2> /dev/null || true +@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ku 2> /dev/null || true @unexec rmdir %D/share/locale/ia/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ia 2> /dev/null || true @unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true |