svn commit: r321699 - in head/graphics: gimp gimp-app
Koop Mast
kwm at FreeBSD.org
Mon Jun 24 18:24:32 UTC 2013
Author: kwm
Date: Mon Jun 24 18:24:31 2013
New Revision: 321699
URL: http://svnweb.freebsd.org/changeset/ports/321699
Log:
Update to 2.8.6.
Bug fix and translations update.
Changelog: https://git.gnome.org/browse/gimp/plain/NEWS?h=gimp-2-8
Utilize USES=desktop-file-utils
Modified:
head/graphics/gimp-app/Makefile
head/graphics/gimp-app/distinfo
head/graphics/gimp-app/pkg-plist
head/graphics/gimp/Makefile
Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile Mon Jun 24 18:23:04 2013 (r321698)
+++ head/graphics/gimp-app/Makefile Mon Jun 24 18:24:31 2013 (r321699)
@@ -3,8 +3,8 @@
# $MCom: ports/graphics/gimp-app/Makefile,v 1.65 2012/12/30 18:09:11 mezz Exp $
PORTNAME= gimp-app
-PORTVERSION= 2.8.4
-PORTREVISION?= 1
+PORTVERSION= 2.8.6
+PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -38,7 +38,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME+= intltool intlhack gtk20 libartlgpl2 ltverhack gnomehier \
desktopfileutils
-USES= pathfix pkgconfig gettext
+USES= desktop-file-utils gettext pathfix pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
@@ -197,7 +197,4 @@ post-patch:
-e 's|x86_64|amd64|g' \
${WRKSRC}/configure
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/graphics/gimp-app/distinfo
==============================================================================
--- head/graphics/gimp-app/distinfo Mon Jun 24 18:23:04 2013 (r321698)
+++ head/graphics/gimp-app/distinfo Mon Jun 24 18:24:31 2013 (r321699)
@@ -1,2 +1,2 @@
-SHA256 (gimp-2.8.4.tar.bz2) = e24a9f826e7c30edb83d96f4cf4787cf1a0ed98f28ea947d19736b4f49787ab5
-SIZE (gimp-2.8.4.tar.bz2) = 20214383
+SHA256 (gimp-2.8.6.tar.bz2) = 215865b0ff4534bbced551995ae3093ede1918246ead914984603a5c1a5be845
+SIZE (gimp-2.8.6.tar.bz2) = 20306442
Modified: head/graphics/gimp-app/pkg-plist
==============================================================================
--- head/graphics/gimp-app/pkg-plist Mon Jun 24 18:23:04 2013 (r321698)
+++ head/graphics/gimp-app/pkg-plist Mon Jun 24 18:24:31 2013 (r321699)
@@ -1227,6 +1227,7 @@ share/gimp/dynamics/Basic/Pen-Generic.gd
share/gimp/dynamics/Basic/Pencil-Generic.gdyn
share/gimp/dynamics/Basic/Pencil-Shader.gdyn
share/gimp/dynamics/Basic/Pressure-Opacity.gdyn
+share/gimp/dynamics/Color-From-Gradient.gdyn
share/gimp/dynamics/Dynamics-Off.gdyn
share/gimp/dynamics/FX/Confetti.gdyn
share/gimp/dynamics/FX/Perspective.gdyn
@@ -1774,6 +1775,7 @@ share/gimp/tool-presets/FX/Fill-Paper.gt
share/gimp/tool-presets/FX/Glow-Lights.gtp
share/gimp/tool-presets/FX/Smooth-Clone.gtp
share/gimp/tool-presets/FX/Vignette.gtp
+share/gimp/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp
share/gimp/tool-presets/Paint/Airbrush.gtp
share/gimp/tool-presets/Paint/Basic-Knife.gtp
share/gimp/tool-presets/Paint/Basic-Round-Detail.gtp
@@ -1781,6 +1783,8 @@ share/gimp/tool-presets/Paint/Basic-Roun
share/gimp/tool-presets/Paint/Bristles.gtp
share/gimp/tool-presets/Paint/Eraser-Hard.gtp
share/gimp/tool-presets/Paint/Noise.gtp
+share/gimp/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp
+share/gimp/tool-presets/Paint/Pencil-Color-From-Gradient.gtp
share/gimp/tool-presets/Paint/Smudge-Rough.gtp
share/gimp/tool-presets/Paint/Smudge-Soft.gtp
share/gimp/tool-presets/Paint/Soft-Oil.gtp
@@ -2297,6 +2301,4 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo
@dirrm include/gimp-2.0
@dirrm etc/gimp/2.2
@dirrm etc/gimp
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@exec mkdir -p %D/share/gimp/fonts
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile Mon Jun 24 18:23:04 2013 (r321698)
+++ head/graphics/gimp/Makefile Mon Jun 24 18:24:31 2013 (r321699)
@@ -3,7 +3,7 @@
# $MCom: ports/graphics/gimp/Makefile,v 1.22 2012/11/26 13:31:16 kwm Exp $
PORTNAME= gimp
-DISTVERSION?= 2.8.4
+DISTVERSION?= 2.8.6
PORTREVISION?= 0
PORTEPOCH?= 2
CATEGORIES= graphics gnome
More information about the svn-ports-all
mailing list