Received: by mail.netbsd.org (Postfix, from userid 605) id EB69085034; Mon, 2 May 2022 14:12:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FBEC85032 for ; Mon, 2 May 2022 14:12:13 +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 H50awP94CdyK for ; Mon, 2 May 2022 14:12:12 +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 3ECFE84E77 for ; Mon, 2 May 2022 14:12:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32710FB1A; Mon, 2 May 2022 14:12:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651500732217910" MIME-Version: 1.0 Date: Mon, 2 May 2022 14:12:12 +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: <20220502141212.32710FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651500732217910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Mon May 2 14:12:12 UTC 2022 Modified Files: pkgsrc/devel/ocaml-lwt_react: Makefile buildlink3.mk Log Message: Updated devel/ocaml-lwt_react to version 1.1.5. This comes with the update of devel/ocaml-lwt to version 5.5.0. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ocaml-lwt_react/Makefile cvs rdiff -u -r1.8 -r1.9 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. --_----------=_1651500732217910 Content-Disposition: inline Content-Length: 1493 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.10 pkgsrc/devel/ocaml-lwt_react/Makefile:1.11 --- pkgsrc/devel/ocaml-lwt_react/Makefile:1.10 Mon Mar 8 08:12:53 2021 +++ pkgsrc/devel/ocaml-lwt_react/Makefile Mon May 2 14:12:12 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/02 14:12:12 jaapb Exp $ -PKGREVISION= 1 .include "../../devel/ocaml-lwt/Makefile.common" -PKGNAME= ocaml-lwt_react-1.1.3 +PKGNAME= ocaml-lwt_react-1.1.5 CATEGORIES= devel MAINTAINER= jaapb@NetBSD.org Index: pkgsrc/devel/ocaml-lwt_react/buildlink3.mk diff -u pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.8 pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.9 --- pkgsrc/devel/ocaml-lwt_react/buildlink3.mk:1.8 Tue Apr 21 11:35:15 2020 +++ pkgsrc/devel/ocaml-lwt_react/buildlink3.mk Mon May 2 14:12:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2020/04/21 11:35:15 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2022/05/02 14:12:12 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.3 +BUILDLINK_ABI_DEPENDS.ocaml-lwt_react+= ocaml-lwt_react>=1.1.5 BUILDLINK_PKGSRCDIR.ocaml-lwt_react?= ../../devel/ocaml-lwt_react .include "../../devel/ocaml-lwt/buildlink3.mk" --_----------=_1651500732217910--