Received: by mail.netbsd.org (Postfix, from userid 605) id C4BA584D9A; Tue, 5 Mar 2019 16:30:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 443CF84D9D for ; Tue, 5 Mar 2019 16:30:40 +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 FUX9GX1iTA1w for ; Tue, 5 Mar 2019 16:30:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BADE84DF1 for ; Tue, 5 Mar 2019 16:30:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99A91FB16; Tue, 5 Mar 2019 16:30:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551803439163480" MIME-Version: 1.0 Date: Tue, 5 Mar 2019 16:30:39 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-ppx_derivers To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190305163039.99A91FB16@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. --_----------=_1551803439163480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Tue Mar 5 16:30:39 UTC 2019 Modified Files: pkgsrc/devel/ocaml-ppx_derivers: Makefile PLIST buildlink3.mk Log Message: Updated package devel/ocaml-ppx_derivers for dune compatibility. Package now compatible with dune 1.7; revbump. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-ppx_derivers/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_derivers/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551803439163480 Content-Disposition: inline Content-Length: 2634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-ppx_derivers/Makefile diff -u pkgsrc/devel/ocaml-ppx_derivers/Makefile:1.8 pkgsrc/devel/ocaml-ppx_derivers/Makefile:1.9 --- pkgsrc/devel/ocaml-ppx_derivers/Makefile:1.8 Tue Nov 27 17:36:10 2018 +++ pkgsrc/devel/ocaml-ppx_derivers/Makefile Tue Mar 5 16:30:39 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/11/27 17:36:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2019/03/05 16:30:39 jaapb Exp $ GITHUB_PROJECT= ppx_derivers DISTNAME= ${GITHUB_PROJECT}-1.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} Index: pkgsrc/devel/ocaml-ppx_derivers/PLIST diff -u pkgsrc/devel/ocaml-ppx_derivers/PLIST:1.3 pkgsrc/devel/ocaml-ppx_derivers/PLIST:1.4 --- pkgsrc/devel/ocaml-ppx_derivers/PLIST:1.3 Wed May 9 14:37:14 2018 +++ pkgsrc/devel/ocaml-ppx_derivers/PLIST Tue Mar 5 16:30:39 2019 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2018/05/09 14:37:14 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/03/05 16:30:39 jaapb Exp $ ${OCAML_SITELIB}/ppx_derivers/META +${OCAML_SITELIB}/ppx_derivers/dune-package ${OCAML_SITELIB}/ppx_derivers/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.a ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cma @@ -9,7 +10,6 @@ ${OCAML_SITELIB}/ppx_derivers/ppx_derive ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmxs -${OCAML_SITELIB}/ppx_derivers/ppx_derivers.dune ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.ml ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.mli share/doc/ppx_derivers/CHANGES.md Index: pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk diff -u pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk:1.5 pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk:1.6 --- pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk:1.5 Tue Nov 27 17:36:10 2018 +++ pkgsrc/devel/ocaml-ppx_derivers/buildlink3.mk Tue Mar 5 16:30:39 2019 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/11/27 17:36:10 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:30:39 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_derivers @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_derivers OCAML_PPX_DERIVERS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.0 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2nb3 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2nb4 BUILDLINK_PKGSRCDIR.ocaml-ppx_derivers?= ../../devel/ocaml-ppx_derivers .endif # OCAML_PPX_DERIVERS_BUILDLINK3_MK --_----------=_1551803439163480--