pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_ast Revbump for devel/ocaml-ppx_ast.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d29eba4d8c3f
branches: trunk
changeset: 378279:d29eba4d8c3f
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Apr 04 19:15:07 2018 +0000
description:
Revbump for devel/ocaml-ppx_ast.
No upstream changes, just dealing with new files caused to be installed by
the new version of jbuilder.
diffstat:
devel/ocaml-ppx_ast/Makefile | 8 ++++----
devel/ocaml-ppx_ast/PLIST | 10 +++++++++-
devel/ocaml-ppx_ast/buildlink3.mk | 4 ++--
3 files changed, 15 insertions(+), 7 deletions(-)
diffs (77 lines):
diff -r e62339ecef5c -r d29eba4d8c3f devel/ocaml-ppx_ast/Makefile
--- a/devel/ocaml-ppx_ast/Makefile Wed Apr 04 19:13:05 2018 +0000
+++ b/devel/ocaml-ppx_ast/Makefile Wed Apr 04 19:15:07 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2018/01/10 15:54:02 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/04 19:15:07 jaapb Exp $
-VERSION= 0.9.2
GITHUB_PROJECT= ppx_ast
-GITHUB_TAG= v${VERSION}
-DISTNAME= ${GITHUB_PROJECT}-${VERSION}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= ${GITHUB_PROJECT}-0.9.2
PKGNAME= ocaml-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
diff -r e62339ecef5c -r d29eba4d8c3f devel/ocaml-ppx_ast/PLIST
--- a/devel/ocaml-ppx_ast/PLIST Wed Apr 04 19:13:05 2018 +0000
+++ b/devel/ocaml-ppx_ast/PLIST Wed Apr 04 19:15:07 2018 +0000
@@ -1,13 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/21 10:32:25 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:15:07 jaapb Exp $
${OCAML_SITELIB}/ppx_ast/META
${OCAML_SITELIB}/ppx_ast/ast.ml
+${OCAML_SITELIB}/ppx_ast/ast_helper.ml
${OCAML_SITELIB}/ppx_ast/ast_helper.mli
+${OCAML_SITELIB}/ppx_ast/docstrings.ml
${OCAML_SITELIB}/ppx_ast/docstrings.mli
${OCAML_SITELIB}/ppx_ast/import.ml
${OCAML_SITELIB}/ppx_ast/lexer.ml
${OCAML_SITELIB}/ppx_ast/opam
+${OCAML_SITELIB}/ppx_ast/parse.ml
${OCAML_SITELIB}/ppx_ast/parse.mli
+${OCAML_SITELIB}/ppx_ast/parser.ml
${OCAML_SITELIB}/ppx_ast/parser.mli
+${OCAML_SITELIB}/ppx_ast/pprintast.ml
${OCAML_SITELIB}/ppx_ast/pprintast.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.a
${OCAML_SITELIB}/ppx_ast/ppx_ast.cma
@@ -16,6 +21,7 @@
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast.cmxs
+${OCAML_SITELIB}/ppx_ast/ppx_ast.dune
${OCAML_SITELIB}/ppx_ast/ppx_ast.ml
${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmi
${OCAML_SITELIB}/ppx_ast/ppx_ast__.cmt
@@ -58,7 +64,9 @@
${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmt
${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ast/ppx_ast__Warn.cmx
+${OCAML_SITELIB}/ppx_ast/syntaxerr.ml
${OCAML_SITELIB}/ppx_ast/syntaxerr.mli
+${OCAML_SITELIB}/ppx_ast/warn.ml
${OCAML_SITELIB}/ppx_ast/warn.mli
share/doc/ppx_ast/CHANGES.md
share/doc/ppx_ast/LICENSE.txt
diff -r e62339ecef5c -r d29eba4d8c3f devel/ocaml-ppx_ast/buildlink3.mk
--- a/devel/ocaml-ppx_ast/buildlink3.mk Wed Apr 04 19:13:05 2018 +0000
+++ b/devel/ocaml-ppx_ast/buildlink3.mk Wed Apr 04 19:15:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/01/10 15:54:02 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2018/04/04 19:15:07 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_ast
@@ -6,7 +6,7 @@
OCAML_PPX_AST_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.1
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.2
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_ast+= ocaml-ppx_ast>=0.9.2nb1
BUILDLINK_PKGSRCDIR.ocaml-ppx_ast?= ../../devel/ocaml-ppx_ast
.endif # OCAML_PPX_AST_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index