pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-async_unix Updated devel/ocaml-async_unix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d5ecd111c98
branches:  trunk
changeset: 426908:3d5ecd111c98
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 08 11:08:59 2020 +0000

description:
Updated devel/ocaml-async_unix to version 0.13.0.

The CHANGES.md file has not been updated, but changes seem minor.

diffstat:

 devel/ocaml-async_unix/Makefile                                  |   4 +-
 devel/ocaml-async_unix/PLIST                                     |   8 +++-
 devel/ocaml-async_unix/buildlink3.mk                             |   3 +-
 devel/ocaml-async_unix/distinfo                                  |  18 +++++-----
 devel/ocaml-async_unix/patches/patch-src_dune                    |   9 ++--
 devel/ocaml-async_unix/patches/patch-thread__pool_src_dune       |   3 +-
 devel/ocaml-async_unix/patches/patch-thread__safe__ivar_src_dune |   7 ++-
 devel/ocaml-async_unix/patches/patch-thread__safe__pipe_src_dune |   3 +-
 8 files changed, 33 insertions(+), 22 deletions(-)

diffs (146 lines):

diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/Makefile
--- a/devel/ocaml-async_unix/Makefile   Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/Makefile   Wed Apr 08 11:08:59 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 11:08:59 jaapb Exp $
 
 GITHUB_PROJECT=        async_unix
 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 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/PLIST
--- a/devel/ocaml-async_unix/PLIST      Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/PLIST      Wed Apr 08 11:08:59 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 ${OCAML_SITELIB}/async_unix/META
 ${OCAML_SITELIB}/async_unix/assign_try_with_log_exn.ml
 ${OCAML_SITELIB}/async_unix/assign_try_with_log_exn.mli
@@ -139,6 +139,10 @@
 ${OCAML_SITELIB}/async_unix/async_unix__Syscall.cmt
 ${OCAML_SITELIB}/async_unix/async_unix__Syscall.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/async_unix/async_unix__Syscall.cmx
+${OCAML_SITELIB}/async_unix/async_unix__Tcp.cmi
+${OCAML_SITELIB}/async_unix/async_unix__Tcp.cmt
+${OCAML_SITELIB}/async_unix/async_unix__Tcp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/async_unix/async_unix__Tcp.cmx
 ${OCAML_SITELIB}/async_unix/async_unix__Thread_safe.cmi
 ${OCAML_SITELIB}/async_unix/async_unix__Thread_safe.cmt
 ${OCAML_SITELIB}/async_unix/async_unix__Thread_safe.cmti
@@ -212,6 +216,8 @@
 ${OCAML_SITELIB}/async_unix/signal_manager.mli
 ${OCAML_SITELIB}/async_unix/syscall.ml
 ${OCAML_SITELIB}/async_unix/syscall.mli
+${OCAML_SITELIB}/async_unix/tcp.ml
+${OCAML_SITELIB}/async_unix/tcp.mli
 ${OCAML_SITELIB}/async_unix/thread_pool/import.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/async_unix/thread_pool/thread_pool.a
 ${OCAML_SITELIB}/async_unix/thread_pool/thread_pool.cma
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/buildlink3.mk
--- a/devel/ocaml-async_unix/buildlink3.mk      Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/buildlink3.mk      Wed Apr 08 11:08:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:21 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/04/08 11:08:59 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-async_unix
 
