diff options
author | jaapb <jaapb@pkgsrc.org> | 2020-12-11 09:42:41 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2020-12-11 09:42:41 +0000 |
commit | 0ffcb996308620c8b6018b2b3d333fccbbead9ad (patch) | |
tree | b18cd21294fa4ce51e7dced67d470efc6e52d0ef /devel | |
parent | 2318f79cdac3c491ffc0d07cf6b136293c953d99 (diff) | |
download | pkgsrc-0ffcb996308620c8b6018b2b3d333fccbbead9ad.tar.gz |
Updated devel/ocaml-async_unix to 0.13.1.
This adds compatibility with OCaml 4.11.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-async_unix/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-async_unix/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/ocaml-async_unix/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/ocaml-async_unix/Makefile b/devel/ocaml-async_unix/Makefile index cf3f6f0bf01..7596ec0d26c 100644 --- a/devel/ocaml-async_unix/Makefile +++ b/devel/ocaml-async_unix/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/04/08 11:08:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2020/12/11 09:42:41 jaapb Exp $ GITHUB_PROJECT= async_unix GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-0.13.0 +DISTNAME= ${GITHUB_PROJECT}-0.13.1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-async_unix/buildlink3.mk b/devel/ocaml-async_unix/buildlink3.mk index a189c302282..1cff40a622a 100644 --- a/devel/ocaml-async_unix/buildlink3.mk +++ b/devel/ocaml-async_unix/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2020/04/08 11:08:59 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2020/12/11 09:42:41 jaapb Exp $ BUILDLINK_TREE+= ocaml-async_unix @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-async_unix OCAML_ASYNC_UNIX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-async_unix+= ocaml-async_unix>=0.12.0 -BUILDLINK_ABI_DEPENDS.ocaml-async_unix+= ocaml-async_unix>=0.13.0 +BUILDLINK_ABI_DEPENDS.ocaml-async_unix+= ocaml-async_unix>=0.13.1 BUILDLINK_PKGSRCDIR.ocaml-async_unix?= ../../devel/ocaml-async_unix .endif # OCAML_ASYNC_UNIX_BUILDLINK3_MK diff --git a/devel/ocaml-async_unix/distinfo b/devel/ocaml-async_unix/distinfo index d9744a7a81f..3103052562f 100644 --- a/devel/ocaml-async_unix/distinfo +++ b/devel/ocaml-async_unix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2020/04/08 11:08:59 jaapb Exp $ +$NetBSD: distinfo,v 1.3 2020/12/11 09:42:41 jaapb Exp $ -SHA1 (async_unix-0.13.0.tar.gz) = c38c5fb54ffcc826d139b7da502e8f9e457420d8 -RMD160 (async_unix-0.13.0.tar.gz) = ebdb001a2367f6316e11e84d7575f9a091a398a0 -SHA512 (async_unix-0.13.0.tar.gz) = 24a2333c60194a2a46e07658110d7e32947afe814d6502a4a8f9a56b30691024e8ae4d06fb0830ea8ecb4ce555340f0b90960539d56d10092dc538bab6baeb80 -Size (async_unix-0.13.0.tar.gz) = 169267 bytes +SHA1 (async_unix-0.13.1.tar.gz) = 60483b79b6fa864d438d0d4af3b6dd604fdec468 +RMD160 (async_unix-0.13.1.tar.gz) = ada45108d7ba20c6711d21e0143b6d387ef06d3a +SHA512 (async_unix-0.13.1.tar.gz) = bd847acbb63a7c1d4c37b13831f0020640db94091b6d07d1b727c0a83aeccc35a1e60fe3dd96ae6fb6154a7da204885473e5abafae095205c2a6c705ec125810 +Size (async_unix-0.13.1.tar.gz) = 169271 bytes SHA1 (patch-src_dune) = 4b9b0b4f70f3de9d968b928549dec7de9b6c12f5 SHA1 (patch-thread__pool_src_dune) = 49342110282b4d66258b706913ea8d768f00b311 SHA1 (patch-thread__safe__ivar_src_dune) = 045c1a56270333b688ff63e820429e873da24c2a |