Wed Apr 4 19:15:07 2018 UTC ()
Revbump for devel/ocaml-ppx_ast.

No upstream changes, just dealing with new files caused to be installed by
the new version of jbuilder.


(jaapb)
diff -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_ast/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_ast/PLIST
diff -r1.2 -r1.3 pkgsrc/devel/ocaml-ppx_ast/buildlink3.mk

cvs diff -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_ast/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppx_ast/Attic/Makefile 2018/01/10 15:54:02 1.3
+++ pkgsrc/devel/ocaml-ppx_ast/Attic/Makefile 2018/04/04 19:15:07 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2018/01/10 15:54:02 jaapb Exp $ 1# $NetBSD: Makefile,v 1.4 2018/04/04 19:15:07 jaapb Exp $
2 2
3VERSION= 0.9.2 
4GITHUB_PROJECT= ppx_ast 3GITHUB_PROJECT= ppx_ast
5GITHUB_TAG= v${VERSION} 4GITHUB_TAG= v${PKGVERSION_NOREV}
6DISTNAME= ${GITHUB_PROJECT}-${VERSION} 5DISTNAME= ${GITHUB_PROJECT}-0.9.2
7PKGNAME= ocaml-${DISTNAME} 6PKGNAME= ocaml-${DISTNAME}
 7PKGREVISION= 1
8CATEGORIES= devel 8CATEGORIES= devel
9MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} 9MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
10 10
11MAINTAINER= jaapb@NetBSD.org 11MAINTAINER= jaapb@NetBSD.org
12HOMEPAGE= https://github.com/janestreet/ppx_ast/ 12HOMEPAGE= https://github.com/janestreet/ppx_ast/
13COMMENT= AST used in ppx_core/ppx_driver PPX rewriters 13COMMENT= AST used in ppx_core/ppx_driver PPX rewriters
14LICENSE= apache-2.0 14LICENSE= apache-2.0
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17OCAML_USE_FINDLIB= yes 17OCAML_USE_FINDLIB= yes
18OCAML_USE_JBUILDER= yes 18OCAML_USE_JBUILDER= yes
19 19
20.include "../../mk/ocaml.mk" 20.include "../../mk/ocaml.mk"

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

--- pkgsrc/devel/ocaml-ppx_ast/Attic/PLIST 2017/07/21 10:32:25 1.1
+++ pkgsrc/devel/ocaml-ppx_ast/Attic/PLIST 2018/04/04 19:15:07 1.2
@@ -1,31 +1,37 @@ @@ -1,31 +1,37 @@
1@comment $NetBSD: PLIST,v 1.1 2017/07/21 10:32:25 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:15:07 jaapb Exp $
2${OCAML_SITELIB}/ppx_ast/META 2${OCAML_SITELIB}/ppx_ast/META
3${OCAML_SITELIB}/ppx_ast/ast.ml 3${OCAML_SITELIB}/ppx_ast/ast.ml
 4${OCAML_SITELIB}/ppx_ast/ast_helper.ml
4${OCAML_SITELIB}/ppx_ast/ast_helper.mli 5${OCAML_SITELIB}/ppx_ast/ast_helper.mli
 6${OCAML_SITELIB}/ppx_ast/docstrings.ml
5${OCAML_SITELIB}/ppx_ast/docstrings.mli 7${OCAML_SITELIB}/ppx_ast/docstrings.mli
6${OCAML_SITELIB}/ppx_ast/import.ml 8${OCAML_SITELIB}/ppx_ast/import.ml
7${OCAML_SITELIB}/ppx_ast/lexer.ml 9${OCAML_SITELIB}/ppx_ast/lexer.ml
8${OCAML_SITELIB}/ppx_ast/opam 10${OCAML_SITELIB}/ppx_ast/opam
 11${OCAML_SITELIB}/ppx_ast/parse.ml
9${OCAML_SITELIB}/ppx_ast/parse.mli 12${OCAML_SITELIB}/ppx_ast/parse.mli
 13${OCAML_SITELIB}/ppx_ast/parser.ml
10${OCAML_SITELIB}/ppx_ast/parser.mli 14${OCAML_SITELIB}/ppx_ast/parser.mli
 15${OCAML_SITELIB}/ppx_ast/pprintast.ml
