diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-11 14:35:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-11 14:35:52 +0800 |
commit | 8c92ac50314bdaf22cc6193d92fed9910113c62a (patch) | |
tree | ece38016cb221fd35e81070b11ce14a32903c78e /x11-toolkits/gtk20/Makefile | |
parent | fa5ce0c65715e3aaa26a9fa64de59cf3cd326427 (diff) | |
download | freebsd-ports-gnome-8c92ac50314bdaf22cc6193d92fed9910113c62a.tar.gz freebsd-ports-gnome-8c92ac50314bdaf22cc6193d92fed9910113c62a.tar.zst freebsd-ports-gnome-8c92ac50314bdaf22cc6193d92fed9910113c62a.zip |
- Update to 2.6.6
From Release:
This is a bug fix release and is source and binary compatible
with 2.6.0. The main reason for this quick release is to fix
problems with stock images in GTK+ 2.6.5.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index b1173b409e7d..d5429e0b74b2 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.6.5 -PORTREVISION= 1 +PORTVERSION= 2.6.6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.6,} \ ftp://ftp.gtk.org/pub/gtk/v2.6/ \ |