Wed May 4 17:52:52 2022 UTC ()
Updated devel/ocaml-bin_prot to version 0.14.1.

This includes support for the upcoming OCaml 5.0.


(jaapb)
diff -r1.3 -r1.4 pkgsrc/devel/ocaml-bin_prot/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ocaml-bin_prot/PLIST
diff -r1.2 -r1.3 pkgsrc/devel/ocaml-bin_prot/buildlink3.mk
diff -r1.4 -r1.5 pkgsrc/devel/ocaml-bin_prot/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/ocaml-bin_prot/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-bin_prot/Makefile 2021/03/08 08:12:49 1.3
+++ pkgsrc/devel/ocaml-bin_prot/Makefile 2022/05/04 17:52:52 1.4
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $ 1# $NetBSD: Makefile,v 1.4 2022/05/04 17:52:52 jaapb Exp $
2 2
3GITHUB_PROJECT= bin_prot 3DISTNAME= ${GITHUB_PROJECT}-0.14.1
4GITHUB_TAG= v${PKGVERSION_NOREV} 
5DISTNAME= ${GITHUB_PROJECT}-0.13.0 
6PKGNAME= ocaml-${DISTNAME} 4PKGNAME= ocaml-${DISTNAME}
7PKGREVISION= 1 
8CATEGORIES= devel 5CATEGORIES= devel
9MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
 7GITHUB_PROJECT= bin_prot
 8GITHUB_TAG= v${PKGVERSION_NOREV}
