Tue Nov 27 18:57:00 2018 UTC ()
Updated package devel/ocaml-ppxlib to version 0.3.1.

Mostly minor changes upstream. Package also updated to use dune.


(jaapb)
diff -r1.5 -r1.6 pkgsrc/devel/ocaml-ppxlib/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ocaml-ppxlib/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/ocaml-ppxlib/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/ocaml-ppxlib/buildlink3.mk

cvs diff -r1.5 -r1.6 pkgsrc/devel/ocaml-ppxlib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppxlib/Makefile 2018/11/12 16:10:22 1.5
+++ pkgsrc/devel/ocaml-ppxlib/Makefile 2018/11/27 18:57:00 1.6
@@ -1,31 +1,30 @@ @@ -1,31 +1,30 @@
1# $NetBSD: Makefile,v 1.5 2018/11/12 16:10:22 jaapb Exp $ 1# $NetBSD: Makefile,v 1.6 2018/11/27 18:57:00 jaapb Exp $
2 2
3GITHUB_PROJECT= ppxlib 3GITHUB_PROJECT= ppxlib
4GITHUB_TAG= ${PKGVERSION_NOREV} 4GITHUB_TAG= ${PKGVERSION_NOREV}
5DISTNAME= ${GITHUB_PROJECT}-0.3.0 5DISTNAME= ${GITHUB_PROJECT}-0.3.1
6PKGNAME= ocaml-${DISTNAME} 6PKGNAME= ocaml-${DISTNAME}
7PKGREVISION= 3 
8CATEGORIES= devel 7CATEGORIES= devel
9MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/}
10 9
11MAINTAINER= jaapb@NetBSD.org 10MAINTAINER= jaapb@NetBSD.org
12HOMEPAGE= https://github.com/ocaml-ppx/ppxlib/ 11HOMEPAGE= https://github.com/ocaml-ppx/ppxlib/
13COMMENT= Base library and tools for ppx rewriters 12COMMENT= Base library and tools for ppx rewriters
14LICENSE= apache-2.0 13LICENSE= apache-2.0
15 14
16USE_LANGUAGES= # none 15USE_LANGUAGES= # none
17USE_TOOLS+= bash 16USE_TOOLS+= bash
18OCAML_USE_JBUILDER= yes 17OCAML_USE_DUNE= yes
19 18
20SUPERSEDES= ocaml-ppx_ast-[0-9]* \ 19SUPERSEDES= ocaml-ppx_ast-[0-9]* \
21 ocaml-ppx_core-[0-9]* \ 20 ocaml-ppx_core-[0-9]* \
22 ocaml-ppx_driver-[0-9]* \ 21 ocaml-ppx_driver-[0-9]* \
23 ocaml-ppx_metaquot-[0-9]* \ 22 ocaml-ppx_metaquot-[0-9]* \
24 ocaml-ppx_traverse_builtins-[0-9]* \ 23 ocaml-ppx_traverse_builtins-[0-9]* \
25 ocaml-ppx_type_conv-[0-9]* 24 ocaml-ppx_type_conv-[0-9]*
26 25
27.include "../../devel/ocaml-base/buildlink3.mk" 26.include "../../devel/ocaml-base/buildlink3.mk"
28.include "../../devel/ocaml-compiler-libs/buildlink3.mk" 27.include "../../devel/ocaml-compiler-libs/buildlink3.mk"
29.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" 28.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
30.include "../../devel/ocaml-ppx_derivers/buildlink3.mk" 29.include "../../devel/ocaml-ppx_derivers/buildlink3.mk"
31.include "../../devel/ocaml-stdio/buildlink3.mk" 30.include "../../devel/ocaml-stdio/buildlink3.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/ocaml-ppxlib/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppxlib/PLIST 2018/05/09 14:46:59 1.1
+++ pkgsrc/devel/ocaml-ppxlib/PLIST 2018/11/27 18:57:00 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2018/05/09 14:46:59 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/11/27 18:57:00 jaapb Exp $
2${OCAML_SITELIB}/ppxlib/META 2${OCAML_SITELIB}/ppxlib/META
3${OCAML_SITELIB}/ppxlib/ast/ast.ml 3${OCAML_SITELIB}/ppxlib/ast/ast.ml
4${OCAML_SITELIB}/ppxlib/ast/ast_helper.ml 4${OCAML_SITELIB}/ppxlib/ast/ast_helper.ml
5${OCAML_SITELIB}/ppxlib/ast/ast_helper.mli 5${OCAML_SITELIB}/ppxlib/ast/ast_helper.mli
6${OCAML_SITELIB}/ppxlib/ast/docstrings.ml 6${OCAML_SITELIB}/ppxlib/ast/docstrings.ml
7${OCAML_SITELIB}/ppxlib/ast/docstrings.mli 7${OCAML_SITELIB}/ppxlib/ast/docstrings.mli
8${OCAML_SITELIB}/ppxlib/ast/import.ml 8${OCAML_SITELIB}/ppxlib/ast/import.ml
9${OCAML_SITELIB}/ppxlib/ast/lexer.ml 9${OCAML_SITELIB}/ppxlib/ast/lexer.ml
10${OCAML_SITELIB}/ppxlib/ast/location_helper.ml 10${OCAML_SITELIB}/ppxlib/ast/location_helper.ml
11${OCAML_SITELIB}/ppxlib/ast/parse.ml 11${OCAML_SITELIB}/ppxlib/ast/parse.ml
12${OCAML_SITELIB}/ppxlib/ast/parse.mli 12${OCAML_SITELIB}/ppxlib/ast/parse.mli
13${OCAML_SITELIB}/ppxlib/ast/parser.ml 13${OCAML_SITELIB}/ppxlib/ast/parser.ml
14${OCAML_SITELIB}/ppxlib/ast/parser.mli 14${OCAML_SITELIB}/ppxlib/ast/parser.mli
@@ -16,27 +16,27 @@ ${OCAML_SITELIB}/ppxlib/ast/pprintast.ml @@ -16,27 +16,27 @@ ${OCAML_SITELIB}/ppxlib/ast/pprintast.ml
16${OCAML_SITELIB}/ppxlib/ast/pprintast.mli 16${OCAML_SITELIB}/ppxlib/ast/pprintast.mli
17${OCAML_SITELIB}/ppxlib/ast/ppxlib.ast.dune 17${OCAML_SITELIB}/ppxlib/ast/ppxlib.ast.dune
18${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.a 18${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.a
19${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cma 19${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cma
20${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmi 20${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmi
21${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmt 21${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmt
22${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmx 22${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmx
23${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmxa 23${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmxa
24${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmxs 24${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmxs
25${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.ml 25${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.ml
26${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmi 26${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmi
27${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmt 27${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmt
28${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmx 28${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.cmx
29${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.ml-gen 29${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.ml
30${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmi 30${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmi
31${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmt 31${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmt
32${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmx 32${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmx
33${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmi 33${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmi
34${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmt 34${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmt
35${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmti 35${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmti
36${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmx 36${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper.cmx
37${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmi 37${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmi
38${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmt 38${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmt
39${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmti 39${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmti
40${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmx 40${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Docstrings.cmx
41${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmi 41${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmi
42${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmt 42${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmt
@@ -135,27 +135,27 @@ ${OCAML_SITELIB}/ppxlib/opam @@ -135,27 +135,27 @@ ${OCAML_SITELIB}/ppxlib/opam
135${OCAML_SITELIB}/ppxlib/options.ml 135${OCAML_SITELIB}/ppxlib/options.ml
136${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.a 136${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.a
137${OCAML_SITELIB}/ppxlib/ppxlib.cma 137${OCAML_SITELIB}/ppxlib/ppxlib.cma
138${OCAML_SITELIB}/ppxlib/ppxlib.cmi 138${OCAML_SITELIB}/ppxlib/ppxlib.cmi
139${OCAML_SITELIB}/ppxlib/ppxlib.cmt 139${OCAML_SITELIB}/ppxlib/ppxlib.cmt
140${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmx 140${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmx
141${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmxa 141${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmxa
142${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmxs 142${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib.cmxs
143${OCAML_SITELIB}/ppxlib/ppxlib.dune 143${OCAML_SITELIB}/ppxlib/ppxlib.dune
144${OCAML_SITELIB}/ppxlib/ppxlib.ml 144${OCAML_SITELIB}/ppxlib/ppxlib.ml
145${OCAML_SITELIB}/ppxlib/ppxlib__.cmi 145${OCAML_SITELIB}/ppxlib/ppxlib__.cmi
146${OCAML_SITELIB}/ppxlib/ppxlib__.cmt 146${OCAML_SITELIB}/ppxlib/ppxlib__.cmt
147${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__.cmx 147${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__.cmx
148${OCAML_SITELIB}/ppxlib/ppxlib__.ml-gen 148${OCAML_SITELIB}/ppxlib/ppxlib__.ml
149${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmi 149${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmi
150${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmt 150${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmt
151${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmti 151${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmti
152${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmx 152${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder.cmx
153${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmi 153${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmi
154${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmt 154${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmt
155${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmx 155${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_generated.cmx
156${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmi 156${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmi
157${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmt 157${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmt
158${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmx 158${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ast_builder_intf.cmx
159${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmi 159${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmi
160${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmt 160${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmt
161${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmti 161${OCAML_SITELIB}/ppxlib/ppxlib__Ast_pattern.cmti
@@ -260,40 +260,40 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxli @@ -260,40 +260,40 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxli
260${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.ml 260${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.ml
261${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.mli 261${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.mli
262${OCAML_SITELIB}/ppxlib/reconcile.ml 262${OCAML_SITELIB}/ppxlib/reconcile.ml
263${OCAML_SITELIB}/ppxlib/reconcile.mli 263${OCAML_SITELIB}/ppxlib/reconcile.mli
264${OCAML_SITELIB}/ppxlib/runner/ppx_driver_runner.ml 264${OCAML_SITELIB}/ppxlib/runner/ppx_driver_runner.ml
265${OCAML_SITELIB}/ppxlib/runner/ppxlib.runner.dune 265${OCAML_SITELIB}/ppxlib/runner/ppxlib.runner.dune
266${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.a 266${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.a
267${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cma 267${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cma
268${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmi 268${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmi
269${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmt 269${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmt
270${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmx 270${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmx
271${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmxa 271${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmxa
272${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmxs 272${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.cmxs
273${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.ml-gen 273${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner.ml
274${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmi 274${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmi
275${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmt 275${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmt
276${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmx 276${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmx
277${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppx_driver_runner_as_ppx.ml 277${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppx_driver_runner_as_ppx.ml
278${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib.runner_as_ppx.dune 278${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib.runner_as_ppx.dune
279${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.a 279${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.a
280${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cma 280${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cma
281${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmi 281${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmi
282${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmt 282${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmt
283${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmx 283${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmx
284${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxa 284${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxa
285${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxs 285${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxs
286${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.ml-gen 286${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.ml
287${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmi 287${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmi
288${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmt 288${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmt
289${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmx 289${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmx
290${OCAML_SITELIB}/ppxlib/spellcheck.ml 290${OCAML_SITELIB}/ppxlib/spellcheck.ml
291${OCAML_SITELIB}/ppxlib/traverse/ppx.exe 291${OCAML_SITELIB}/ppxlib/traverse/ppx.exe
292${OCAML_SITELIB}/ppxlib/traverse/ppxlib.traverse.dune 292${OCAML_SITELIB}/ppxlib/traverse/ppxlib.traverse.dune
293${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.a 293${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.a
294${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cma 294${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cma
295${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmi 295${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmi
296${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmt 296${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmt
297${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmx 297${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmx
298${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmxa 298${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmxa
299${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmxs 299${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmxs

cvs diff -r1.1 -r1.2 pkgsrc/devel/ocaml-ppxlib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppxlib/distinfo 2018/05/09 14:46:59 1.1
+++ pkgsrc/devel/ocaml-ppxlib/distinfo 2018/11/27 18:57:00 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/05/09 14:46:59 jaapb Exp $ 1$NetBSD: distinfo,v 1.2 2018/11/27 18:57:00 jaapb Exp $
2 2
3SHA1 (ppxlib-0.3.0.tar.gz) = 721aec388ba104dfde81df064605e1b254cd2b52 3SHA1 (ppxlib-0.3.1.tar.gz) = 2faf6cbe01ff9a9b83f9435ff571d3387f944c2f
4RMD160 (ppxlib-0.3.0.tar.gz) = 637b186f898a286228b0e4422b702c8a9b77e292 4RMD160 (ppxlib-0.3.1.tar.gz) = 52df5b6e5472842a73dc03005d25f0dceea3b01b
5SHA512 (ppxlib-0.3.0.tar.gz) = 2b158f7ef62aea1d70471cab750ebcd5311a32d98fb5cea42f66eaaa81c28b222af99be2c52067f3b87646ac4b9b2a41544273fc060dc3b03ad2b660a387585a 5SHA512 (ppxlib-0.3.1.tar.gz) = 6553d96132bfeca174d8e11d5eb7259f44bc76da962900bc333bcb9836cefe99d074fb518869372b894ba0dc2b074b585e546e8d85b4c0f4f086577fe61174fd
6Size (ppxlib-0.3.0.tar.gz) = 173963 bytes 6Size (ppxlib-0.3.1.tar.gz) = 173101 bytes

cvs diff -r1.3 -r1.4 pkgsrc/devel/ocaml-ppxlib/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppxlib/buildlink3.mk 2018/07/19 15:15:25 1.3
+++ pkgsrc/devel/ocaml-ppxlib/buildlink3.mk 2018/11/27 18:57:00 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: buildlink3.mk,v 1.3 2018/07/19 15:15:25 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 18:57:00 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-ppxlib 3BUILDLINK_TREE+= ocaml-ppxlib
4 4
5.if !defined(OCAML_PPXLIB_BUILDLINK3_MK) 5.if !defined(OCAML_PPXLIB_BUILDLINK3_MK)
6OCAML_PPXLIB_BUILDLINK3_MK:= 6OCAML_PPXLIB_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.0 8BUILDLINK_API_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.0
9BUILDLINK_ABI_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.0nb2 9BUILDLINK_ABI_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.1
10BUILDLINK_PKGSRCDIR.ocaml-ppxlib?= ../../devel/ocaml-ppxlib 10BUILDLINK_PKGSRCDIR.ocaml-ppxlib?= ../../devel/ocaml-ppxlib
11 11
12.endif # OCAML_PPXLIB_BUILDLINK3_MK 12.endif # OCAML_PPXLIB_BUILDLINK3_MK
13 13
14BUILDLINK_TREE+= -ocaml-ppxlib 14BUILDLINK_TREE+= -ocaml-ppxlib