From 2fa94932e5440bedbb3490a6c55bf82afd68dbf7 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 23 Nov 2015 21:28:10 +0000 Subject: [PATCH] Update gimp to 2.8.16, 20 years gimp anniversary edition. --- graphics/gimp-app/Makefile | 6 +++--- graphics/gimp-app/distinfo | 4 ++-- graphics/gimp-app/pkg-plist | 13 +++++++++++++ graphics/gimp/Makefile | 3 +-- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 89614057fae0..81a21f006417 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.8.14 -PORTREVISION?= 4 +PORTVERSION= 2.8.16 +PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -48,7 +48,7 @@ LIBS+= -L${LOCALBASE}/lib CPE_PRODUCT= gimp CPE_VENDOR= gnu -PLIST_SUB+= LIBVER=0.800.14 +PLIST_SUB+= LIBVER=0.800.16 .if !defined(GIMP_SLAVE) diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index 2e8f19b18b34..72e143a25300 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,2 +1,2 @@ -SHA256 (gimp-2.8.14.tar.bz2) = d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d -SIZE (gimp-2.8.14.tar.bz2) = 20440077 +SHA256 (gimp-2.8.16.tar.bz2) = 95e3857bd0b5162cf8d1eda8c78b741eef968c3e3ac6c1195aaac2a4e2574fb7 +SIZE (gimp-2.8.16.tar.bz2) = 20847212 diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 29527b2a9305..f62c20a1e70e 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -1811,6 +1811,12 @@ share/icons/hicolor/256x256/apps/gimp.png share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/48x48/apps/gimp.png share/locale/am/LC_MESSAGES/gimp20.mo +share/locale/an/LC_MESSAGES/gimp20-libgimp.mo +share/locale/an/LC_MESSAGES/gimp20-python.mo +share/locale/an/LC_MESSAGES/gimp20-script-fu.mo +share/locale/an/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/an/LC_MESSAGES/gimp20-tips.mo +share/locale/an/LC_MESSAGES/gimp20.mo share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo share/locale/ar/LC_MESSAGES/gimp20-python.mo share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo @@ -1840,6 +1846,12 @@ share/locale/br/LC_MESSAGES/gimp20-script-fu.mo share/locale/br/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/br/LC_MESSAGES/gimp20-tips.mo share/locale/br/LC_MESSAGES/gimp20.mo +share/locale/bs/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bs/LC_MESSAGES/gimp20-python.mo +share/locale/bs/LC_MESSAGES/gimp20-script-fu.mo +share/locale/bs/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bs/LC_MESSAGES/gimp20-tips.mo +share/locale/bs/LC_MESSAGES/gimp20.mo share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo share/locale/ca/LC_MESSAGES/gimp20-python.mo share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo @@ -2075,6 +2087,7 @@ share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo share/locale/oc/LC_MESSAGES/gimp20-python.mo share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/oc/LC_MESSAGES/gimp20-tips.mo share/locale/oc/LC_MESSAGES/gimp20.mo share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo share/locale/pa/LC_MESSAGES/gimp20-python.mo diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 299c008c5d57..16b7c9c42bbe 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,9 +1,8 @@ # Created by: erich@FreeBSD.org # $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.22 2012/11/26 13:31:16 kwm Exp $ PORTNAME= gimp -DISTVERSION?= 2.8.14 +DISTVERSION?= 2.8.16 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome