Date: Mon, 23 Nov 2015 21:28:10 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402331 - in head/graphics: gimp gimp-app Message-ID: <201511232128.tANLSACg025032@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Nov 23 21:28:10 2015 New Revision: 402331 URL: https://svnweb.freebsd.org/changeset/ports/402331 Log: Update gimp to 2.8.16, 20 years gimp anniversary edition. 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 Nov 23 21:21:37 2015 (r402330) +++ head/graphics/gimp-app/Makefile Mon Nov 23 21:28:10 2015 (r402331) @@ -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) Modified: head/graphics/gimp-app/distinfo ============================================================================== --- head/graphics/gimp-app/distinfo Mon Nov 23 21:21:37 2015 (r402330) +++ head/graphics/gimp-app/distinfo Mon Nov 23 21:28:10 2015 (r402331) @@ -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 Modified: head/graphics/gimp-app/pkg-plist ============================================================================== --- head/graphics/gimp-app/pkg-plist Mon Nov 23 21:21:37 2015 (r402330) +++ head/graphics/gimp-app/pkg-plist Mon Nov 23 21:28:10 2015 (r402331) @@ -1811,6 +1811,12 @@ share/icons/hicolor/256x256/apps/gimp.pn 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-scrip 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-libgi 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 Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Mon Nov 23 21:21:37 2015 (r402330) +++ head/graphics/gimp/Makefile Mon Nov 23 21:28:10 2015 (r402331) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511232128.tANLSACg025032>