summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-11-27 18:58:53 +0000
committerjaapb <jaapb@pkgsrc.org>2018-11-27 18:58:53 +0000
commit3050e215776ee6f532281857ba85d26d3b3dfb75 (patch)
tree3b147edba716955291f14baa14e48ec08b6dcbf8
parentce0b4c55cdb06dd73c803adbbfb9b1a39c041768 (diff)
downloadpkgsrc-3050e215776ee6f532281857ba85d26d3b3dfb75.tar.gz
Updated package devel/ocaml-ppx_sexp_conv to use dune
-rw-r--r--devel/ocaml-ppx_sexp_conv/Makefile6
-rw-r--r--devel/ocaml-ppx_sexp_conv/buildlink3.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile
index b32ef98bdeb..9da9747886b 100644
--- a/devel/ocaml-ppx_sexp_conv/Makefile
+++ b/devel/ocaml-ppx_sexp_conv/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2018/11/12 16:10:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/27 18:58:53 jaapb Exp $
GITHUB_PROJECT= ppx_sexp_conv
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-0.11.2
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
@@ -15,7 +15,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
OCAML_USE_FINDLIB= yes
-OCAML_USE_JBUILDER= yes
+OCAML_USE_DUNE= yes
.include "../../devel/ocaml-base/buildlink3.mk"
.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
diff --git a/devel/ocaml-ppx_sexp_conv/buildlink3.mk b/devel/ocaml-ppx_sexp_conv/buildlink3.mk
index ceff9842a62..c9d3da697cf 100644
--- a/devel/ocaml-ppx_sexp_conv/buildlink3.mk
+++ b/devel/ocaml-ppx_sexp_conv/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2018/07/19 15:15:24 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2018/11/27 18:58:53 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_sexp_conv
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_sexp_conv
OCAML_PPX_SEXP_CONV_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.9.0
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.11.2nb1
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=0.11.2nb3
BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?= ../../devel/ocaml-ppx_sexp_conv
#.include "../../devel/ocaml-ppx_core/buildlink3.mk"