From owner-svn-ports-head@freebsd.org Sat Jan 16 01:28:28 2021 Return-Path: Delivered-To: svn-ports-head@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 964BE46B313; Sat, 16 Jan 2021 01:28:28 +0000 (UTC) (envelope-from fluffy@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DHgRc3m2Pz4c6t; Sat, 16 Jan 2021 01:28:28 +0000 (UTC) (envelope-from fluffy@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 71F9125FE5; Sat, 16 Jan 2021 01:28:28 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10G1SSag021413; Sat, 16 Jan 2021 01:28:28 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10G1SR0w021410; Sat, 16 Jan 2021 01:28:27 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202101160128.10G1SR0w021410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 16 Jan 2021 01:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561698 - in head/graphics: gimp gimp-app X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head/graphics: gimp gimp-app X-SVN-Commit-Revision: 561698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2021 01:28:28 -0000 Author: fluffy Date: Sat Jan 16 01:28:27 2021 New Revision: 561698 URL: https://svnweb.freebsd.org/changeset/ports/561698 Log: graphics/gimp[-app]: update to 2.10.22 With hat: desktop Submitted by: Sergey Golyashov via im Modified: head/graphics/gimp-app/Makefile head/graphics/gimp-app/distinfo head/graphics/gimp/Makefile Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat Jan 16 01:14:54 2021 (r561697) +++ head/graphics/gimp-app/Makefile Sat Jan 16 01:28:27 2021 (r561698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.10.20 -PORTREVISION= 16 +PORTVERSION= 2.10.22 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -132,7 +131,8 @@ SIMD_CONFIGURE_OFF= --disable-mmx \ WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp -WMF_LIB_DEPENDS= libwmf.so:graphics/libwmf +WMF_LIB_DEPENDS= libwmf.so:graphics/libwmf \ + libexpat.so:textproc/expat2 WMF_CONFIGURE_WITH= wmf .endif Modified: head/graphics/gimp-app/distinfo ============================================================================== --- head/graphics/gimp-app/distinfo Sat Jan 16 01:14:54 2021 (r561697) +++ head/graphics/gimp-app/distinfo Sat Jan 16 01:28:27 2021 (r561698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592236416 -SHA256 (gimp-2.10.20.tar.bz2) = e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c -SIZE (gimp-2.10.20.tar.bz2) = 33108938 +TIMESTAMP = 1610695492 +SHA256 (gimp-2.10.22.tar.bz2) = 2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb +SIZE (gimp-2.10.22.tar.bz2) = 33152226 Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Sat Jan 16 01:14:54 2021 (r561697) +++ head/graphics/gimp/Makefile Sat Jan 16 01:28:27 2021 (r561698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -DISTVERSION?= 2.10.20 -PORTREVISION= 1 +DISTVERSION?= 2.10.22 PORTEPOCH?= 2 CATEGORIES= graphics gnome