Received: by mail.netbsd.org (Postfix, from userid 605) id 3CCBC84DD7; Thu, 16 Jan 2020 09:52:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA8F484DC3 for ; Thu, 16 Jan 2020 09:52:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rkPKffc1ZqgD for ; Thu, 16 Jan 2020 09:52:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0396184DB7 for ; Thu, 16 Jan 2020 09:52:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F184CFBF4; Thu, 16 Jan 2020 09:52:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579168330197080" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 09:52:10 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-ppx_sexp_conv To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20200116095210.F184CFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579168330197080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Thu Jan 16 09:52:10 UTC 2020 Modified Files: pkgsrc/devel/ocaml-ppx_sexp_conv: Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST \ pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo cvs rdiff -u -r1.9 -r1.10 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. --_----------=_1579168330197080 Content-Disposition: inline Content-Length: 4701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.16 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.17 --- pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.16 Sun Nov 3 10:39:24 2019 +++ pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile Thu Jan 16 09:52:10 2020 @@ -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/} Index: pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.6 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.7 --- pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.6 Tue Mar 5 18:06:23 2019 +++ pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST Thu Jan 16 09:52:10 2020 @@ -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_s ${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 Index: pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.6 pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.7 --- pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo:1.6 Tue Mar 5 18:06:23 2019 +++ pkgsrc/devel/ocaml-ppx_sexp_conv/distinfo Thu Jan 16 09:52:10 2020 @@ -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 Index: pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.9 pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.10 --- pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.9 Tue Mar 5 18:06:23 2019 +++ pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk Thu Jan 16 09:52:10 2020 @@ -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 @@ 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.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" --_----------=_1579168330197080--