10 9
11MAINTAINER= jaapb@NetBSD.org 10MAINTAINER= jaapb@NetBSD.org
12HOMEPAGE= https://github.com/janestreet/bin_prot/ 11HOMEPAGE= https://github.com/janestreet/bin_prot/
13COMMENT= Binary protocol generator for OCaml 12COMMENT= Binary protocol generator for OCaml
14LICENSE= mit 13LICENSE= mit
15 14
16USE_LANGUAGES= # none 15USE_LANGUAGES= # none
17OCAML_USE_DUNE= yes 16OCAML_USE_DUNE= yes
18 17
19.include "../../devel/ocaml-base/buildlink3.mk" 18.include "../../devel/ocaml-base/buildlink3.mk"
20.include "../../devel/ocaml-ppx_compare/buildlink3.mk" 19.include "../../devel/ocaml-ppx_compare/buildlink3.mk"
21.include "../../devel/ocaml-ppx_custom_printf/buildlink3.mk" 20.include "../../devel/ocaml-ppx_custom_printf/buildlink3.mk"
22.include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk" 21.include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/ocaml-bin_prot/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-bin_prot/PLIST 2019/03/13 11:06:00 1.1
+++ pkgsrc/devel/ocaml-bin_prot/PLIST 2022/05/04 17:52:52 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2019/03/13 11:06:00 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/05/04 17:52:52 jaapb Exp $
2${OCAML_SITELIB}/bin_prot/META 2${OCAML_SITELIB}/bin_prot/META
3${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.a 3${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.a
4${OCAML_SITELIB}/bin_prot/bin_prot.cma 4${OCAML_SITELIB}/bin_prot/bin_prot.cma
5${OCAML_SITELIB}/bin_prot/bin_prot.cmi 5${OCAML_SITELIB}/bin_prot/bin_prot.cmi
6${OCAML_SITELIB}/bin_prot/bin_prot.cmt 6${OCAML_SITELIB}/bin_prot/bin_prot.cmt
7${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmx 7${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmx
8${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxa 8${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxa
9${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxs 9${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxs
10${OCAML_SITELIB}/bin_prot/bin_prot.ml 10${OCAML_SITELIB}/bin_prot/bin_prot.ml
11${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmi 11${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmi
12${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmt 12${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmt
13${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmx 13${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmx
14${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmi 14${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmi
@@ -39,26 +39,29 @@ ${OCAML_SITELIB}/bin_prot/bin_prot__Size @@ -39,26 +39,29 @@ ${OCAML_SITELIB}/bin_prot/bin_prot__Size
39${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmti 39${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmti
40${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmx 40${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmx
41${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmi 41${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmi
42${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmt 42${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmt
43${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmx 43${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmx
44${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmi 44${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmi
45${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmt 45${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmt
46${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmti 46${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmti
47${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmx 47${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmx
48${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmi 48${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmi
49${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmt 49${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmt
50${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmti 50${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmti
51${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmx 51${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmx
 52${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmi
 53${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmt
 54${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmx
52${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmi 55${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmi
53${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmt 56${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmt
54${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmti 57${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmti
55${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmx 58${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmx
56${OCAML_SITELIB}/bin_prot/binable.ml 59${OCAML_SITELIB}/bin_prot/binable.ml
57${OCAML_SITELIB}/bin_prot/blob.ml 60${OCAML_SITELIB}/bin_prot/blob.ml
58${OCAML_SITELIB}/bin_prot/blob.mli 61${OCAML_SITELIB}/bin_prot/blob.mli
59${OCAML_SITELIB}/bin_prot/common.ml 62${OCAML_SITELIB}/bin_prot/common.ml
60${OCAML_SITELIB}/bin_prot/common.mli 63${OCAML_SITELIB}/bin_prot/common.mli
61${OCAML_SITELIB}/bin_prot/dune-package 64${OCAML_SITELIB}/bin_prot/dune-package
62${OCAML_SITELIB}/bin_prot/libbin_prot_stubs.a 65${OCAML_SITELIB}/bin_prot/libbin_prot_stubs.a
63${OCAML_SITELIB}/bin_prot/md5.ml 66${OCAML_SITELIB}/bin_prot/md5.ml
64${OCAML_SITELIB}/bin_prot/md5.mli 67${OCAML_SITELIB}/bin_prot/md5.mli
@@ -84,26 +87,27 @@ ${OCAML_SITELIB}/bin_prot/shape/bin_shap @@ -84,26 +87,27 @@ ${OCAML_SITELIB}/bin_prot/shape/bin_shap
84${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmti 87${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmti
85${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmx 88${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmx
86${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmi 89${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmi
87${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmt 90${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmt
88${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmx 91${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmx
89${OCAML_SITELIB}/bin_prot/shape/std.ml 92${OCAML_SITELIB}/bin_prot/shape/std.ml
90${OCAML_SITELIB}/bin_prot/size.ml 93${OCAML_SITELIB}/bin_prot/size.ml
91${OCAML_SITELIB}/bin_prot/size.mli 94${OCAML_SITELIB}/bin_prot/size.mli
92${OCAML_SITELIB}/bin_prot/std.ml 95${OCAML_SITELIB}/bin_prot/std.ml
93${OCAML_SITELIB}/bin_prot/type_class.ml 96${OCAML_SITELIB}/bin_prot/type_class.ml
94${OCAML_SITELIB}/bin_prot/type_class.mli 97${OCAML_SITELIB}/bin_prot/type_class.mli
95${OCAML_SITELIB}/bin_prot/utils.ml 98${OCAML_SITELIB}/bin_prot/utils.ml
96${OCAML_SITELIB}/bin_prot/utils.mli 99${OCAML_SITELIB}/bin_prot/utils.mli
 100${OCAML_SITELIB}/bin_prot/utils_intf.ml
97${OCAML_SITELIB}/bin_prot/write.ml 101${OCAML_SITELIB}/bin_prot/write.ml
98${OCAML_SITELIB}/bin_prot/write.mli 102${OCAML_SITELIB}/bin_prot/write.mli
99${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.a 103${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.a
100${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cma 104${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cma
101${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmi 105${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmi
102${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmt 106${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmt
103${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmx 107${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmx
104${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxa 108${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxa
105${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxs 109${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxs
106${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.ml 110${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.ml
107${OCAML_SITELIB}/stublibs/dllbin_prot_stubs.so 111${OCAML_SITELIB}/stublibs/dllbin_prot_stubs.so
108share/doc/bin_prot/CHANGES.md 112share/doc/bin_prot/CHANGES.md
109share/doc/bin_prot/CHANGES.txt 113share/doc/bin_prot/CHANGES.txt

cvs diff -r1.2 -r1.3 pkgsrc/devel/ocaml-bin_prot/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-bin_prot/buildlink3.mk 2020/04/08 09:19:42 1.2
+++ pkgsrc/devel/ocaml-bin_prot/buildlink3.mk 2022/05/04 17:52:52 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: buildlink3.mk,v 1.2 2020/04/08 09:19:42 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.3 2022/05/04 17:52:52 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-bin_prot 3BUILDLINK_TREE+= ocaml-bin_prot
4 4
5.if !defined(OCAML_BIN_PROT_BUILDLINK3_MK) 5.if !defined(OCAML_BIN_PROT_BUILDLINK3_MK)
6OCAML_BIN_PROT_BUILDLINK3_MK:= 6OCAML_BIN_PROT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.12.0 8BUILDLINK_API_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.12.0
9BUILDLINK_ABI_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.13.0 9BUILDLINK_ABI_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.14.1
10BUILDLINK_PKGSRCDIR.ocaml-bin_prot?= ../../devel/ocaml-bin_prot 10BUILDLINK_PKGSRCDIR.ocaml-bin_prot?= ../../devel/ocaml-bin_prot
11 11
12.endif # OCAML_BIN_PROT_BUILDLINK3_MK 12.endif # OCAML_BIN_PROT_BUILDLINK3_MK
13 13
14BUILDLINK_TREE+= -ocaml-bin_prot 14BUILDLINK_TREE+= -ocaml-bin_prot

cvs diff -r1.4 -r1.5 pkgsrc/devel/ocaml-bin_prot/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-bin_prot/distinfo 2021/10/26 10:15:46 1.4
+++ pkgsrc/devel/ocaml-bin_prot/distinfo 2022/05/04 17:52:52 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 10:15:46 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/05/04 17:52:52 jaapb Exp $
2 2
3BLAKE2s (bin_prot-0.13.0.tar.gz) = ebca14a77affbbf04987c8f9adfdf903b2fd6068dcdace8279752e79beb17660 3BLAKE2s (bin_prot-0.14.1.tar.gz) = 1c108f62db05d016873ef91ea1ddefd7169f551b1ec589c8bf5395e15bd9915e
4SHA512 (bin_prot-0.13.0.tar.gz) = b7d120222c3c1b2313d8bbd357d06dcd3433b7b906e89d4188c8746ce83ca7960853f15a81a3721ed7ab63876c4307346af2d4ce3ca68b15650b9e14140c3550 4SHA512 (bin_prot-0.14.1.tar.gz) = dd970a2e9cab38363dfb4f723dddf8a0a9bf0ef36c0f38091cd5df051801c897508c41c1acefa0488d42a98e17e54d7210f164d5c473a04a1ad7b11585a9342f
5Size (bin_prot-0.13.0.tar.gz) = 341301 bytes 5Size (bin_prot-0.14.1.tar.gz) = 342868 bytes