diff options
author | kwm <kwm@FreeBSD.org> | 2015-11-23 21:28:10 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-11-23 21:28:10 +0000 |
commit | c057306c5ef6728307e276dd12f2ac4b8c91f5fb (patch) | |
tree | 24373eb8b193175e48845f54ef3d1c41ee67802c | |
parent | 573e923baf4b9af123b6aa4f56494e9aaccf9c2e (diff) | |
download | FreeBSD-ports-c057306c5ef6728307e276dd12f2ac4b8c91f5fb.zip FreeBSD-ports-c057306c5ef6728307e276dd12f2ac4b8c91f5fb.tar.gz |
Update gimp to 2.8.16, 20 years gimp anniversary edition.
-rw-r--r-- | graphics/gimp-app/Makefile | 6 | ||||
-rw-r--r-- | graphics/gimp-app/distinfo | 4 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 13 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 3 |
4 files changed, 19 insertions, 7 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 8961405..81a21f0 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 2e8f19b..72e143a 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 29527b2..f62c20a 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 299c008..16b7c9c 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 |