pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_sexp_conv Updated devel/ocaml-ppx_sexp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f776dd00567
branches: trunk
changeset: 378528:8f776dd00567
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed May 04 14:43:45 2022 +0000
description:
Updated devel/ocaml-ppx_sexp_conv to version 0.15.1.
There is no changelog, but changes seem to be minor.
diffstat:
devel/ocaml-ppx_sexp_conv/Makefile | 5 +-
devel/ocaml-ppx_sexp_conv/PLIST | 56 ++++++++++++++++++++++++++++++++-
devel/ocaml-ppx_sexp_conv/buildlink3.mk | 4 +-
devel/ocaml-ppx_sexp_conv/distinfo | 8 ++--
4 files changed, 63 insertions(+), 10 deletions(-)
diffs (121 lines):
diff -r 9cce0f638fb4 -r 8f776dd00567 devel/ocaml-ppx_sexp_conv/Makefile
--- a/devel/ocaml-ppx_sexp_conv/Makefile Wed May 04 14:14:15 2022 +0000
+++ b/devel/ocaml-ppx_sexp_conv/Makefile Wed May 04 14:43:45 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2021/03/08 08:12:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.19 2022/05/04 14:43:45 jaapb Exp $
GITHUB_PROJECT= ppx_sexp_conv
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.13.0
+DISTNAME= ${GITHUB_PROJECT}-0.15.1
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
diff -r 9cce0f638fb4 -r 8f776dd00567 devel/ocaml-ppx_sexp_conv/PLIST
--- a/devel/ocaml-ppx_sexp_conv/PLIST Wed May 04 14:14:15 2022 +0000
+++ b/devel/ocaml-ppx_sexp_conv/PLIST Wed May 04 14:43:45 2022 +0000
@@ -1,8 +1,20 @@
-@comment $NetBSD: PLIST,v 1.7 2020/01/16 09:52:10 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/05/04 14:43:45 jaapb Exp $
${OCAML_SITELIB}/ppx_sexp_conv/META
${OCAML_SITELIB}/ppx_sexp_conv/dune-package
${OCAML_SITELIB}/ppx_sexp_conv/expander/attrs.ml
${OCAML_SITELIB}/ppx_sexp_conv/expander/attrs.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/conversion.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/conversion.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/expand_of_sexp.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/expand_of_sexp.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/expand_sexp_of.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/expand_sexp_of.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/fresh_name.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/fresh_name.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/helpers.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/helpers.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/lifted.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/lifted.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.a
${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmi
@@ -21,6 +33,48 @@
${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmt
${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Conversion.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_of_sexp.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Expand_sexp_of.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Fresh_name.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Helpers.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Lifted.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Ppx_sexp_conv_grammar.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Record_field_attrs.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmt
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Renaming.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_grammar.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_grammar.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/record_field_attrs.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/record_field_attrs.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/renaming.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/renaming.mli
${OCAML_SITELIB}/ppx_sexp_conv/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.a
${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cma
diff -r 9cce0f638fb4 -r 8f776dd00567 devel/ocaml-ppx_sexp_conv/buildlink3.mk
--- a/devel/ocaml-ppx_sexp_conv/buildlink3.mk Wed May 04 14:14:15 2022 +0000
+++ b/devel/ocaml-ppx_sexp_conv/buildlink3.mk Wed May 04 14:43:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2020/01/16 09:52:10 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2022/05/04 14:43:45 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_sexp_conv
@@ -6,7 +6,7 @@
OCAML_PPX_SEXP_CONV_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.9.0
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.13.0
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.15.1
BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?= ../../devel/ocaml-ppx_sexp_conv
#.include "../../devel/ocaml-ppx_core/buildlink3.mk"
diff -r 9cce0f638fb4 -r 8f776dd00567 devel/ocaml-ppx_sexp_conv/distinfo
--- a/devel/ocaml-ppx_sexp_conv/distinfo Wed May 04 14:14:15 2022 +0000
+++ b/devel/ocaml-ppx_sexp_conv/distinfo Wed May 04 14:43:45 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:15:54 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/05/04 14:43:45 jaapb Exp $
-BLAKE2s (ppx_sexp_conv-0.13.0.tar.gz) = c10ae5f0a78cc4d6b7b168867fb7e8fb466e9a8e72a86f517902c74067ac752e
-SHA512 (ppx_sexp_conv-0.13.0.tar.gz) = bb8dccf8422251c44879feedc2f174ae46407e5227632f9bba80057f3a5bd8cbcb38b5258ce254762b4502f23254c51fabb3475bc6d5657be8e07d1dcde12dbb
-Size (ppx_sexp_conv-0.13.0.tar.gz) = 32763 bytes
+BLAKE2s (ppx_sexp_conv-0.15.1.tar.gz) = fee3f2f7870b33ddca05ed4b7e4d19df90d8d9d60511805acdf246e3cae17e0b
+SHA512 (ppx_sexp_conv-0.15.1.tar.gz) = f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b
+Size (ppx_sexp_conv-0.15.1.tar.gz) = 67448 bytes
Home |
Main Index |
Thread Index |
Old Index