pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_core Revbump for devel/ocaml-ppx_core.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3fe1842724b
branches: trunk
changeset: 378282:d3fe1842724b
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Apr 04 19:23:03 2018 +0000
description:
Revbump for devel/ocaml-ppx_core.
No upstream changes, just dealing with the new files installed by the
new version of jbuilder.
diffstat:
devel/ocaml-ppx_core/Makefile | 8 ++++----
devel/ocaml-ppx_core/PLIST | 16 +++++++++++++++-
devel/ocaml-ppx_core/buildlink3.mk | 4 ++--
3 files changed, 21 insertions(+), 7 deletions(-)
diffs (86 lines):
diff -r 5783613db0e8 -r d3fe1842724b devel/ocaml-ppx_core/Makefile
--- a/devel/ocaml-ppx_core/Makefile Wed Apr 04 19:21:21 2018 +0000
+++ b/devel/ocaml-ppx_core/Makefile Wed Apr 04 19:23:03 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2018/01/10 16:03:53 jaapb Exp $
+# $NetBSD: Makefile,v 1.12 2018/04/04 19:23:03 jaapb Exp $
-VERSION= 0.9.2
GITHUB_PROJECT= ppx_core
-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 5783613db0e8 -r d3fe1842724b devel/ocaml-ppx_core/PLIST
--- a/devel/ocaml-ppx_core/PLIST Wed Apr 04 19:21:21 2018 +0000
+++ b/devel/ocaml-ppx_core/PLIST Wed Apr 04 19:23:03 2018 +0000
@@ -1,24 +1,37 @@
-@comment $NetBSD: PLIST,v 1.5 2017/07/21 13:27:52 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/04/04 19:23:03 jaapb Exp $
${OCAML_SITELIB}/ppx_core/META
+${OCAML_SITELIB}/ppx_core/ast_builder.ml
${OCAML_SITELIB}/ppx_core/ast_builder.mli
${OCAML_SITELIB}/ppx_core/ast_builder_generated.ml
${OCAML_SITELIB}/ppx_core/ast_builder_intf.ml
+${OCAML_SITELIB}/ppx_core/ast_pattern.ml
${OCAML_SITELIB}/ppx_core/ast_pattern.mli
${OCAML_SITELIB}/ppx_core/ast_pattern0.ml
${OCAML_SITELIB}/ppx_core/ast_pattern_generated.ml
+${OCAML_SITELIB}/ppx_core/ast_traverse.ml
${OCAML_SITELIB}/ppx_core/ast_traverse.mli
+${OCAML_SITELIB}/ppx_core/attribute.ml
${OCAML_SITELIB}/ppx_core/attribute.mli
${OCAML_SITELIB}/ppx_core/caller_id.ml
+${OCAML_SITELIB}/ppx_core/code_matcher.ml
${OCAML_SITELIB}/ppx_core/code_matcher.mli
+${OCAML_SITELIB}/ppx_core/common.ml
${OCAML_SITELIB}/ppx_core/common.mli
+${OCAML_SITELIB}/ppx_core/context_free.ml
${OCAML_SITELIB}/ppx_core/context_free.mli
+${OCAML_SITELIB}/ppx_core/extension.ml
${OCAML_SITELIB}/ppx_core/extension.mli
+${OCAML_SITELIB}/ppx_core/file_path.ml
${OCAML_SITELIB}/ppx_core/file_path.mli
${OCAML_SITELIB}/ppx_core/glue.ml
${OCAML_SITELIB}/ppx_core/import.ml
+${OCAML_SITELIB}/ppx_core/loc.ml
${OCAML_SITELIB}/ppx_core/loc.mli
+${OCAML_SITELIB}/ppx_core/location.ml
${OCAML_SITELIB}/ppx_core/location.mli
+${OCAML_SITELIB}/ppx_core/longident.ml
${OCAML_SITELIB}/ppx_core/longident.mli
+${OCAML_SITELIB}/ppx_core/name.ml
${OCAML_SITELIB}/ppx_core/name.mli
${OCAML_SITELIB}/ppx_core/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.a
@@ -28,6 +41,7 @@
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmxs
+${OCAML_SITELIB}/ppx_core/ppx_core.dune
${OCAML_SITELIB}/ppx_core/ppx_core.ml
${OCAML_SITELIB}/ppx_core/ppx_core__.cmi
${OCAML_SITELIB}/ppx_core/ppx_core__.cmt
diff -r 5783613db0e8 -r d3fe1842724b devel/ocaml-ppx_core/buildlink3.mk
--- a/devel/ocaml-ppx_core/buildlink3.mk Wed Apr 04 19:21:21 2018 +0000
+++ b/devel/ocaml-ppx_core/buildlink3.mk Wed Apr 04 19:23:03 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/01/10 16:03:53 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2018/04/04 19:23:03 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_core
@@ -6,7 +6,7 @@
OCAML_PPX_CORE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppx_core+= ocaml-ppx_core>=0.9.0
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_core+= ocaml-ppx_core>=0.9.2
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_core+= ocaml-ppx_core>=0.9.2nb1
BUILDLINK_PKGSRCDIR.ocaml-ppx_core?= ../../devel/ocaml-ppx_core
.endif # OCAML_PPX_CORE_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index