Received: by mail.netbsd.org (Postfix, from userid 605) id 0CFF585296; Wed, 4 May 2022 13:25:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4664F84E67 for ; Wed, 4 May 2022 13:25:04 +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 C3YGeG_7SMsA for ; Wed, 4 May 2022 13:25:03 +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 5452184D28 for ; Wed, 4 May 2022 13:25:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47C37FB1A; Wed, 4 May 2022 13:25:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651670703288810" MIME-Version: 1.0 Date: Wed, 4 May 2022 13:25:03 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-parsexp To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220504132503.47C37FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651670703288810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Wed May 4 13:25:03 UTC 2022 Modified Files: pkgsrc/devel/ocaml-parsexp: Makefile PLIST buildlink3.mk distinfo Log Message: Updated devel/ocaml-parsexp to version 0.14.2. This fixes a bug in cross-compiling. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-parsexp/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-parsexp/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-parsexp/buildlink3.mk \ pkgsrc/devel/ocaml-parsexp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651670703288810 Content-Disposition: inline Content-Length: 8917 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-parsexp/Makefile diff -u pkgsrc/devel/ocaml-parsexp/Makefile:1.7 pkgsrc/devel/ocaml-parsexp/Makefile:1.8 --- pkgsrc/devel/ocaml-parsexp/Makefile:1.7 Mon Mar 8 08:12:54 2021 +++ pkgsrc/devel/ocaml-parsexp/Makefile Wed May 4 13:25:03 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/04 13:25:03 jaapb Exp $ GITHUB_PROJECT= parsexp GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-0.12.0 +DISTNAME= ${GITHUB_PROJECT}-0.14.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} Index: pkgsrc/devel/ocaml-parsexp/PLIST diff -u pkgsrc/devel/ocaml-parsexp/PLIST:1.3 pkgsrc/devel/ocaml-parsexp/PLIST:1.4 --- pkgsrc/devel/ocaml-parsexp/PLIST:1.3 Tue Mar 5 17:51:42 2019 +++ pkgsrc/devel/ocaml-parsexp/PLIST Wed May 4 13:25:03 2022 @@ -1,14 +1,39 @@ -@comment $NetBSD: PLIST,v 1.3 2019/03/05 17:51:42 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/04 13:25:03 jaapb Exp $ ${OCAML_SITELIB}/parsexp/META +${OCAML_SITELIB}/parsexp/automaton_helpers.ml +${OCAML_SITELIB}/parsexp/automaton_helpers.mli +${OCAML_SITELIB}/parsexp/automaton_helpers_intf.ml +${OCAML_SITELIB}/parsexp/automaton_stack.ml +${OCAML_SITELIB}/parsexp/automaton_stack.mli +${OCAML_SITELIB}/parsexp/automaton_stack_intf.ml +${OCAML_SITELIB}/parsexp/bytes0.ml +${OCAML_SITELIB}/parsexp/conv.ml +${OCAML_SITELIB}/parsexp/conv.mli +${OCAML_SITELIB}/parsexp/conv_error.ml +${OCAML_SITELIB}/parsexp/conv_error.mli +${OCAML_SITELIB}/parsexp/conv_intf.ml ${OCAML_SITELIB}/parsexp/cst.ml ${OCAML_SITELIB}/parsexp/cst.mli ${OCAML_SITELIB}/parsexp/dune-package ${OCAML_SITELIB}/parsexp/import.ml +${OCAML_SITELIB}/parsexp/kind.ml +${OCAML_SITELIB}/parsexp/kind.mli +${OCAML_SITELIB}/parsexp/kind_intf.ml +${OCAML_SITELIB}/parsexp/of_sexp_error.ml +${OCAML_SITELIB}/parsexp/of_sexp_error.mli +${OCAML_SITELIB}/parsexp/old_parser_cont_state.ml +${OCAML_SITELIB}/parsexp/old_parser_cont_state.mli ${OCAML_SITELIB}/parsexp/opam +${OCAML_SITELIB}/parsexp/parse_error.ml +${OCAML_SITELIB}/parsexp/parse_error.mli +${OCAML_SITELIB}/parsexp/parse_error_intf.ml +${OCAML_SITELIB}/parsexp/parser.ml +${OCAML_SITELIB}/parsexp/parser.mli ${OCAML_SITELIB}/parsexp/parser_automaton.ml ${OCAML_SITELIB}/parsexp/parser_automaton.mli ${OCAML_SITELIB}/parsexp/parser_automaton_internal.ml ${OCAML_SITELIB}/parsexp/parser_automaton_internal.mli +${OCAML_SITELIB}/parsexp/parser_intf.ml ${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp.a ${OCAML_SITELIB}/parsexp/parsexp.cma ${OCAML_SITELIB}/parsexp/parsexp.cmi @@ -23,6 +48,34 @@ ${OCAML_SITELIB}/parsexp/parsexp__.cmi ${OCAML_SITELIB}/parsexp/parsexp__.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__.cmx ${OCAML_SITELIB}/parsexp/parsexp__.ml +${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers.cmi +${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers.cmt +${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers.cmx +${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Automaton_helpers_intf.cmx +${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack.cmi +${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack.cmt +${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack.cmx +${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Automaton_stack_intf.cmx +${OCAML_SITELIB}/parsexp/parsexp__Bytes0.cmi +${OCAML_SITELIB}/parsexp/parsexp__Bytes0.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Bytes0.cmx +${OCAML_SITELIB}/parsexp/parsexp__Conv.cmi +${OCAML_SITELIB}/parsexp/parsexp__Conv.cmt +${OCAML_SITELIB}/parsexp/parsexp__Conv.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Conv.cmx +${OCAML_SITELIB}/parsexp/parsexp__Conv_error.cmi +${OCAML_SITELIB}/parsexp/parsexp__Conv_error.cmt +${OCAML_SITELIB}/parsexp/parsexp__Conv_error.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Conv_error.cmx +${OCAML_SITELIB}/parsexp/parsexp__Conv_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Conv_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Conv_intf.cmx ${OCAML_SITELIB}/parsexp/parsexp__Cst.cmi ${OCAML_SITELIB}/parsexp/parsexp__Cst.cmt ${OCAML_SITELIB}/parsexp/parsexp__Cst.cmti @@ -30,6 +83,32 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/parse ${OCAML_SITELIB}/parsexp/parsexp__Import.cmi ${OCAML_SITELIB}/parsexp/parsexp__Import.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Import.cmx +${OCAML_SITELIB}/parsexp/parsexp__Kind.cmi +${OCAML_SITELIB}/parsexp/parsexp__Kind.cmt +${OCAML_SITELIB}/parsexp/parsexp__Kind.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Kind.cmx +${OCAML_SITELIB}/parsexp/parsexp__Kind_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Kind_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Kind_intf.cmx +${OCAML_SITELIB}/parsexp/parsexp__Of_sexp_error.cmi +${OCAML_SITELIB}/parsexp/parsexp__Of_sexp_error.cmt +${OCAML_SITELIB}/parsexp/parsexp__Of_sexp_error.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Of_sexp_error.cmx +${OCAML_SITELIB}/parsexp/parsexp__Old_parser_cont_state.cmi +${OCAML_SITELIB}/parsexp/parsexp__Old_parser_cont_state.cmt +${OCAML_SITELIB}/parsexp/parsexp__Old_parser_cont_state.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Old_parser_cont_state.cmx +${OCAML_SITELIB}/parsexp/parsexp__Parse_error.cmi +${OCAML_SITELIB}/parsexp/parsexp__Parse_error.cmt +${OCAML_SITELIB}/parsexp/parsexp__Parse_error.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parse_error.cmx +${OCAML_SITELIB}/parsexp/parsexp__Parse_error_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Parse_error_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parse_error_intf.cmx +${OCAML_SITELIB}/parsexp/parsexp__Parser.cmi +${OCAML_SITELIB}/parsexp/parsexp__Parser.cmt +${OCAML_SITELIB}/parsexp/parsexp__Parser.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parser.cmx ${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmi ${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmt ${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmti @@ -38,6 +117,9 @@ ${OCAML_SITELIB}/parsexp/parsexp__Parser ${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmt ${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmx +${OCAML_SITELIB}/parsexp/parsexp__Parser_intf.cmi +${OCAML_SITELIB}/parsexp/parsexp__Parser_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parser_intf.cmx ${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmi ${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmx Index: pkgsrc/devel/ocaml-parsexp/buildlink3.mk diff -u pkgsrc/devel/ocaml-parsexp/buildlink3.mk:1.4 pkgsrc/devel/ocaml-parsexp/buildlink3.mk:1.5 --- pkgsrc/devel/ocaml-parsexp/buildlink3.mk:1.4 Tue Mar 5 17:51:42 2019 +++ pkgsrc/devel/ocaml-parsexp/buildlink3.mk Wed May 4 13:25:03 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2019/03/05 17:51:42 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/04 13:25:03 jaapb Exp $ BUILDLINK_TREE+= ocaml-parsexp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-parsexp OCAML_PARSEXP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-parsexp+= ocaml-parsexp>=0.11.0 -BUILDLINK_ABI_DEPENDS.ocaml-parsexp+= ocaml-parsexp>=0.12.0 +BUILDLINK_ABI_DEPENDS.ocaml-parsexp+= ocaml-parsexp>=0.14.2 BUILDLINK_PKGSRCDIR.ocaml-parsexp?= ../../devel/ocaml-parsexp .endif # OCAML_PARSEXP_BUILDLINK3_MK Index: pkgsrc/devel/ocaml-parsexp/distinfo diff -u pkgsrc/devel/ocaml-parsexp/distinfo:1.4 pkgsrc/devel/ocaml-parsexp/distinfo:1.5 --- pkgsrc/devel/ocaml-parsexp/distinfo:1.4 Tue Oct 26 10:15:51 2021 +++ pkgsrc/devel/ocaml-parsexp/distinfo Wed May 4 13:25:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:15:51 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/04 13:25:03 jaapb Exp $ -BLAKE2s (parsexp-0.12.0.tar.gz) = b2660d08e7e2339f8f98bda501b77241b12c6fbc8342756721ff76b3e4707c4f -SHA512 (parsexp-0.12.0.tar.gz) = fad8fad12bc093c2e1d6d3e3db491a6b9ad5e39e2b7c05ae8106f62d96851bbc421ceadda43e1431490fdcf20accc37cb0efe947cbbe7b09a550f20a9394213b -Size (parsexp-0.12.0.tar.gz) = 46429 bytes +BLAKE2s (parsexp-0.14.2.tar.gz) = 3ff9e59b3638fdce2eb20d55c6e5ad77915e9227cc419f99ba3c5572d5852564 +SHA512 (parsexp-0.14.2.tar.gz) = f16bee13ba54c67f74b93127b9c9262b644762db05756ea413691fffa4fa6112c811d65aaf78f30a32b35bd8819025c93f72455ec565e85081c74d1339683cc7 +Size (parsexp-0.14.2.tar.gz) = 48609 bytes --_----------=_1651670703288810--