pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f9438c26b16
branches:  trunk
changeset: 378520:9f9438c26b16
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed May 04 13:32:12 2022 +0000

description:
Updated devel/ocaml-sexplib to version 0.15.0.

There is no changelog, so not quite clear what changes there are, but they
seem to be minor.

diffstat:

 devel/ocaml-sexplib/Makefile      |  11 +++++------
 devel/ocaml-sexplib/PLIST         |  12 +++++++++++-
 devel/ocaml-sexplib/buildlink3.mk |   4 ++--
 devel/ocaml-sexplib/distinfo      |   8 ++++----
 4 files changed, 22 insertions(+), 13 deletions(-)

diffs (85 lines):

diff -r c61ebd3c71f7 -r 9f9438c26b16 devel/ocaml-sexplib/Makefile
--- a/devel/ocaml-sexplib/Makefile      Wed May 04 13:25:03 2022 +0000
+++ b/devel/ocaml-sexplib/Makefile      Wed May 04 13:32:12 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2021/03/08 08:13:00 jaapb Exp $
+# $NetBSD: Makefile,v 1.23 2022/05/04 13:32:12 jaapb Exp $
 
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 GITHUB_PROJECT=        sexplib
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.12.0
-PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/janestreet/sexplib/
diff -r c61ebd3c71f7 -r 9f9438c26b16 devel/ocaml-sexplib/PLIST
--- a/devel/ocaml-sexplib/PLIST Wed May 04 13:25:03 2022 +0000
+++ b/devel/ocaml-sexplib/PLIST Wed May 04 13:32:12 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/03/05 18:17:19 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/05/04 13:32:12 jaapb Exp $
 ${OCAML_SITELIB}/sexplib/META
 ${OCAML_SITELIB}/sexplib/conv.ml
 ${OCAML_SITELIB}/sexplib/conv.mli
@@ -36,6 +36,9 @@
 ${OCAML_SITELIB}/sexplib/pre_sexp.ml
 ${OCAML_SITELIB}/sexplib/sexp.ml
 ${OCAML_SITELIB}/sexplib/sexp.mli
+${OCAML_SITELIB}/sexplib/sexp_grammar.ml
+${OCAML_SITELIB}/sexplib/sexp_grammar.mli
+${OCAML_SITELIB}/sexplib/sexp_grammar_intf.ml
 ${OCAML_SITELIB}/sexplib/sexp_intf.ml
 ${OCAML_SITELIB}/sexplib/sexp_with_layout.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib/sexplib.a
@@ -80,6 +83,13 @@
 ${OCAML_SITELIB}/sexplib/sexplib__Sexp.cmt
 ${OCAML_SITELIB}/sexplib/sexplib__Sexp.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib/sexplib__Sexp.cmx
+${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar.cmi
+${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar.cmt
+${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar.cmx
+${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar_intf.cmi
+${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib/sexplib__Sexp_grammar_intf.cmx
 ${OCAML_SITELIB}/sexplib/sexplib__Sexp_intf.cmi
 ${OCAML_SITELIB}/sexplib/sexplib__Sexp_intf.cmt
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib/sexplib__Sexp_intf.cmx
diff -r c61ebd3c71f7 -r 9f9438c26b16 devel/ocaml-sexplib/buildlink3.mk
--- a/devel/ocaml-sexplib/buildlink3.mk Wed May 04 13:25:03 2022 +0000
+++ b/devel/ocaml-sexplib/buildlink3.mk Wed May 04 13:32:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2019/03/05 18:17:19 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2022/05/04 13:32:12 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-sexplib
 
@@ -6,7 +6,7 @@
 OCAML_SEXPLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-sexplib+=  ocaml-sexplib>=0.9.0
-BUILDLINK_ABI_DEPENDS.ocaml-sexplib+=  ocaml-sexplib>=0.12.0
+BUILDLINK_ABI_DEPENDS.ocaml-sexplib+=  ocaml-sexplib>=0.15.0
 BUILDLINK_PKGSRCDIR.ocaml-sexplib?=    ../../devel/ocaml-sexplib
 
 .endif # OCAML_SEXPLIB_BUILDLINK3_MK
diff -r c61ebd3c71f7 -r 9f9438c26b16 devel/ocaml-sexplib/distinfo
--- a/devel/ocaml-sexplib/distinfo      Wed May 04 13:25:03 2022 +0000
+++ b/devel/ocaml-sexplib/distinfo      Wed May 04 13:32:12 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:15:56 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/05/04 13:32:12 jaapb Exp $
 
-BLAKE2s (sexplib-0.12.0.tar.gz) = 6b4af374a965ceb4f0558707a20e77af71e1c7df8e698584de9d2ebaeadbc104
-SHA512 (sexplib-0.12.0.tar.gz) = 30a7b0b970dc0768e91fd470979d34012006ecc4d639d2e4d22f28d4d54e1ea3f97250343b87612d50e6243e54bc00dd581d174b53d2b3e9580ff256054856a3
-Size (sexplib-0.12.0.tar.gz) = 51485 bytes
+BLAKE2s (sexplib-0.15.0.tar.gz) = 67f5a0b26aae778e286a13e9368e83037a8d7d8443f3221103ed085b73bdd3ab
+SHA512 (sexplib-0.15.0.tar.gz) = c31fed5e5bf48381a9b6a48085e7d8909471e38a8cc7586e3c520fe60c6df7a1eebcca1a0ca93cd4d1cc61c1c3c36211db05572273550f7218eb69dd97d27333
+Size (sexplib-0.15.0.tar.gz) = 55020 bytes



Home | Main Index | Thread Index | Old Index