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/py-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/py-gimp')
-rw-r--r-- | graphics/py-gimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 3028cb781f1e..a1758fd1eef3 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/graphics/py-gimp/Makefile,v 1.6 2009/08/25 00:06:39 marcus Exp $ -PORTREVISION= 2 +PORTREVISION= 0 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |