diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-17 01:36:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-17 01:36:39 +0800 |
commit | 764b962f6db0d4fbea5de7ab04fc9a6254e39702 (patch) | |
tree | 3d18f5cbd1bbcef5284d9a547923df1dede6e800 /x11-toolkits/gtk20/Makefile | |
parent | 1e2617e678baf3c75dc4fc2b1a8cfe4ae9a4e594 (diff) | |
download | marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar.gz marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar.bz2 marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar.lz marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar.xz marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.tar.zst marcuscom-ports-764b962f6db0d4fbea5de7ab04fc9a6254e39702.zip |
Update to 2.24.5.
Switch to xz distfile.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16078 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 482c14f14..04e106de8 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.222 2011/03/14 19:36:12 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.223 2011/04/02 10:50:20 kwm Exp $ # # Remember to update graphics/gtk-update-icon-cache too. PORTNAME= gtk -PORTVERSION= 2.24.4 +PORTVERSION= 2.24.5 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ @@ -27,7 +27,7 @@ COMMENT= Gimp Toolkit for X11 GUI (previous stable version) LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes +USE_XZ= yes LATEST_LINK= gtk20 .if !defined(REFERENCE_PORT) |