pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_here



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu Jan 16 12:58:31 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_here/Makefile \
    pkgsrc/devel/ocaml-ppx_here/PLIST \
    pkgsrc/devel/ocaml-ppx_here/buildlink3.mk \
    pkgsrc/devel/ocaml-ppx_here/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-ppx_here/Makefile
diff -u pkgsrc/devel/ocaml-ppx_here/Makefile:1.1 pkgsrc/devel/ocaml-ppx_here/Makefile:1.2
--- pkgsrc/devel/ocaml-ppx_here/Makefile:1.1    Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/Makefile        Thu Jan 16 12:58:31 2020
@@ -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/}
Index: pkgsrc/devel/ocaml-ppx_here/PLIST
diff -u pkgsrc/devel/ocaml-ppx_here/PLIST:1.1 pkgsrc/devel/ocaml-ppx_here/PLIST:1.2
--- pkgsrc/devel/ocaml-ppx_here/PLIST:1.1       Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/PLIST   Thu Jan 16 12:58:31 2020
@@ -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_h
 ${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
Index: pkgsrc/devel/ocaml-ppx_here/buildlink3.mk
diff -u pkgsrc/devel/ocaml-ppx_here/buildlink3.mk:1.1 pkgsrc/devel/ocaml-ppx_here/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-ppx_here/buildlink3.mk:1.1       Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/buildlink3.mk   Thu Jan 16 12:58:31 2020
@@ -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 @@ BUILDLINK_TREE+=        ocaml-ppx_here
 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
Index: pkgsrc/devel/ocaml-ppx_here/distinfo
diff -u pkgsrc/devel/ocaml-ppx_here/distinfo:1.1 pkgsrc/devel/ocaml-ppx_here/distinfo:1.2
--- pkgsrc/devel/ocaml-ppx_here/distinfo:1.1    Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/distinfo        Thu Jan 16 12:58:31 2020
@@ -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