pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-parsexp Updated devel/ocaml-parsexp to ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c61ebd3c71f7
branches:  trunk
changeset: 378519:c61ebd3c71f7
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed May 04 13:25:03 2022 +0000

description:
Updated devel/ocaml-parsexp to version 0.14.2.

This fixes a bug in cross-compiling.

diffstat:

 devel/ocaml-parsexp/Makefile      |   5 +-
 devel/ocaml-parsexp/PLIST         |  84 ++++++++++++++++++++++++++++++++++++++-
 devel/ocaml-parsexp/buildlink3.mk |   4 +-
 devel/ocaml-parsexp/distinfo      |   8 +-
 4 files changed, 91 insertions(+), 10 deletions(-)

diffs (169 lines):

diff -r bd204c773e19 -r c61ebd3c71f7 devel/ocaml-parsexp/Makefile
--- a/devel/ocaml-parsexp/Makefile      Wed May 04 13:12:54 2022 +0000
+++ b/devel/ocaml-parsexp/Makefile      Wed May 04 13:25:03 2022 +0000
@@ -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/}
 
diff -r bd204c773e19 -r c61ebd3c71f7 devel/ocaml-parsexp/PLIST
--- a/devel/ocaml-parsexp/PLIST Wed May 04 13:12:54 2022 +0000
+++ b/devel/ocaml-parsexp/PLIST Wed May 04 13:25:03 2022 +0000
@@ -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__.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 @@
 ${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_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
diff -r bd204c773e19 -r c61ebd3c71f7 devel/ocaml-parsexp/buildlink3.mk
--- a/devel/ocaml-parsexp/buildlink3.mk Wed May 04 13:12:54 2022 +0000
+++ b/devel/ocaml-parsexp/buildlink3.mk Wed May 04 13:25:03 2022 +0000
@@ -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 @@
 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
diff -r bd204c773e19 -r c61ebd3c71f7 devel/ocaml-parsexp/distinfo
--- a/devel/ocaml-parsexp/distinfo      Wed May 04 13:12:54 2022 +0000
+++ b/devel/ocaml-parsexp/distinfo      Wed May 04 13:25:03 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index