From owner-svn-ports-all@freebsd.org Fri Dec 27 14:39:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B2C51EE35A; Fri, 27 Dec 2019 14:39:46 +0000 (UTC) (envelope-from bapt@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 47kqGp1LY0z496G; Fri, 27 Dec 2019 14:39:46 +0000 (UTC) (envelope-from bapt@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 295791A47D; Fri, 27 Dec 2019 14:39:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBREdkOj026915; Fri, 27 Dec 2019 14:39:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBREdjNR026909; Fri, 27 Dec 2019 14:39:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201912271439.xBREdjNR026909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 27 Dec 2019 14:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520992 - in head/graphics: gimp gimp-app X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/graphics: gimp gimp-app X-SVN-Commit-Revision: 520992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 27 Dec 2019 14:39:46 -0000 Author: bapt Date: Fri Dec 27 14:39:45 2019 New Revision: 520992 URL: https://svnweb.freebsd.org/changeset/ports/520992 Log: Update to 2.10.14 Note that -lm has been added to libs otherwise some plugins fails to build with the following error: ld: error: undefined symbol: floor 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 Fri Dec 27 14:38:46 2019 (r520991) +++ head/graphics/gimp-app/Makefile Fri Dec 27 14:39:45 2019 (r520992) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.10.12 -PORTREVISION= 5 +PORTVERSION= 2.10.14 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -69,7 +68,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gi --without-webkit \ --enable-default-binary CONFIGURE_ENV= GIMP_THREAD_LIBS=-lpthread -LIBS+= -lexecinfo +LIBS+= -lexecinfo -lm CPE_PRODUCT= gimp CPE_VENDOR= gnu Modified: head/graphics/gimp-app/distinfo ============================================================================== --- head/graphics/gimp-app/distinfo Fri Dec 27 14:38:46 2019 (r520991) +++ head/graphics/gimp-app/distinfo Fri Dec 27 14:39:45 2019 (r520992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562677208 -SHA256 (gimp-2.10.12.tar.bz2) = 7d80b58e0784120d57d327294f6a1fda281ff51a61935c2cd764da281acaac71 -SIZE (gimp-2.10.12.tar.bz2) = 32614932 +TIMESTAMP = 1576559594 +SHA256 (gimp-2.10.14.tar.bz2) = df9b0f11c2078eea1de3ebc66529a5d3854c5e28636cd25a8dd077bd9d6ddc54 +SIZE (gimp-2.10.14.tar.bz2) = 32786424 Modified: head/graphics/gimp-app/pkg-plist ============================================================================== --- head/graphics/gimp-app/pkg-plist Fri Dec 27 14:38:46 2019 (r520991) +++ head/graphics/gimp-app/pkg-plist Fri Dec 27 14:39:45 2019 (r520992) @@ -299,7 +299,6 @@ libexec/gimp/2.2/plug-ins/color-enhance/color-enhance libexec/gimp/2.2/plug-ins/colorify/colorify libexec/gimp/2.2/plug-ins/colormap-remap/colormap-remap libexec/gimp/2.2/plug-ins/compose/compose -libexec/gimp/2.2/plug-ins/contrast-normalize/contrast-normalize libexec/gimp/2.2/plug-ins/contrast-retinex/contrast-retinex libexec/gimp/2.2/plug-ins/crop-zealous/crop-zealous libexec/gimp/2.2/plug-ins/curve-bend/curve-bend @@ -308,7 +307,6 @@ libexec/gimp/2.2/plug-ins/depth-merge/depth-merge libexec/gimp/2.2/plug-ins/despeckle/despeckle libexec/gimp/2.2/plug-ins/destripe/destripe libexec/gimp/2.2/plug-ins/edge-dog/edge-dog -libexec/gimp/2.2/plug-ins/edge-neon/edge-neon libexec/gimp/2.2/plug-ins/emboss/emboss %%AA%%libexec/gimp/2.2/plug-ins/file-aa/file-aa libexec/gimp/2.2/plug-ins/file-bmp/file-bmp @@ -383,9 +381,7 @@ libexec/gimp/2.2/plug-ins/map-object/map-object libexec/gimp/2.2/plug-ins/max-rgb/max-rgb libexec/gimp/2.2/plug-ins/metadata-editor/metadata-editor libexec/gimp/2.2/plug-ins/metadata-viewer/metadata-viewer -libexec/gimp/2.2/plug-ins/newsprint/newsprint libexec/gimp/2.2/plug-ins/nl-filter/nl-filter -libexec/gimp/2.2/plug-ins/oilify/oilify libexec/gimp/2.2/plug-ins/pagecurl/pagecurl libexec/gimp/2.2/plug-ins/photocopy/photocopy libexec/gimp/2.2/plug-ins/plugin-browser/plugin-browser @@ -427,6 +423,7 @@ share/doc/gimp/libgimp/GimpProcBrowserDialog.html share/doc/gimp/libgimp/GimpProgressBar.html share/doc/gimp/libgimp/GimpSelectButton.html share/doc/gimp/libgimp/GimpZoomPreview.html +share/doc/gimp/libgimp/api-index-2-10-14.html share/doc/gimp/libgimp/api-index-2-10-2.html share/doc/gimp/libgimp/api-index-2-10-4.html share/doc/gimp/libgimp/api-index-2-10-6.html @@ -526,6 +523,7 @@ share/doc/gimp/libgimp/right.png share/doc/gimp/libgimp/style.css share/doc/gimp/libgimp/up-insensitive.png share/doc/gimp/libgimp/up.png +share/doc/gimp/libgimpbase/api-index-2-10-10.html share/doc/gimp/libgimpbase/api-index-2-10.html share/doc/gimp/libgimpbase/api-index-2-2.html share/doc/gimp/libgimpbase/api-index-2-4.html @@ -536,6 +534,8 @@ share/doc/gimp/libgimpbase/home.png share/doc/gimp/libgimpbase/index.html share/doc/gimp/libgimpbase/left-insensitive.png share/doc/gimp/libgimpbase/left.png +share/doc/gimp/libgimpbase/libgimpbase-GimpMetadata.html +share/doc/gimp/libgimpbase/libgimpbase-GimpParasite.html share/doc/gimp/libgimpbase/libgimpbase-GimpValueArray.html share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html @@ -545,9 +545,7 @@ share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.h share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html -share/doc/gimp/libgimpbase/libgimpbase-gimpmetadata.html share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html @@ -561,6 +559,7 @@ share/doc/gimp/libgimpbase/right.png share/doc/gimp/libgimpbase/style.css share/doc/gimp/libgimpbase/up-insensitive.png share/doc/gimp/libgimpbase/up.png +share/doc/gimp/libgimpcolor/GimpColorManaged.html share/doc/gimp/libgimpcolor/api-index-2-10.html share/doc/gimp/libgimpcolor/api-index-2-2.html share/doc/gimp/libgimpcolor/api-index-2-4.html @@ -576,7 +575,6 @@ share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveS share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpCairo.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorProfile.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorTransform.html Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Fri Dec 27 14:38:46 2019 (r520991) +++ head/graphics/gimp/Makefile Fri Dec 27 14:39:45 2019 (r520992) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -DISTVERSION?= 2.10.12 -PORTREVISION?= 1 +DISTVERSION?= 2.10.14 PORTEPOCH?= 2 CATEGORIES= graphics gnome