Received: by mail.netbsd.org (Postfix, from userid 605) id 885E284E19; Fri, 15 Oct 2021 15:06:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3DE284D79 for ; Fri, 15 Oct 2021 15:06:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ELekNAm4a-Wi for ; Fri, 15 Oct 2021 15:06:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2549A84D1C for ; Fri, 15 Oct 2021 15:06:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22A10FA94; Fri, 15 Oct 2021 15:06:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634310392241770" MIME-Version: 1.0 Date: Fri, 15 Oct 2021 15:06:32 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20211015150632.22A10FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634310392241770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Oct 15 15:06:32 UTC 2021 Modified Files: pkgsrc/graphics/gimp: Makefile Log Message: gimp: needs gegl-0.4.32 or later To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 pkgsrc/graphics/gimp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634310392241770 Content-Disposition: inline Content-Length: 871 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gimp/Makefile diff -u pkgsrc/graphics/gimp/Makefile:1.352 pkgsrc/graphics/gimp/Makefile:1.353 --- pkgsrc/graphics/gimp/Makefile:1.352 Sat Oct 9 15:35:06 2021 +++ pkgsrc/graphics/gimp/Makefile Fri Oct 15 15:06:31 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.352 2021/10/09 15:35:06 nia Exp $ +# $NetBSD: Makefile,v 1.353 2021/10/15 15:06:31 bsiegert Exp $ DISTNAME= gimp-2.10.28 PKGREVISION= 1 @@ -74,7 +74,7 @@ BUILDLINK_API_DEPENDS.fontconfig+= fontc .include "../../graphics/hicolor-icon-theme/buildlink3.mk" BUILDLINK_API_DEPENDS.babl+= babl>=0.1.78 .include "../../graphics/babl/buildlink3.mk" -BUILDLINK_API_DEPENDS.gegl+= gegl>=0.4.24 +BUILDLINK_API_DEPENDS.gegl+= gegl>=0.4.32 .include "../../graphics/gegl/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/gexiv2/buildlink3.mk" --_----------=_1634310392241770--