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/8281545982f8
branches:  trunk
changeset: 421460:8281545982f8
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Jan 16 09:52:10 2020 +0000

description:
Updated devel/ocaml-ppx_sexp_conv to version 0.13.0.

The changelog doesn't seem to have been updated in a while, but this
version definitely adds support for OCaml 4.09.

diffstat:

 devel/ocaml-ppx_sexp_conv/Makefile      |   4 ++--
 devel/ocaml-ppx_sexp_conv/PLIST         |  12 +++++++++++-
 devel/ocaml-ppx_sexp_conv/buildlink3.mk |   4 ++--
 devel/ocaml-ppx_sexp_conv/distinfo      |  10 +++++-----
 4 files changed, 20 insertions(+), 10 deletions(-)

diffs (75 lines):

diff -r 117e6931814b -r 8281545982f8 devel/ocaml-ppx_sexp_conv/Makefile
--- a/devel/ocaml-ppx_sexp_conv/Makefile        Thu Jan 16 09:49:12 2020 +0000
+++ b/devel/ocaml-ppx_sexp_conv/Makefile        Thu Jan 16 09:52:10 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 10:39:24 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/16 09:52:10 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_sexp_conv
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.12.0
+DISTNAME=      ${GITHUB_PROJECT}-0.13.0
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
diff -r 117e6931814b -r 8281545982f8 devel/ocaml-ppx_sexp_conv/PLIST
--- a/devel/ocaml-ppx_sexp_conv/PLIST   Thu Jan 16 09:49:12 2020 +0000
+++ b/devel/ocaml-ppx_sexp_conv/PLIST   Thu Jan 16 09:52:10 2020 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2019/03/05 18:06:23 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/01/16 09:52:10 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
 ${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
@@ -11,6 +13,14 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.ml
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.mli
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmi
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmx
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.ml
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmi
+${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/opam
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.a
 ${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cma
diff -r 117e6931814b -r 8281545982f8 devel/ocaml-ppx_sexp_conv/buildlink3.mk
--- a/devel/ocaml-ppx_sexp_conv/buildlink3.mk   Thu Jan 16 09:49:12 2020 +0000
+++ b/devel/ocaml-ppx_sexp_conv/buildlink3.mk   Thu Jan 16 09:52:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2019/03/05 18:06:23 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2020/01/16 09:52:10 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.12.0
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+=    ocaml-ppx_sexp_conv>=0.13.0
 BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?=      ../../devel/ocaml-ppx_sexp_conv
 
 #.include "../../devel/ocaml-ppx_core/buildlink3.mk"
diff -r 117e6931814b -r 8281545982f8 devel/ocaml-ppx_sexp_conv/distinfo
--- a/devel/ocaml-ppx_sexp_conv/distinfo        Thu Jan 16 09:49:12 2020 +0000
+++ b/devel/ocaml-ppx_sexp_conv/distinfo        Thu Jan 16 09:52:10 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/03/05 18:06:23 jaapb Exp $
+$NetBSD: distinfo,v 1.7 2020/01/16 09:52:10 jaapb Exp $
 
-SHA1 (ppx_sexp_conv-0.12.0.tar.gz) = 4fe772974db8c7a85eb1e8ac574d8357e983649f
-RMD160 (ppx_sexp_conv-0.12.0.tar.gz) = 0d1c17e96320558736c7005a52b71ecaa29a445c
-SHA512 (ppx_sexp_conv-0.12.0.tar.gz) = f6adca0cf1aa9edef034425c586749879f8dcdbd2375e5c77bfa57dba37b024d0fdaeea97009c10891d3d6dac7240da554350b47a22af9d2f9fbbf758d8426a0
-Size (ppx_sexp_conv-0.12.0.tar.gz) = 29010 bytes
+SHA1 (ppx_sexp_conv-0.13.0.tar.gz) = 580db487cbaebde33857b995bf3175bc8d922ec1
+RMD160 (ppx_sexp_conv-0.13.0.tar.gz) = c1e3da4053d472534689d5f91240d35272acdf1b
+SHA512 (ppx_sexp_conv-0.13.0.tar.gz) = bb8dccf8422251c44879feedc2f174ae46407e5227632f9bba80057f3a5bd8cbcb38b5258ce254762b4502f23254c51fabb3475bc6d5657be8e07d1dcde12dbb
+Size (ppx_sexp_conv-0.13.0.tar.gz) = 32763 bytes



Home | Main Index | Thread Index | Old Index