11${OCAML_SITELIB}/ppx_ast/pprintast.mli 16${OCAML_SITELIB}/ppx_ast/pprintast.mli
12${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.a 17${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.a
13${OCAML_SITELIB}/ppx_ast/ppx_ast.cma 18${OCAML_SITELIB}/ppx_ast/ppx_ast.cma
14${OCAML_SITELIB}/ppx_ast/ppx_ast.cmi 19${OCAML_SITELIB}/ppx_ast/ppx_ast.cmi
15${OCAML_SITELIB}/ppx_ast/ppx_ast.cmt 20${OCAML_SITELIB}/ppx_ast/ppx_ast.cmt
16${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmx 21${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmx
17${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxa 22${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxa
18${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxs 23${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxs
 24${OCAML_SITELIB}/ppx_ast/ppx_ast.dune
19${OCAML_SITELIB}/ppx_ast/ppx_ast.ml 25${OCAML_SITELIB}/ppx_ast/ppx_ast.ml
20${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmi 26${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmi
21${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmt 27${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmt
22${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmx 28${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmx
23${OCAML_SITELIB}/ppx_ast/ppx_ast__.ml-gen 29${OCAML_SITELIB}/ppx_ast/ppx_ast__.ml-gen
24${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmi 30${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmi
25${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmt 31${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmt
26${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmx 32${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast.cmx
27${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmi 33${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmi
28${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmt 34${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmt
29${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmti 35${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmti
30${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmx 36${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Ast_helper.cmx
31${OCAML_SITELIB}/ppx_ast/ppx_ast__Docstrings.cmi 37${OCAML_SITELIB}/ppx_ast/ppx_ast__Docstrings.cmi
@@ -48,18 +54,20 @@ ${OCAML_SITELIB}/ppx_ast/ppx_ast__Parser @@ -48,18 +54,20 @@ ${OCAML_SITELIB}/ppx_ast/ppx_ast__Parser
48${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Parser.cmx 54${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Parser.cmx
49${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmi 55${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmi
50${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmt 56${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmt
51${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmti 57${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmti
52${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmx 58${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Pprintast.cmx
53${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmi 59${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmi
54${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmt 60${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmt
55${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmti 61${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmti
56${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmx 62${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Syntaxerr.cmx
57${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmi 63${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmi
58${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmt 64${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmt
59${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmti 65${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmti
60${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmx 66${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmx
 67${OCAML_SITELIB}/ppx_ast/syntaxerr.ml
61${OCAML_SITELIB}/ppx_ast/syntaxerr.mli 68${OCAML_SITELIB}/ppx_ast/syntaxerr.mli
 69${OCAML_SITELIB}/ppx_ast/warn.ml
62${OCAML_SITELIB}/ppx_ast/warn.mli 70${OCAML_SITELIB}/ppx_ast/warn.mli
63share/doc/ppx_ast/CHANGES.md 71share/doc/ppx_ast/CHANGES.md
64share/doc/ppx_ast/LICENSE.txt 72share/doc/ppx_ast/LICENSE.txt
65share/doc/ppx_ast/README.org 73share/doc/ppx_ast/README.org

cvs diff -r1.2 -r1.3 pkgsrc/devel/ocaml-ppx_ast/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-ppx_ast/Attic/buildlink3.mk 2018/01/10 15:54:02 1.2
+++ pkgsrc/devel/ocaml-ppx_ast/Attic/buildlink3.mk 2018/04/04 19:15:07 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.2 2018/01/10 15:54:02 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.3 2018/04/04 19:15:07 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-ppx_ast 3BUILDLINK_TREE+= ocaml-ppx_ast
4 4
5.if !defined(OCAML_PPX_AST_BUILDLINK3_MK) 5.if !defined(OCAML_PPX_AST_BUILDLINK3_MK)
6OCAML_PPX_AST_BUILDLINK3_MK:= 6OCAML_PPX_AST_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.1 8BUILDLINK_API_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.1
9BUILDLINK_ABI_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.2 9BUILDLINK_ABI_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.2nb1
10BUILDLINK_PKGSRCDIR.ocaml-ppx_ast?= ../../devel/ocaml-ppx_ast 10BUILDLINK_PKGSRCDIR.ocaml-ppx_ast?= ../../devel/ocaml-ppx_ast
11.endif # OCAML_PPX_AST_BUILDLINK3_MK 11.endif # OCAML_PPX_AST_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -ocaml-ppx_ast 13BUILDLINK_TREE+= -ocaml-ppx_ast