pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_here Updated devel/ocaml-ppx_here to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7389ba992213
branches:  trunk
changeset: 421484:7389ba992213
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Jan 16 12:58:31 2020 +0000

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

The changelog has not been updated recently, but it seems that a
runtime-lib package has been added. Otherwise no major changes.

diffstat:

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

diffs (72 lines):

diff -r 41de63365691 -r 7389ba992213 devel/ocaml-ppx_here/Makefile
--- a/devel/ocaml-ppx_here/Makefile     Thu Jan 16 12:55:16 2020 +0000
+++ b/devel/ocaml-ppx_here/Makefile     Thu Jan 16 12:58:31 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/16 12:58:31 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_here
 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 41de63365691 -r 7389ba992213 devel/ocaml-ppx_here/PLIST
--- a/devel/ocaml-ppx_here/PLIST        Thu Jan 16 12:55:16 2020 +0000
+++ b/devel/ocaml-ppx_here/PLIST        Thu Jan 16 12:58:31 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/16 12:58:31 jaapb Exp $
 ${OCAML_SITELIB}/ppx_here/META
 ${OCAML_SITELIB}/ppx_here/dune-package
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.a
@@ -23,6 +23,16 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/ppx_here.cmxs
 ${OCAML_SITELIB}/ppx_here/ppx_here.ml
 ${OCAML_SITELIB}/ppx_here/ppx_here.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.a
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cma
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmi
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmt
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.cmxs
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.ml
+${OCAML_SITELIB}/ppx_here/runtime-lib/ppx_here_lib.mli
 share/doc/ppx_here/CHANGES.md
 share/doc/ppx_here/LICENSE.md
 share/doc/ppx_here/README.md
diff -r 41de63365691 -r 7389ba992213 devel/ocaml-ppx_here/buildlink3.mk
--- a/devel/ocaml-ppx_here/buildlink3.mk        Thu Jan 16 12:55:16 2020 +0000
+++ b/devel/ocaml-ppx_here/buildlink3.mk        Thu Jan 16 12:58:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/16 12:58:31 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_here
 
@@ -6,6 +6,7 @@
 OCAML_PPX_HERE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-ppx_here+= ocaml-ppx_here>=0.12.0
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_here+= ocaml-ppx_here>=0.13.0
 BUILDLINK_PKGSRCDIR.ocaml-ppx_here?=   ../../devel/ocaml-ppx_here
 
 .endif # OCAML_PPX_HERE_BUILDLINK3_MK
diff -r 41de63365691 -r 7389ba992213 devel/ocaml-ppx_here/distinfo
--- a/devel/ocaml-ppx_here/distinfo     Thu Jan 16 12:55:16 2020 +0000
+++ b/devel/ocaml-ppx_here/distinfo     Thu Jan 16 12:58:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/01/16 12:58:31 jaapb Exp $
 
-SHA1 (ppx_here-0.12.0.tar.gz) = ac988a0d7641f05971b663f1ddf6e31bfa0708e4
-RMD160 (ppx_here-0.12.0.tar.gz) = 0f6ef89665668e292014858d991fa1a75a61a73f
-SHA512 (ppx_here-0.12.0.tar.gz) = 978a8af50a8b8848c7020c082e32c8e38841219320ec23c4adfec920cdd0ea0faa77ea90fd3470d24277d319ffb1a643557557a1755931c44201319370cfa5c6
-Size (ppx_here-0.12.0.tar.gz) = 4833 bytes
+SHA1 (ppx_here-0.13.0.tar.gz) = 2a51e9e403e5f8d89b92b57fe8c1328dd2753b8c
+RMD160 (ppx_here-0.13.0.tar.gz) = 28236e3d5242374d67ddeae76b009fbaa3787e61
+SHA512 (ppx_here-0.13.0.tar.gz) = 58db7457950768013da428bdb64675e6dadabb74b364e6e03759b5bed470b408ae154c3e695151d69d3269359358e4a2795d1510b55de33f63ae9cd8035ab002
+Size (ppx_here-0.13.0.tar.gz) = 4987 bytes



Home | Main Index | Thread Index | Old Index