pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-async_rpc_kernel Updated devel/ocaml-async...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c8212bc1efe
branches: trunk
changeset: 426904:5c8212bc1efe
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Apr 08 09:41:35 2020 +0000
description:
Updated devel/ocaml-async_rpc_kernel to version 0.13.0.
The CHANGES.md file has not been updated, but changes seem minor.
diffstat:
devel/ocaml-async_rpc_kernel/Makefile | 4 ++--
devel/ocaml-async_rpc_kernel/buildlink3.mk | 3 ++-
devel/ocaml-async_rpc_kernel/distinfo | 12 ++++++------
devel/ocaml-async_rpc_kernel/patches/patch-src_dune | 13 ++++++++-----
4 files changed, 18 insertions(+), 14 deletions(-)
diffs (72 lines):
diff -r d658de82ab66 -r 5c8212bc1efe devel/ocaml-async_rpc_kernel/Makefile
--- a/devel/ocaml-async_rpc_kernel/Makefile Wed Apr 08 09:39:38 2020 +0000
+++ b/devel/ocaml-async_rpc_kernel/Makefile Wed Apr 08 09:41:35 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2019/03/25 09:38:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/08 09:41:35 jaapb Exp $
GITHUB_PROJECT= async_rpc_kernel
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.12.0
+DISTNAME= ${GITHUB_PROJECT}-0.13.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
diff -r d658de82ab66 -r 5c8212bc1efe devel/ocaml-async_rpc_kernel/buildlink3.mk
--- a/devel/ocaml-async_rpc_kernel/buildlink3.mk Wed Apr 08 09:39:38 2020 +0000
+++ b/devel/ocaml-async_rpc_kernel/buildlink3.mk Wed Apr 08 09:41:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 10:43:19 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/04/08 09:41:35 jaapb Exp $
BUILDLINK_TREE+= ocaml-async_rpc_kernel
@@ -6,6 +6,7 @@
OCAML_ASYNC_RPC_KERNEL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-async_rpc_kernel+= ocaml-async_rpc_kernel>=0.12.0
+BUILDLINK_ABI_DEPENDS.ocaml-async_rpc_kernel+= ocaml-async_rpc_kernel>=0.13.0
BUILDLINK_PKGSRCDIR.ocaml-async_rpc_kernel?= ../../devel/ocaml-async_rpc_kernel
.endif # OCAML_ASYNC_RPC_KERNEL_BUILDLINK3_MK
diff -r d658de82ab66 -r 5c8212bc1efe devel/ocaml-async_rpc_kernel/distinfo
--- a/devel/ocaml-async_rpc_kernel/distinfo Wed Apr 08 09:39:38 2020 +0000
+++ b/devel/ocaml-async_rpc_kernel/distinfo Wed Apr 08 09:41:35 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/03/19 10:43:19 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/04/08 09:41:35 jaapb Exp $
-SHA1 (async_rpc_kernel-0.12.0.tar.gz) = 9c12d397b7c189fc89e5d1d75086dbb2000a5ea7
-RMD160 (async_rpc_kernel-0.12.0.tar.gz) = 28548e7d4125d4f1877048647d1611fb116122f6
-SHA512 (async_rpc_kernel-0.12.0.tar.gz) = 7f460f2b89110de6000ff5bed5214b6af51948a860eccc3352f102e59e729d00ca2ec582e372800d2c32c032b7ce3411b8421b1a99ddb273fc2033bf6dcbd3a6
-Size (async_rpc_kernel-0.12.0.tar.gz) = 58824 bytes
-SHA1 (patch-src_dune) = 4b25ede0ad30d91f75a23783045c649c0cf2d5d2
+SHA1 (async_rpc_kernel-0.13.0.tar.gz) = 00df0e0f3b4d622cf11e2c13178a26af9d302e0d
+RMD160 (async_rpc_kernel-0.13.0.tar.gz) = 6519bbd67c6b6e8de532e138e7beabe8494f11f7
+SHA512 (async_rpc_kernel-0.13.0.tar.gz) = 8c925140f55f4a7091b298f83e3ce4e4102fa1add62243cf1a23376c1c37303f36987d45074f033554c1f843b239b53f7169c7995e507045fed9bdf7420439be
+Size (async_rpc_kernel-0.13.0.tar.gz) = 61491 bytes
+SHA1 (patch-src_dune) = cf6bcec340cff3565f4fe29606c794432a44b838
diff -r d658de82ab66 -r 5c8212bc1efe devel/ocaml-async_rpc_kernel/patches/patch-src_dune
--- a/devel/ocaml-async_rpc_kernel/patches/patch-src_dune Wed Apr 08 09:39:38 2020 +0000
+++ b/devel/ocaml-async_rpc_kernel/patches/patch-src_dune Wed Apr 08 09:41:35 2020 +0000
@@ -1,12 +1,15 @@
-$NetBSD: patch-src_dune,v 1.1 2019/03/19 10:43:19 jaapb Exp $
+$NetBSD: patch-src_dune,v 1.2 2020/04/08 09:41:35 jaapb Exp $
Removed unknown argument.
---- src/dune.orig 2019-02-13 10:33:20.000000000 +0000
+
+--- src/dune.orig 2019-11-18 14:56:06.000000000 +0000
+++ src/dune
-@@ -1,4 +1,4 @@
+@@ -1,6 +1,5 @@
(library (name async_rpc_kernel) (public_name async_rpc_kernel)
-- (preprocess (pps ppx_jane -dont-check-doc-comments-attachment))
-+ (preprocess (pps ppx_jane))
+ (preprocess
+- (pps ppx_jane -allow-unannotated-ignores
+- -dont-check-doc-comments-attachment))
++ (pps ppx_jane))
(libraries async_kernel core_kernel
- async_kernel.persistent_connection_kernel protocol_version_header))
\ No newline at end of file
Home |
Main Index |
Thread Index |
Old Index