diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-02 18:50:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-02 18:50:20 +0800 |
commit | b7d7a4504fd7547918c9419f96fc9a90020bf35a (patch) | |
tree | 5d07cdd7bc922e14417951c6df51c9b6e4f05f57 /x11-toolkits | |
parent | dbfb253678e265474e3b57fc11ee1cac38df78bf (diff) | |
download | marcuscom-ports-b7d7a4504fd7547918c9419f96fc9a90020bf35a.tar.gz marcuscom-ports-b7d7a4504fd7547918c9419f96fc9a90020bf35a.tar.zst marcuscom-ports-b7d7a4504fd7547918c9419f96fc9a90020bf35a.zip |
Update to 2.24.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15685 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-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_Makefile.in | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 70cdaaca1..482c14f14 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.221 2011/03/14 18:51:21 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.222 2011/03/14 19:36:12 kwm Exp $ # # Remember to update graphics/gtk-update-icon-cache too. PORTNAME= gtk -PORTVERSION= 2.24.3 +PORTVERSION= 2.24.4 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/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 6d1dbe74a..b8cd4e717 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gtk+-2.24.3.tar.bz2) = 336ddf3dd342cc36bee80dd4f86ef036044a2deb10cda67c8eecf5315b279ef7 -SIZE (gnome2/gtk+-2.24.3.tar.bz2) = 17598600 +SHA256 (gnome2/gtk+-2.24.4.tar.bz2) = 7d3033ad83647079977466d3e8f1a7533f47abd5cc693f01b8797ff43dd407a5 +SIZE (gnome2/gtk+-2.24.4.tar.bz2) = 17607752 diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in index 0672550a9..9846a2751 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in @@ -26,7 +26,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629878 gtk_update_icon_cache_SOURCES = updateiconcache.c STOCK_ICONS = \ stock-icons/16/document-open-recent.png \ -@@ -1601,7 +1600,171 @@ +@@ -1601,7 +1600,171 @@ stock-icons/24/folder-remote.png \ stock-icons/24/user-home.png \ stock-icons/24/user-desktop.png \ @@ -201,8 +201,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629878 @CROSS_COMPILING_FALSE@ ./gtk-update-icon-cache @@ -2873,6 +3036,88 @@ && $(LN_S) folder.png user-desktop.png \ - && $(RM) text-x-generic.png \ - && $(LN_S) document-x-generic.png text-x-generic.png \ + && $(RM) user-home.png.png \ + && $(LN_S) folder.png user-home.png \ + && $(LN_S) application-exit.png gtk-quit.png \ + && $(LN_S) dialog-info.png gtk-info.png \ + && $(LN_S) document-new.png gtk-file.png \ |