Received: by mail.netbsd.org (Postfix, from userid 605) id A5F7F84F64; Tue, 10 May 2022 08:13:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E050484F62 for ; Tue, 10 May 2022 08:13:48 +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 J2PTHcAIENuP for ; Tue, 10 May 2022 08:13:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1302084D58 for ; Tue, 10 May 2022 08:13:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15B0EFA94; Tue, 10 May 2022 08:14:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652170443260170" MIME-Version: 1.0 Date: Tue, 10 May 2022 08:14:03 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-reactiveData To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220510081403.15B0EFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652170443260170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Tue May 10 08:14:02 UTC 2022 Modified Files: pkgsrc/devel/ocaml-reactiveData: Makefile PLIST buildlink3.mk distinfo Log Message: Updated devel/ocaml-reactiveData to version 0.3. This adds support for the upcoming OCaml 5.0 and switches to dune for building. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ocaml-reactiveData/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-reactiveData/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-reactiveData/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-reactiveData/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652170443260170 Content-Disposition: inline Content-Length: 4744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-reactiveData/Makefile diff -u pkgsrc/devel/ocaml-reactiveData/Makefile:1.15 pkgsrc/devel/ocaml-reactiveData/Makefile:1.16 --- pkgsrc/devel/ocaml-reactiveData/Makefile:1.15 Mon Mar 8 08:12:59 2021 +++ pkgsrc/devel/ocaml-reactiveData/Makefile Tue May 10 08:14:02 2022 @@ -1,40 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/10 08:14:02 jaapb Exp $ -GITHUB_PROJECT= reactiveData -DISTNAME= ${GITHUB_PROJECT}-0.2.2 +DISTNAME= ${GITHUB_PROJECT}-0.3 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} +GITHUB_PROJECT= reactiveData MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/ocsigen/reactiveData COMMENT= Functional reactive programming library LICENSE= gnu-lgpl-v2.1 -OCAML_USE_FINDLIB= yes +OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" - -INSTALL_FILES= cma cmi mli -.if ${OCAML_USE_OPT_COMPILER} == "yes" -MAKE_ENV+= NATIVE=true -INSTALL_FILES+= a cmx cmxa cmxs -.else -MAKE_ENV+= NATIVE=false -.endif -BUILD_TARGET= build - -INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/reactiveData - -do-install: - ${INSTALL_DATA} ${WRKSRC}/_build/pkg/META \ - ${DESTDIR}/${PREFIX}/${OCAML_SITELIBDIR}/reactiveData - for i in ${INSTALL_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/_build/src/reactiveData.$$i \ - ${DESTDIR}/${PREFIX}/${OCAML_SITELIBDIR}/reactiveData; \ - done - .include "../../devel/ocaml-react/buildlink3.mk" -.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-reactiveData/PLIST diff -u pkgsrc/devel/ocaml-reactiveData/PLIST:1.1 pkgsrc/devel/ocaml-reactiveData/PLIST:1.2 --- pkgsrc/devel/ocaml-reactiveData/PLIST:1.1 Tue Jan 20 15:19:54 2015 +++ pkgsrc/devel/ocaml-reactiveData/PLIST Tue May 10 08:14:02 2022 @@ -1,9 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1 2015/01/20 15:19:54 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/10 08:14:02 jaapb Exp $ ${OCAML_SITELIB}/reactiveData/META +${OCAML_SITELIB}/reactiveData/dune-package +${OCAML_SITELIB}/reactiveData/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.a ${OCAML_SITELIB}/reactiveData/reactiveData.cma ${OCAML_SITELIB}/reactiveData/reactiveData.cmi +${OCAML_SITELIB}/reactiveData/reactiveData.cmt +${OCAML_SITELIB}/reactiveData/reactiveData.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmxs +${OCAML_SITELIB}/reactiveData/reactiveData.ml ${OCAML_SITELIB}/reactiveData/reactiveData.mli +share/doc/reactiveData/CHANGES.md +share/doc/reactiveData/LICENSE +share/doc/reactiveData/README.md Index: pkgsrc/devel/ocaml-reactiveData/buildlink3.mk diff -u pkgsrc/devel/ocaml-reactiveData/buildlink3.mk:1.5 pkgsrc/devel/ocaml-reactiveData/buildlink3.mk:1.6 --- pkgsrc/devel/ocaml-reactiveData/buildlink3.mk:1.5 Tue Mar 5 17:14:52 2019 +++ pkgsrc/devel/ocaml-reactiveData/buildlink3.mk Tue May 10 08:14:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 17:14:52 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/05/10 08:14:02 jaapb Exp $ BUILDLINK_TREE+= ocaml-reactiveData @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-reactiveData OCAML_REACTIVEDATA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2.1 -BUILDLINK_ABI_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2.2 +BUILDLINK_ABI_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.3 BUILDLINK_PKGSRCDIR.ocaml-reactiveData?= ../../devel/ocaml-reactiveData .include "../../devel/ocaml-react/buildlink3.mk" Index: pkgsrc/devel/ocaml-reactiveData/distinfo diff -u pkgsrc/devel/ocaml-reactiveData/distinfo:1.7 pkgsrc/devel/ocaml-reactiveData/distinfo:1.8 --- pkgsrc/devel/ocaml-reactiveData/distinfo:1.7 Tue Oct 26 10:15:55 2021 +++ pkgsrc/devel/ocaml-reactiveData/distinfo Tue May 10 08:14:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:15:55 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/10 08:14:02 jaapb Exp $ -BLAKE2s (reactiveData-0.2.2.tar.gz) = 3b2fa789ec2b2eaa9c7e396b8424d1f1ac51b5b07e57bfb87587922719d41297 -SHA512 (reactiveData-0.2.2.tar.gz) = 56c03d528feec769718c92075c49759dac287b93fe97d816da5cfadb26836d3855176cd81d4cec4441591dd9314e881045912a37edf584ad149ebd048016a4bf -Size (reactiveData-0.2.2.tar.gz) = 23512 bytes +BLAKE2s (reactiveData-0.3.tar.gz) = 0334fe430e1c0b4b7efc83f9f64a6cc05c990ef4b2004d4a282594219250dd90 +SHA512 (reactiveData-0.3.tar.gz) = ed3e1057f457b4c76060a7f6aad2a555b5a2baebe3d2b8938f2e6f5acad448d09a20b7b82fe8bb3ebb97e5c5946d70214d5bd062311af564752e40b880f75603 +Size (reactiveData-0.3.tar.gz) = 12559 bytes --_----------=_1652170443260170--