pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-bin_prot Updated devel/ocaml-bin_prot to v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd12e3e2188d
branches: trunk
changeset: 378585:cd12e3e2188d
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed May 04 17:52:52 2022 +0000
description:
Updated devel/ocaml-bin_prot to version 0.14.1.
This includes support for the upcoming OCaml 5.0.
diffstat:
devel/ocaml-bin_prot/Makefile | 11 +++++------
devel/ocaml-bin_prot/PLIST | 6 +++++-
devel/ocaml-bin_prot/buildlink3.mk | 4 ++--
devel/ocaml-bin_prot/distinfo | 8 ++++----
4 files changed, 16 insertions(+), 13 deletions(-)
diffs (79 lines):
diff -r 82be71e77dbe -r cd12e3e2188d devel/ocaml-bin_prot/Makefile
--- a/devel/ocaml-bin_prot/Makefile Wed May 04 17:51:33 2022 +0000
+++ b/devel/ocaml-bin_prot/Makefile Wed May 04 17:52:52 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/04 17:52:52 jaapb Exp $
+DISTNAME= ${GITHUB_PROJECT}-0.14.1
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
GITHUB_PROJECT= bin_prot
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.13.0
-PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= https://github.com/janestreet/bin_prot/
diff -r 82be71e77dbe -r cd12e3e2188d devel/ocaml-bin_prot/PLIST
--- a/devel/ocaml-bin_prot/PLIST Wed May 04 17:51:33 2022 +0000
+++ b/devel/ocaml-bin_prot/PLIST Wed May 04 17:52:52 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/13 11:06:00 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/05/04 17:52:52 jaapb Exp $
${OCAML_SITELIB}/bin_prot/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.a
${OCAML_SITELIB}/bin_prot/bin_prot.cma
@@ -49,6 +49,9 @@
${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmt
${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils_intf.cmx
${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmi
${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmt
${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmti
@@ -94,6 +97,7 @@
${OCAML_SITELIB}/bin_prot/type_class.mli
${OCAML_SITELIB}/bin_prot/utils.ml
${OCAML_SITELIB}/bin_prot/utils.mli
+${OCAML_SITELIB}/bin_prot/utils_intf.ml
${OCAML_SITELIB}/bin_prot/write.ml
${OCAML_SITELIB}/bin_prot/write.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.a
diff -r 82be71e77dbe -r cd12e3e2188d devel/ocaml-bin_prot/buildlink3.mk
--- a/devel/ocaml-bin_prot/buildlink3.mk Wed May 04 17:51:33 2022 +0000
+++ b/devel/ocaml-bin_prot/buildlink3.mk Wed May 04 17:52:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/04/08 09:19:42 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/05/04 17:52:52 jaapb Exp $
BUILDLINK_TREE+= ocaml-bin_prot
@@ -6,7 +6,7 @@
OCAML_BIN_PROT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.12.0
-BUILDLINK_ABI_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.13.0
+BUILDLINK_ABI_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.14.1
BUILDLINK_PKGSRCDIR.ocaml-bin_prot?= ../../devel/ocaml-bin_prot
.endif # OCAML_BIN_PROT_BUILDLINK3_MK
diff -r 82be71e77dbe -r cd12e3e2188d devel/ocaml-bin_prot/distinfo
--- a/devel/ocaml-bin_prot/distinfo Wed May 04 17:51:33 2022 +0000
+++ b/devel/ocaml-bin_prot/distinfo Wed May 04 17:52:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:46 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/04 17:52:52 jaapb Exp $
-BLAKE2s (bin_prot-0.13.0.tar.gz) = ebca14a77affbbf04987c8f9adfdf903b2fd6068dcdace8279752e79beb17660
-SHA512 (bin_prot-0.13.0.tar.gz) = b7d120222c3c1b2313d8bbd357d06dcd3433b7b906e89d4188c8746ce83ca7960853f15a81a3721ed7ab63876c4307346af2d4ce3ca68b15650b9e14140c3550
-Size (bin_prot-0.13.0.tar.gz) = 341301 bytes
+BLAKE2s (bin_prot-0.14.1.tar.gz) = 1c108f62db05d016873ef91ea1ddefd7169f551b1ec589c8bf5395e15bd9915e
+SHA512 (bin_prot-0.14.1.tar.gz) = dd970a2e9cab38363dfb4f723dddf8a0a9bf0ef36c0f38091cd5df051801c897508c41c1acefa0488d42a98e17e54d7210f164d5c473a04a1ad7b11585a9342f
+Size (bin_prot-0.14.1.tar.gz) = 342868 bytes
Home |
Main Index |
Thread Index |
Old Index