diff options
author | mezz <mezz@FreeBSD.org> | 2010-06-25 01:12:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-06-25 01:12:10 +0800 |
commit | f59e992f60a19f29c8d0ef1e9f5d079ed9fa058f (patch) | |
tree | e93f1fb470fc8950ad1fe8e84007b484c823bbfc /graphics/gimp | |
parent | 5002578ba9bf5aff8a718d15975e1229f2631cfe (diff) | |
download | freebsd-ports-gnome-f59e992f60a19f29c8d0ef1e9f5d079ed9fa058f.tar.gz freebsd-ports-gnome-f59e992f60a19f29c8d0ef1e9f5d079ed9fa058f.tar.zst freebsd-ports-gnome-f59e992f60a19f29c8d0ef1e9f5d079ed9fa058f.zip |
Update to 2.6.9, it has a few of fixes with the up to date GTK+2. Only bugs
fix with no new feature in this release, see here:
http://developer.gimp.org/NEWS-2.6
PR: ports/147859
Reported by: Warren Block <wblock@wonkity.com>
Feature safe: yes
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 2a7c9337af82..6295eab7bd9a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,8 +7,8 @@ # PORTNAME= gimp -DISTVERSION?= 2.6.8 -PORTREVISION?= 2 +DISTVERSION?= 2.6.9 +PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty |