pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-async_rpc_kernel



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Apr  8 09:41:35 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-async_rpc_kernel: Makefile buildlink3.mk distinfo
        pkgsrc/devel/ocaml-async_rpc_kernel/patches: patch-src_dune

Log Message:
Updated devel/ocaml-async_rpc_kernel to version 0.13.0.

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-async_rpc_kernel/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk \
    pkgsrc/devel/ocaml-async_rpc_kernel/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-async_rpc_kernel/Makefile
diff -u pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.3 pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.4
--- pkgsrc/devel/ocaml-async_rpc_kernel/Makefile:1.3    Mon Mar 25 09:38:57 2019
+++ pkgsrc/devel/ocaml-async_rpc_kernel/Makefile        Wed Apr  8 09:41:35 2020
@@ -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/}

Index: pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk
diff -u pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk:1.1 pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk:1.1       Tue Mar 19 10:43:19 2019
+++ pkgsrc/devel/ocaml-async_rpc_kernel/buildlink3.mk   Wed Apr  8 09:41:35 2020
@@ -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 @@ BUILDLINK_TREE+=        ocaml-async_rpc_kernel
 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
Index: pkgsrc/devel/ocaml-async_rpc_kernel/distinfo
diff -u pkgsrc/devel/ocaml-async_rpc_kernel/distinfo:1.1 pkgsrc/devel/ocaml-async_rpc_kernel/distinfo:1.2
--- pkgsrc/devel/ocaml-async_rpc_kernel/distinfo:1.1    Tue Mar 19 10:43:19 2019
+++ pkgsrc/devel/ocaml-async_rpc_kernel/distinfo        Wed Apr  8 09:41:35 2020
@@ -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

Index: pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune
diff -u pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune:1.1 pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune:1.2
--- pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune:1.1      Tue Mar 19 10:43:19 2019
+++ pkgsrc/devel/ocaml-async_rpc_kernel/patches/patch-src_dune  Wed Apr  8 09:41:35 2020
@@ -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