Received: by mail.netbsd.org (Postfix, from userid 605) id C77CF84D9A; Tue, 5 Mar 2019 17:27:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50B5884D86 for ; Tue, 5 Mar 2019 17:27:23 +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 Mgtg0MwUx3QI for ; Tue, 5 Mar 2019 17:27:22 +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 A395984D6C for ; Tue, 5 Mar 2019 17:27:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DE6CFB16; Tue, 5 Mar 2019 17:27:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551806842167490" MIME-Version: 1.0 Date: Tue, 5 Mar 2019 17:27:22 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-ppx_deriving To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190305172722.9DE6CFB16@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. --_----------=_1551806842167490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Tue Mar 5 17:27:22 UTC 2019 Modified Files: pkgsrc/devel/ocaml-ppx_deriving: Makefile Log Message: Updated package Makefile for devel/ocaml-ppx_deriving Replaced a DEPENDS= by a buildlink3.mk include. No upstream changes. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ocaml-ppx_deriving/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551806842167490 Content-Disposition: inline Content-Length: 1152 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-ppx_deriving/Makefile diff -u pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.15 pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.16 --- pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.15 Mon Nov 12 16:10:21 2018 +++ pkgsrc/devel/ocaml-ppx_deriving/Makefile Tue Mar 5 17:27:22 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/11/12 16:10:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2019/03/05 17:27:22 jaapb Exp $ GITHUB_PROJECT= ppx_deriving DISTNAME= ${GITHUB_PROJECT}-4.2.1 @@ -13,8 +13,6 @@ HOMEPAGE= https://github.com/ocaml-ppx/p COMMENT= Type-driven code generation for OCaml LICENSE= mit -DEPENDS+= ocaml-ppx_tools-[0-9]*:../../devel/ocaml-ppx_tools - USE_LANGUAGES= c USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes @@ -24,6 +22,7 @@ BUILD_TARGET= build .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" .include "../../devel/ocaml-ppx_derivers/buildlink3.mk" +.include "../../devel/ocaml-ppx_tools/buildlink3.mk" .include "../../devel/ocaml-result/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/ocaml.mk" --_----------=_1551806842167490--