diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-06-24 17:12:10 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-06-24 17:12:10 +0000 |
commit | cf63988922aaa5fc1fdf64084e4ff712b0d44eae (patch) | |
tree | 8f08d247ff0d54ca4374ca3d9728d66e9f149362 /graphics/gimp | |
parent | 9c65bcfc55ccc76feb918dfc6ec38ce25fc5ea5e (diff) |
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
Notes
Notes:
svn path=/head/; revision=256918
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 |