summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-04-04 16:23:36 +0000
committerjaapb <jaapb@pkgsrc.org>2018-04-04 16:23:36 +0000
commit1bdd5aaf76752d8680049ccb0147e991e6db70c7 (patch)
tree0a08bf098861835d0df9fa136e818b2988e10fa9
parent63a519e680bac6fc211d5bb750c44c37de443e45 (diff)
downloadpkgsrc-1bdd5aaf76752d8680049ccb0147e991e6db70c7.tar.gz
Revbump for devel/ocaml-configurator.
No upstream changes; this just deals with some new files caused to be installed by the new version of jbuilder.
-rw-r--r--devel/ocaml-configurator/Makefile4
-rw-r--r--devel/ocaml-configurator/PLIST4
-rw-r--r--devel/ocaml-configurator/buildlink3.mk3
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/ocaml-configurator/Makefile b/devel/ocaml-configurator/Makefile
index d6d3d7ed66e..143f65484a9 100644
--- a/devel/ocaml-configurator/Makefile
+++ b/devel/ocaml-configurator/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/01/10 16:53:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/04 16:23:36 jaapb Exp $
GITHUB_PROJECT= configurator
DISTNAME= ${GITHUB_PROJECT}-0.9.1
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
GITHUB_TAG= v${PKGVERSION_NOREV}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
diff --git a/devel/ocaml-configurator/PLIST b/devel/ocaml-configurator/PLIST
index 54ec6639968..813461e8b50 100644
--- a/devel/ocaml-configurator/PLIST
+++ b/devel/ocaml-configurator/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/16 08:38:27 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/04 16:23:36 jaapb Exp $
${OCAML_SITELIB}/configurator/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.a
${OCAML_SITELIB}/configurator/configurator.cma
@@ -8,6 +8,8 @@ ${OCAML_SITELIB}/configurator/configurator.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxs
+${OCAML_SITELIB}/configurator/configurator.dune
+${OCAML_SITELIB}/configurator/configurator.ml
${OCAML_SITELIB}/configurator/configurator.mli
${OCAML_SITELIB}/configurator/opam
share/doc/configurator/LICENSE.txt
diff --git a/devel/ocaml-configurator/buildlink3.mk b/devel/ocaml-configurator/buildlink3.mk
index f9c43b9bd5d..337cfda48e1 100644
--- a/devel/ocaml-configurator/buildlink3.mk
+++ b/devel/ocaml-configurator/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/10/16 08:38:27 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 16:23:36 jaapb Exp $
BUILDLINK_TREE+= ocaml-configurator
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-configurator
OCAML_CONFIGURATOR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-configurator+= ocaml-configurator>=0.9.1
+BUILDLINK_ABI_DEPENDS.ocaml-configurator+= ocaml-configurator>=0.9.1nb2
BUILDLINK_PKGSRCDIR.ocaml-configurator?= ../../devel/ocaml-configurator
.endif # OCAML_CONFIGURATOR_BUILDLINK3_MK