Received: by mail.netbsd.org (Postfix, from userid 605) id F1EE584D85; Tue, 25 Jun 2019 18:17:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A32684D84 for ; Tue, 25 Jun 2019 18:17:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pwJMEuA64lSV for ; Tue, 25 Jun 2019 18:17:23 +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 D30C984CDF for ; Tue, 25 Jun 2019 18:17:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC3B1FBF4; Tue, 25 Jun 2019 18:17:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1561486642293620" MIME-Version: 1.0 Date: Tue, 25 Jun 2019 18:17:22 +0000 From: "Robert Swindells" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: rjs@netbsd.org X-Mailer: log_accum Message-Id: <20190625181722.CC3B1FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1561486642293620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rjs Date: Tue Jun 25 18:17:22 UTC 2019 Modified Files: pkgsrc/graphics/gimp: Makefile Log Message: Make required babl version match configure script. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 pkgsrc/graphics/gimp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1561486642293620 Content-Disposition: inline Content-Length: 889 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.308 pkgsrc/graphics/gimp/Makefile:1.309 --- pkgsrc/graphics/gimp/Makefile:1.308 Tue Jun 18 14:29:20 2019 +++ pkgsrc/graphics/gimp/Makefile Tue Jun 25 18:17:22 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.308 2019/06/18 14:29:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.309 2019/06/25 18:17:22 rjs Exp $ DISTNAME= gimp-2.10.12 CATEGORIES= graphics @@ -61,7 +61,7 @@ BUILDLINK_API_DEPENDS.freetype2+= freety BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.12.4 .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -BUILDLINK_API_DEPENDS.babl+= babl>=0.1.50 +BUILDLINK_API_DEPENDS.babl+= babl>=0.1.66 .include "../../graphics/babl/buildlink3.mk" BUILDLINK_API_DEPENDS.gegl+= gegl>=0.4.2 .include "../../graphics/gegl/buildlink3.mk" --_----------=_1561486642293620--