Received: by mail.netbsd.org (Postfix, from userid 605) id 9FA4E84D5E; Wed, 4 Apr 2018 19:12:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A24BF84D5D for ; Wed, 4 Apr 2018 19:12:54 +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 iUouo6glUEt4 for ; Wed, 4 Apr 2018 19:12:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8059F84C86 for ; Wed, 4 Apr 2018 19:12:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79768FBEC; Wed, 4 Apr 2018 19:12:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152286917333320" MIME-Version: 1.0 Date: Wed, 4 Apr 2018 19:12:53 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-migrate-parsetree To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20180404191253.79768FBEC@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. --_----------=_152286917333320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Wed Apr 4 19:12:53 UTC 2018 Modified Files: pkgsrc/devel/ocaml-migrate-parsetree: Makefile PLIST buildlink3.mk distinfo Log Message: Updated devel/ocaml-migrate-parsetree to version 1.0.8 This version includes only minor bugfixes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-migrate-parsetree/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-migrate-parsetree/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-migrate-parsetree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152286917333320 Content-Disposition: inline Content-Length: 7174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-migrate-parsetree/Makefile diff -u pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.7 pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.8 --- pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.7 Wed Jan 10 15:22:18 2018 +++ pkgsrc/devel/ocaml-migrate-parsetree/Makefile Wed Apr 4 19:12:53 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2018/01/10 15:22:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2018/04/04 19:12:53 jaapb Exp $ GITHUB_PROJECT= ocaml-migrate-parsetree GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-1.0.7 +DISTNAME= ${GITHUB_PROJECT}-1.0.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=let-def/} @@ -18,5 +18,6 @@ OCAML_USE_JBUILDER= yes OPAM_INSTALL_FILES= ${GITHUB_PROJECT} .include "../../mk/ocaml.mk" +.include "../../devel/ocaml-result/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-migrate-parsetree/PLIST diff -u pkgsrc/devel/ocaml-migrate-parsetree/PLIST:1.2 pkgsrc/devel/ocaml-migrate-parsetree/PLIST:1.3 --- pkgsrc/devel/ocaml-migrate-parsetree/PLIST:1.2 Wed Oct 25 11:01:58 2017 +++ pkgsrc/devel/ocaml-migrate-parsetree/PLIST Wed Apr 4 19:12:53 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/10/25 11:01:58 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/04/04 19:12:53 jaapb Exp $ ${OCAML_SITELIB}/ocaml-migrate-parsetree/META ${OCAML_SITELIB}/ocaml-migrate-parsetree/ast_402.cmi ${OCAML_SITELIB}/ocaml-migrate-parsetree/ast_402.cmt @@ -28,6 +28,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/driver-main/migrate_parsetree_driver_main.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/driver-main/migrate_parsetree_driver_main.cmxs ${OCAML_SITELIB}/ocaml-migrate-parsetree/driver-main/migrate_parsetree_driver_main.ml +${OCAML_SITELIB}/ocaml-migrate-parsetree/driver-main/ocaml-migrate-parsetree.driver-main.dune ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree.a ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree.cma ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree.cmi @@ -104,6 +105,7 @@ ${OCAML_SITELIB}/ocaml-migrate-parsetree ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_ast_io.cmt ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_ast_io.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_ast_io.cmx +${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_ast_io.ml ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_ast_io.mli ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_compiler_functions.cmi ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_compiler_functions.cmt @@ -113,24 +115,29 @@ ${OCAML_SITELIB}/ocaml-migrate-parsetree ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_def.cmt ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_def.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_def.cmx +${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_def.ml ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_def.mli ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.cmi ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.cmt ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.cmx +${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.ml ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_driver.mli ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.cmi ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.cmt ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.cmx +${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.ml ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_parse.mli ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.cmi ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.cmt ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.cmx +${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.ml ${OCAML_SITELIB}/ocaml-migrate-parsetree/migrate_parsetree_versions.mli +${OCAML_SITELIB}/ocaml-migrate-parsetree/ocaml-migrate-parsetree.dune ${OCAML_SITELIB}/ocaml-migrate-parsetree/opam share/doc/ocaml-migrate-parsetree/CHANGES.md -share/doc/ocaml-migrate-parsetree/LICENSE +share/doc/ocaml-migrate-parsetree/LICENSE.md share/doc/ocaml-migrate-parsetree/MANUAL.md share/doc/ocaml-migrate-parsetree/README.md Index: pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk diff -u pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk:1.4 pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk:1.5 --- pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk:1.4 Wed Jan 10 15:22:18 2018 +++ pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk Wed Apr 4 19:12:53 2018 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/01/10 15:22:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2018/04/04 19:12:53 jaapb Exp $ BUILDLINK_TREE+= ocaml-migrate-parsetree @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-migrate-parsetree OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.0.1 -BUILDLINK_ABI_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.0.7 +BUILDLINK_ABI_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.0.8 BUILDLINK_PKGSRCDIR.ocaml-migrate-parsetree?= ../../devel/ocaml-migrate-parsetree .endif # OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK Index: pkgsrc/devel/ocaml-migrate-parsetree/distinfo diff -u pkgsrc/devel/ocaml-migrate-parsetree/distinfo:1.3 pkgsrc/devel/ocaml-migrate-parsetree/distinfo:1.4 --- pkgsrc/devel/ocaml-migrate-parsetree/distinfo:1.3 Wed Jan 10 15:22:18 2018 +++ pkgsrc/devel/ocaml-migrate-parsetree/distinfo Wed Apr 4 19:12:53 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/01/10 15:22:18 jaapb Exp $ +$NetBSD: distinfo,v 1.4 2018/04/04 19:12:53 jaapb Exp $ -SHA1 (ocaml-migrate-parsetree-1.0.7.tar.gz) = e129c955efe1a1070ad251828b6b3b2ad61205f4 -RMD160 (ocaml-migrate-parsetree-1.0.7.tar.gz) = 7fa7d02aeb6e24004a41f03f0eefcfe54242230e -SHA512 (ocaml-migrate-parsetree-1.0.7.tar.gz) = 3ba1bfe4840b2664b5053068b3659eb6a2ca216f29ece3f4522d1e7c5d87cb643bfb59ebe0563264cafdc31b9aa572007b4261fd3df8b27607fad47ff6168892 -Size (ocaml-migrate-parsetree-1.0.7.tar.gz) = 209251 bytes +SHA1 (ocaml-migrate-parsetree-1.0.8.tar.gz) = 0570f44b4aefe70b77644ce6b50f885d6fabebf8 +RMD160 (ocaml-migrate-parsetree-1.0.8.tar.gz) = af12744c0992427d4a63d926e847b9f46fc0e180 +SHA512 (ocaml-migrate-parsetree-1.0.8.tar.gz) = 1ee977eeb1f73fca3f7f05604103e903dd9c1f41412b557735c3b84157c0431bc13ad5de97471583f7d979904a341ed745136c244d8496526e3da993fc81e93d +Size (ocaml-migrate-parsetree-1.0.8.tar.gz) = 210171 bytes --_----------=_152286917333320--