@@ -6,6 +6,7 @@
 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_PKGSRCDIR.ocaml-async_unix?=         ../../devel/ocaml-async_unix
 
 .endif # OCAML_ASYNC_UNIX_BUILDLINK3_MK
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/distinfo
--- a/devel/ocaml-async_unix/distinfo   Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/distinfo   Wed Apr 08 11:08:59 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 
-SHA1 (async_unix-0.12.0.tar.gz) = a0fd135289dee62e929999c71795f008f1fdea7f
-RMD160 (async_unix-0.12.0.tar.gz) = b0e3f953e6167872dde188679e0b79527aa14ce5
-SHA512 (async_unix-0.12.0.tar.gz) = f1b427476295d7beec4e282ffac53dea8e003cc906d6e521280f0269c9057c822b517c551c40956a057c9adc630df0ae9c43932f0a76a756841be0953561e218
-Size (async_unix-0.12.0.tar.gz) = 161822 bytes
-SHA1 (patch-src_dune) = e2ad2651f4ceb6aec6f69bf79eb86cedf0aab65e
-SHA1 (patch-thread__pool_src_dune) = 680a475e3a747075ffa02de2e0978dc5e102759b
-SHA1 (patch-thread__safe__ivar_src_dune) = bea3776929788436cb5d30640070d4dbd874da44
-SHA1 (patch-thread__safe__pipe_src_dune) = 5d7971eb41581507b6af67d2ca49330d3effdbeb
+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 (patch-src_dune) = 4b9b0b4f70f3de9d968b928549dec7de9b6c12f5
+SHA1 (patch-thread__pool_src_dune) = 49342110282b4d66258b706913ea8d768f00b311
+SHA1 (patch-thread__safe__ivar_src_dune) = 045c1a56270333b688ff63e820429e873da24c2a
+SHA1 (patch-thread__safe__pipe_src_dune) = 7d5810cdc22eec92dc428a663478ea25fe25e8fe
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/patches/patch-src_dune
--- a/devel/ocaml-async_unix/patches/patch-src_dune     Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/patches/patch-src_dune     Wed Apr 08 11:08:59 2020 +0000
@@ -1,11 +1,12 @@
-$NetBSD: patch-src_dune,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+$NetBSD: patch-src_dune,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 
 Removed unknown parameters
---- src/dune.orig      2019-02-13 10:33:20.000000000 +0000
+
+--- src/dune.orig      2019-11-18 14:56:06.000000000 +0000
 +++ src/dune
 @@ -2,4 +2,4 @@
-  (libraries async_kernel core core.nano_mutex core.squeue thread_pool
-   thread_safe_ivar core.uuid)
+  (libraries async_kernel core_kernel.bounded_int_table core core.nano_mutex
+   core.squeue thread_pool thread_safe_ivar core.time_stamp_counter core.uuid)
   (c_names dump_core_on_job_delay_stubs)
 - (preprocess (pps ppx_jane -annotated-ignores -check-doc-comments)))
 \ No newline at end of file
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/patches/patch-thread__pool_src_dune
--- a/devel/ocaml-async_unix/patches/patch-thread__pool_src_dune        Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/patches/patch-thread__pool_src_dune        Wed Apr 08 11:08:59 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-thread__pool_src_dune,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+$NetBSD: patch-thread__pool_src_dune,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 
 Removed unknown parameters
+
 --- thread_pool/src/dune.orig  2019-02-13 10:33:20.000000000 +0000
 +++ thread_pool/src/dune
 @@ -1,4 +1,4 @@
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/patches/patch-thread__safe__ivar_src_dune
--- a/devel/ocaml-async_unix/patches/patch-thread__safe__ivar_src_dune  Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/patches/patch-thread__safe__ivar_src_dune  Wed Apr 08 11:08:59 2020 +0000
@@ -1,11 +1,12 @@
-$NetBSD: patch-thread__safe__ivar_src_dune,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+$NetBSD: patch-thread__safe__ivar_src_dune,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 
 Removed unknown parameters
---- thread_safe_ivar/src/dune.orig     2019-02-13 10:33:20.000000000 +0000
+
+--- thread_safe_ivar/src/dune.orig     2019-11-18 14:56:06.000000000 +0000
 +++ thread_safe_ivar/src/dune
 @@ -1,3 +1,3 @@
  (library (name thread_safe_ivar) (public_name async_unix.thread_safe_ivar)
-  (libraries core)
+  (libraries core core.error_checking_mutex)
 - (preprocess (pps ppx_jane -annotated-ignores -check-doc-comments)))
 \ No newline at end of file
 + (preprocess (pps ppx_jane)))
diff -r 13741f79507c -r 3d5ecd111c98 devel/ocaml-async_unix/patches/patch-thread__safe__pipe_src_dune
--- a/devel/ocaml-async_unix/patches/patch-thread__safe__pipe_src_dune  Wed Apr 08 09:43:17 2020 +0000
+++ b/devel/ocaml-async_unix/patches/patch-thread__safe__pipe_src_dune  Wed Apr 08 11:08:59 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-thread__safe__pipe_src_dune,v 1.1 2019/03/19 10:48:15 jaapb Exp $
+$NetBSD: patch-thread__safe__pipe_src_dune,v 1.2 2020/04/08 11:08:59 jaapb Exp $
 
 Removed unknown parameters
+
 --- thread_safe_pipe/src/dune.orig     2019-02-13 10:33:20.000000000 +0000
 +++ thread_safe_pipe/src/dune
 @@ -1,3 +1,3 @@



Home | Main Index | Thread Index | Old Index