pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-ppx_sexp_conv
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Mar 5 18:06:23 UTC 2019
Modified Files:
pkgsrc/devel/ocaml-ppx_sexp_conv: Makefile PLIST buildlink3.mk distinfo
Log Message:
Updated devel/ocaml-ppx_sexp_conv to version 0.12.0.
Package is now compatible with dune 1.7.
The CHANGES.md file is not up to date; upstream changes are minor only.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST \
pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk
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_sexp_conv/Makefile
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.14 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.15
--- pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.14 Tue Nov 27 18:58:53 2018
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile Tue Mar 5 18:06:23 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2018/11/27 18:58:53 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2019/03/05 18:06:23 jaapb Exp $
GITHUB_PROJECT= ppx_sexp_conv
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.11.2
+DISTNAME= ${GITHUB_PROJECT}-0.12.0
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
Index: pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.5 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.6
--- pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.5 Wed May 9 15:01:02 2018
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST Tue Mar 5 18:06:23 2019
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2018/05/09 15:01:02 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/03/05 18:06:23 jaapb Exp $
${OCAML_SITELIB}/ppx_sexp_conv/META
-${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv.expander.dune
+${OCAML_SITELIB}/ppx_sexp_conv/dune-package
${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
@@ -20,10 +20,8 @@ ${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxs
-${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.dune
${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.ml
${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.mli
-${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv.runtime-lib.dune
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.a
${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cma
${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmi
@@ -33,5 +31,5 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_s
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxs
${OCAML_SITELIB}/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.ml
share/doc/ppx_sexp_conv/CHANGES.md
-share/doc/ppx_sexp_conv/LICENSE.txt
+share/doc/ppx_sexp_conv/LICENSE.md
share/doc/ppx_sexp_conv/README.org
Index: pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.5 pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.6
--- pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.5 Wed May 9 15:01:02 2018
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo Tue Mar 5 18:06:23 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/09 15:01:02 jaapb Exp $
+$NetBSD: distinfo,v 1.6 2019/03/05 18:06:23 jaapb Exp $
-SHA1 (ppx_sexp_conv-0.11.2.tar.gz) = 12d8e236480cdd7385df0cb7915e95f26777d78a
-RMD160 (ppx_sexp_conv-0.11.2.tar.gz) = 0e782beacf4d1cae26333412a8eb66ea5405e0d3
-SHA512 (ppx_sexp_conv-0.11.2.tar.gz) = dcfb25494d947649c71a4b55695694b962e21f5013a7d78d030a74aa114ed82904b60d3a4dfaf0a61a5028f0c69332b53029ea7cb32eaa58d33af606fb6e7105
-Size (ppx_sexp_conv-0.11.2.tar.gz) = 29932 bytes
+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
Index: pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.8 pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.9
--- pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.8 Tue Nov 27 18:58:53 2018
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk Tue Mar 5 18:06:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2018/11/27 18:58:53 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2019/03/05 18:06:23 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_sexp_conv
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_sexp_conv
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.11.2nb3
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.12.0
BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?= ../../devel/ocaml-ppx_sexp_conv
#.include "../../devel/ocaml-ppx_core/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index