summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-08-30 06:37:41 +0000
committeradam <adam>2014-08-30 06:37:41 +0000
commitd5f233a3881fe06a301fac589c62febeb2f4aa1e (patch)
tree6aaeb336a9b16eab341d1f1bbbc59245b2e3af10 /graphics/gimp/Makefile
parentaf50e2584f069624fcc11550555f433b629a190b (diff)
downloadpkgsrc-d5f233a3881fe06a301fac589c62febeb2f4aa1e.tar.gz
Changes 2.8.14:
- Fix libtool versioning (forgot to bump gimp_interface_age) Changes 2.8.12: Core: - OSX: Fix migration code for old GIMP directories - Fix brush sizes when used from plug-ins - Windows: Allow to Explorer-open files with UTF-8 characters in the filename - Make XCF loading more robust against broken files GUI: - Make sure the widget direction matches the GUI language - Remove the option to disable the warning when closing a modified image - Fix canvas overlay widgets (like the text options) for tablets - Make DND work between images in one dockable Libgimp: - Make gimp_image_get_name() return the string used for the image title Plug-ins: - Make script-fu-server more secure by listening to 127.0.0.1 by default and add a warning about changing that IP. This breaks the procedure's API, but for security reasons. - Bring back proper script-fu translations General: - Massively clean up and fix the OSX build and bundle - Add Jenkins tutorial - Documentation updates - Bug fixes - Translation updates
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 83280e64fe1..92da745e1c1 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.245 2014/08/19 10:42:55 wiz Exp $
+# $NetBSD: Makefile,v 1.246 2014/08/30 06:37:41 adam Exp $
-DISTNAME= gimp-2.8.10
-PKGREVISION= 3
+DISTNAME= gimp-2.8.14
CATEGORIES= graphics
MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \