Updated devel/ocaml-configurator for dune compatibility.
Package is now compatible with dune 1.7; revbump.
This commit is contained in:
parent
bdc4062b4d
commit
922a36f919
3 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.7 2018/11/27 15:27:18 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2019/03/05 16:23:43 jaapb Exp $
|
||||
|
||||
GITHUB_PROJECT= configurator
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
DISTNAME= ${GITHUB_PROJECT}-0.11.0
|
||||
PKGNAME= ocaml-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2018/04/04 16:23:36 jaapb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2019/03/05 16:23:43 jaapb Exp $
|
||||
${OCAML_SITELIB}/configurator/META
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.a
|
||||
${OCAML_SITELIB}/configurator/configurator.cma
|
||||
|
@ -8,9 +8,9 @@ ${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/dune-package
|
||||
${OCAML_SITELIB}/configurator/opam
|
||||
share/doc/configurator/LICENSE.txt
|
||||
share/doc/configurator/README.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.5 2018/11/27 15:27:18 jaapb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:23:43 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= ocaml-configurator
|
||||
|
||||
|
@ -6,7 +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.11.0nb3
|
||||
BUILDLINK_ABI_DEPENDS.ocaml-configurator+= ocaml-configurator>=0.11.0nb4
|
||||
BUILDLINK_PKGSRCDIR.ocaml-configurator?= ../../devel/ocaml-configurator
|
||||
|
||||
.endif # OCAML_CONFIGURATOR_BUILDLINK3_MK
|
||||
|
|
Loading…
Reference in a new issue