Received: by mail.netbsd.org (Postfix, from userid 605) id 4E98784E52; Wed, 9 May 2018 15:53:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA49584E4F for ; Wed, 9 May 2018 15:53:29 +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 UMCFnTgGS8_o for ; Wed, 9 May 2018 15:53:29 +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 27B6E84E43 for ; Wed, 9 May 2018 15:53:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21321FBEC; Wed, 9 May 2018 15:53:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15258812097370" MIME-Version: 1.0 Date: Wed, 9 May 2018 15:53:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180509155329.21321FBEC@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. --_----------=_15258812097370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 9 15:53:29 UTC 2018 Modified Files: pkgsrc/graphics/gimp: Makefile Log Message: gimp: add missing build dependency To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 pkgsrc/graphics/gimp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15258812097370 Content-Disposition: inline Content-Length: 797 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.280 pkgsrc/graphics/gimp/Makefile:1.281 --- pkgsrc/graphics/gimp/Makefile:1.280 Mon Apr 30 05:12:51 2018 +++ pkgsrc/graphics/gimp/Makefile Wed May 9 15:53:28 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2018/04/30 05:12:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.281 2018/05/09 15:53:28 wiz Exp $ DISTNAME= gimp-2.10.0 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= https://www.gimp.org/ COMMENT= The GNU image manipulation program LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 -BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking CONFLICTS+= gimp<=1.2.3 --_----------=_15258812097370--