From owner-svn-ports-all@freebsd.org Sat May 11 18:53:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0317A15A4BF0; Sat, 11 May 2019 18:53:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1786D3CD; Sat, 11 May 2019 18:53:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 875251F9A5; Sat, 11 May 2019 18:53:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BIrKNV021543; Sat, 11 May 2019 18:53:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BIrJ5e021538; Sat, 11 May 2019 18:53:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201905111853.x4BIrJ5e021538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 11 May 2019 18:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501288 - in head/graphics: gimp gimp-app py-gimp X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/graphics: gimp gimp-app py-gimp X-SVN-Commit-Revision: 501288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A1786D3CD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2019 18:53:21 -0000 Author: kwm Date: Sat May 11 18:53:19 2019 New Revision: 501288 URL: https://svnweb.freebsd.org/changeset/ports/501288 Log: Update gimp to 2.10.10. Modified: head/graphics/gimp-app/Makefile head/graphics/gimp-app/distinfo head/graphics/gimp-app/pkg-plist head/graphics/gimp/Makefile head/graphics/py-gimp/pkg-plist Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/Makefile Sat May 11 18:53:19 2019 (r501288) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.10.8 -PORTREVISION= 2 +PORTVERSION= 2.10.10 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -34,6 +33,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes + +LIB_DEPENDS+= libjson-glib-1.0.so:devel/json-glib \ + libunwind.so:devel/libunwind GNU_CONFIGURE= yes USES+= compiler:c++14-lang cpe gettext gmake gnome jpeg libtool \ Modified: head/graphics/gimp-app/distinfo ============================================================================== --- head/graphics/gimp-app/distinfo Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/distinfo Sat May 11 18:53:19 2019 (r501288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543063415 -SHA256 (gimp-2.10.8.tar.bz2) = d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b -SIZE (gimp-2.10.8.tar.bz2) = 31954568 +TIMESTAMP = 1555693982 +SHA256 (gimp-2.10.10.tar.bz2) = 12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77 +SIZE (gimp-2.10.10.tar.bz2) = 32408724 Modified: head/graphics/gimp-app/pkg-plist ============================================================================== --- head/graphics/gimp-app/pkg-plist Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp-app/pkg-plist Sat May 11 18:53:19 2019 (r501288) @@ -232,6 +232,7 @@ include/gimp-2.0/libgimpwidgets/gimpruler.h include/gimp-2.0/libgimpwidgets/gimpscaleentry.h include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h include/gimp-2.0/libgimpwidgets/gimpsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpspinbutton.h include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h include/gimp-2.0/libgimpwidgets/gimpunitcombobox.h include/gimp-2.0/libgimpwidgets/gimpunitmenu.h @@ -315,6 +316,7 @@ libexec/gimp/2.2/plug-ins/file-cel/file-cel libexec/gimp/2.2/plug-ins/file-compressor/file-compressor libexec/gimp/2.2/plug-ins/file-csource/file-csource libexec/gimp/2.2/plug-ins/file-darktable/file-darktable +libexec/gimp/2.2/plug-ins/file-dds/file-dds libexec/gimp/2.2/plug-ins/file-desktop-link/file-desktop-link libexec/gimp/2.2/plug-ins/file-dicom/file-dicom %%OPENEXR%%libexec/gimp/2.2/plug-ins/file-exr/file-exr @@ -719,6 +721,7 @@ share/doc/gimp/libgimpwidgets/GimpUnitMenu.html share/doc/gimp/libgimpwidgets/GimpUnitStore.html share/doc/gimp/libgimpwidgets/GimpZoomModel.html share/doc/gimp/libgimpwidgets/api-index-2-10-4.html +share/doc/gimp/libgimpwidgets/api-index-2-10-10.html share/doc/gimp/libgimpwidgets/api-index-2-10.html share/doc/gimp/libgimpwidgets/api-index-2-2.html share/doc/gimp/libgimpwidgets/api-index-2-4.html Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/gimp/Makefile Sat May 11 18:53:19 2019 (r501288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -DISTVERSION?= 2.10.8 +DISTVERSION?= 2.10.10 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome Modified: head/graphics/py-gimp/pkg-plist ============================================================================== --- head/graphics/py-gimp/pkg-plist Sat May 11 18:52:34 2019 (r501287) +++ head/graphics/py-gimp/pkg-plist Sat May 11 18:53:19 2019 (r501288) @@ -12,6 +12,7 @@ libexec/gimp/2.2/plug-ins/py-slice/py-slice.py libexec/gimp/2.2/plug-ins/python-console/pyconsole.py libexec/gimp/2.2/plug-ins/python-console/python-console.py libexec/gimp/2.2/plug-ins/python-eval/python-eval.py +libexec/gimp/2.2/plug-ins/spyro_plus/spyro_plus.py libexec/gimp/2.2/python/_gimpenums.so libexec/gimp/2.2/python/_gimpui.so libexec/gimp/2.2/python/gimp.so