diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-19 02:21:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-19 02:21:47 +0800 |
commit | 2508622eb74322a7a1b3697c087db4a1df2a8832 (patch) | |
tree | 9b41fa4d3f8b35412e306dbc672ade37455336ba /x11-toolkits/gtk20/Makefile | |
parent | ed5e31d529ed91dbc9179a23cdca91c7db7c1da1 (diff) | |
download | freebsd-ports-gnome-2508622eb74322a7a1b3697c087db4a1df2a8832.tar.gz freebsd-ports-gnome-2508622eb74322a7a1b3697c087db4a1df2a8832.tar.zst freebsd-ports-gnome-2508622eb74322a7a1b3697c087db4a1df2a8832.zip |
Fix a double free that could cause a crash in applications that make use
of the GTK+ recent items code.
Obtained from: GNOME SVN
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 1a7e5ee99a4a..a7f0568c0d0d 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.10.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ \ |