diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:53:07 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:53:07 +0000 |
commit | f74a9836812e350c7d808a79fdd54b27b8e13c1c (patch) | |
tree | 4ec4f4828d98eb15908232e256b7a2e86a264845 /misc | |
parent | 0eb120fba8b3927f6b960c1557a62856212b82e2 (diff) | |
download | pkgsrc-f74a9836812e350c7d808a79fdd54b27b8e13c1c.tar.gz |
Recursive revbump associated with the update to OCaml 4.06.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ocaml-cudf/Makefile | 4 | ||||
-rw-r--r-- | misc/ocaml-cudf/buildlink3.mk | 4 | ||||
-rw-r--r-- | misc/ocaml-opam-file-format/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index 1f775bc0a54..6f9f326983f 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2017/09/08 09:51:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2018/01/10 16:53:12 jaapb Exp $ DISTNAME= cudf-0.9 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36602/ diff --git a/misc/ocaml-cudf/buildlink3.mk b/misc/ocaml-cudf/buildlink3.mk index 7bde0d557c2..95ad01b2cf5 100644 --- a/misc/ocaml-cudf/buildlink3.mk +++ b/misc/ocaml-cudf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:29:58 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2018/01/10 16:53:12 jaapb Exp $ BUILDLINK_TREE+= ocaml-cudf @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cudf OCAML_CUDF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cudf+= ocaml-cudf>=0.8 -BUILDLINK_ABI_DEPENDS.ocaml-cudf+= ocaml-cudf>=0.9 +BUILDLINK_ABI_DEPENDS.ocaml-cudf+= ocaml-cudf>=0.9nb2 BUILDLINK_PKGSRCDIR.ocaml-cudf?= ../../misc/ocaml-cudf .include "../../devel/ocaml-extlib/buildlink3.mk" diff --git a/misc/ocaml-opam-file-format/Makefile b/misc/ocaml-opam-file-format/Makefile index bf416d93e47..9ed04524138 100644 --- a/misc/ocaml-opam-file-format/Makefile +++ b/misc/ocaml-opam-file-format/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2017/09/08 09:51:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:12 jaapb Exp $ VERSION= 2.0.0_beta3 GITHUB_PROJECT= opam-file-format GITHUB_TAG= ${VERSION:S/_/-/} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} MAKE_JOBS_SAFE= no |