Received: by mail.netbsd.org (Postfix, from userid 605) id E8ED384DA6; Tue, 5 Mar 2019 17:43:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7155E84D6C for ; Tue, 5 Mar 2019 17:43:20 +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 vM_nngIuLlr3 for ; Tue, 5 Mar 2019 17:43:20 +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 E53B984D54 for ; Tue, 5 Mar 2019 17:43:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2F0DFB16; Tue, 5 Mar 2019 17:43:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551807799223200" MIME-Version: 1.0 Date: Tue, 5 Mar 2019 17:43:19 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-lwt_react To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190305174319.E2F0DFB16@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. --_----------=_1551807799223200 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:43:19 UTC 2019 Modified Files: pkgsrc/devel/ocaml-lwt_react: Makefile PLIST buildlink3.mk Log Message: Updated devel/ocaml-lwt_react for dune compatibility. Package now compatible with dune 1.7; revbump. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-lwt_react/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-lwt_react/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-lwt_react/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551807799223200 Content-Disposition: inline Content-Length: 2483 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-lwt_react/Makefile diff -u pkgsrc/devel/ocaml-lwt_react/Makefile:1.6 pkgsrc/devel/ocaml-lwt_react/Makefile:1.7 --- pkgsrc/devel/ocaml-lwt_react/Makefile:1.6 Wed Nov 28 12:00:16 2018 +++ pkgsrc/devel/ocaml-lwt_react/Makefile Tue Mar 5 17:43:19 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2018/11/28 12:00:16 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2019/03/05 17:43:19 jaapb Exp $ .include "../../devel/ocaml-lwt/Makefile.common" PKGNAME= ocaml-lwt_react-1.1.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MAINTAINER= jaapb@NetBSD.org Index: pkgsrc/devel/ocaml-lwt_react/PLIST diff -u pkgsrc/devel/ocaml-lwt_react/PLIST:1.3 pkgsrc/devel/ocaml-lwt_react/PLIST:1.4 --- pkgsrc/devel/ocaml-lwt_react/PLIST:1.3 Thu Jul 19 15:15:23 2018 +++ pkgsrc/devel/ocaml-lwt_react/PLIST Tue Mar 5 17:43:19 2019 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2018/07/19 15:15:23 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/03/05 17:43:19 jaapb Exp $ ${OCAML_SITELIB}/lwt_react/META +${OCAML_SITELIB}/lwt_react/dune-package ${OCAML_SITELIB}/lwt_react/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.a ${OCAML_SITELIB}/lwt_react/lwt_react.cma @@ -9,7 +10,6 @@ ${OCAML_SITELIB}/lwt_react/lwt_react.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxs -${OCAML_SITELIB}/lwt_react/lwt_react.dune ${OCAML_SITELIB}/lwt_react/lwt_react.ml ${OCAML_SITELIB}/lwt_react/lwt_react.mli share/doc/lwt_react/CHANGES Index: pkgsrc/devel/ocaml-lwt_react/buildlink3.mk diff -u pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.5 pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.6 --- pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.5 Wed Nov 28 12:00:16 2018 +++ pkgsrc/devel/ocaml-lwt_react/buildlink3.mk Tue Mar 5 17:43:19 2019 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/11/28 12:00:16 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 17:43:19 jaapb Exp $ BUILDLINK_TREE+= ocaml-lwt_react @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-lwt_react OCAML_LWT_REACT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-lwt_react+= ocaml-lwt_react>=1.1.0 -BUILDLINK_ABI_DEPENDS.ocaml-lwt_react+= ocaml-lwt_react>=1.1.1nb3 +BUILDLINK_ABI_DEPENDS.ocaml-lwt_react+= ocaml-lwt_react>=1.1.1nb4 BUILDLINK_PKGSRCDIR.ocaml-lwt_react?= ../../devel/ocaml-lwt_react .include "../../devel/ocaml-lwt/buildlink3.mk" --_----------=_1551807799223200--