diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-09 23:04:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-09 23:04:22 +0800 |
commit | 049199190eef4652f46a509bfe9ce8c11d987996 (patch) | |
tree | 15e62a05363b47ea3ddb16522bcb652d088827a0 /graphics/gimp | |
parent | 844025944df139da562a034e7939bedc3ae16d2a (diff) | |
download | freebsd-ports-gnome-049199190eef4652f46a509bfe9ce8c11d987996.tar.gz freebsd-ports-gnome-049199190eef4652f46a509bfe9ce8c11d987996.tar.zst freebsd-ports-gnome-049199190eef4652f46a509bfe9ce8c11d987996.zip |
Update to 2.8.14.
This fixes a bug in the brush tool [1]
Use new GIMP master site macro.
Drop :keepla from USES=libtool
Remove intltool, libartlgpl2 and gnomehier from USE_GNOME.
Intlhack already implies intltool, gnomehier is obsolete now that pkg
handles directories and libartlgpl2 is unused.
PR: 194532 [1]
Submitted by: Kalten <kalten@gmx.at> [1]
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 39152a72b7b0..9e2f8ac2f276 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,8 +3,8 @@ # $MCom: ports/graphics/gimp/Makefile,v 1.22 2012/11/26 13:31:16 kwm Exp $ PORTNAME= gimp -DISTVERSION?= 2.8.10 -PORTREVISION?= 3 +DISTVERSION?= 2.8.14 +PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty |