pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-bin_prot



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May  4 17:52:52 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-bin_prot: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated devel/ocaml-bin_prot to version 0.14.1.

This includes support for the upcoming OCaml 5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-bin_prot/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-bin_prot/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-bin_prot/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-bin_prot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-bin_prot/Makefile
diff -u pkgsrc/devel/ocaml-bin_prot/Makefile:1.3 pkgsrc/devel/ocaml-bin_prot/Makefile:1.4
--- pkgsrc/devel/ocaml-bin_prot/Makefile:1.3    Mon Mar  8 08:12:49 2021
+++ pkgsrc/devel/ocaml-bin_prot/Makefile        Wed May  4 17:52:52 2022
@@ -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 $
 
-GITHUB_PROJECT=        bin_prot
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.13.0
+DISTNAME=      ${GITHUB_PROJECT}-0.14.1
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+GITHUB_PROJECT=        bin_prot
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/janestreet/bin_prot/

Index: pkgsrc/devel/ocaml-bin_prot/PLIST
diff -u pkgsrc/devel/ocaml-bin_prot/PLIST:1.1 pkgsrc/devel/ocaml-bin_prot/PLIST:1.2
--- pkgsrc/devel/ocaml-bin_prot/PLIST:1.1       Wed Mar 13 11:06:00 2019
+++ pkgsrc/devel/ocaml-bin_prot/PLIST   Wed May  4 17:52:52 2022
@@ -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__Util
 ${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.ml
 ${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

Index: pkgsrc/devel/ocaml-bin_prot/buildlink3.mk
diff -u pkgsrc/devel/ocaml-bin_prot/buildlink3.mk:1.2 pkgsrc/devel/ocaml-bin_prot/buildlink3.mk:1.3
--- pkgsrc/devel/ocaml-bin_prot/buildlink3.mk:1.2       Wed Apr  8 09:19:42 2020
+++ pkgsrc/devel/ocaml-bin_prot/buildlink3.mk   Wed May  4 17:52:52 2022
@@ -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 @@ BUILDLINK_TREE+=        ocaml-bin_prot
 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

Index: pkgsrc/devel/ocaml-bin_prot/distinfo
diff -u pkgsrc/devel/ocaml-bin_prot/distinfo:1.4 pkgsrc/devel/ocaml-bin_prot/distinfo:1.5
--- pkgsrc/devel/ocaml-bin_prot/distinfo:1.4    Tue Oct 26 10:15:46 2021
+++ pkgsrc/devel/ocaml-bin_prot/distinfo        Wed May  4 17:52:52 2022
@@ -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