pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-async_extra Updated devel/ocaml-async_extr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a0e91fbd583
branches:  trunk
changeset: 378749:2a0e91fbd583
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu May 05 10:53:17 2022 +0000

description:
Updated devel/ocaml-async_extra to version 0.15.0.

There is no changelog, but upstream changes are minor except for some
dependency changes.

diffstat:

 devel/ocaml-async_extra/Makefile                          |  14 ++++++--------
 devel/ocaml-async_extra/buildlink3.mk                     |   4 ++--
 devel/ocaml-async_extra/distinfo                          |   9 ++++-----
 devel/ocaml-async_extra/patches/patch-async__bus_src_dune |  13 -------------
 4 files changed, 12 insertions(+), 28 deletions(-)

diffs (80 lines):

diff -r 34015f671494 -r 2a0e91fbd583 devel/ocaml-async_extra/Makefile
--- a/devel/ocaml-async_extra/Makefile  Thu May 05 10:52:39 2022 +0000
+++ b/devel/ocaml-async_extra/Makefile  Thu May 05 10:53:17 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2021/03/08 08:12:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/05 10:53:17 jaapb Exp $
 
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 GITHUB_PROJECT=        async_extra
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.13.0
-PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/janestreet/async_extra/
@@ -18,8 +17,7 @@
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-async_kernel/buildlink3.mk"
-.include "../../devel/ocaml-async_rpc_kernel/buildlink3.mk"
-.include "../../devel/ocaml-async_unix/buildlink3.mk"
 .include "../../devel/ocaml-core/buildlink3.mk"
+.include "../../devel/ocaml-core_kernel/buildlink3.mk"
 .include "../../devel/ocaml-ppx_jane/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 34015f671494 -r 2a0e91fbd583 devel/ocaml-async_extra/buildlink3.mk
--- a/devel/ocaml-async_extra/buildlink3.mk     Thu May 05 10:52:39 2022 +0000
+++ b/devel/ocaml-async_extra/buildlink3.mk     Thu May 05 10:53:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/04/08 11:29:05 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/05/05 10:53:17 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-async_extra
 
@@ -6,7 +6,7 @@
 OCAML_ASYNC_EXTRA_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-async_extra+=      ocaml-async_extra>=0.12.0
-BUILDLINK_ABI_DEPENDS.ocaml-async_extra+=      ocaml-async_extra>=0.13.0
+BUILDLINK_ABI_DEPENDS.ocaml-async_extra+=      ocaml-async_extra>=0.15.0
 BUILDLINK_PKGSRCDIR.ocaml-async_extra?=                ../../devel/ocaml-async_extra
 
 .endif # OCAML_ASYNC_EXTRA_BUILDLINK3_MK
diff -r 34015f671494 -r 2a0e91fbd583 devel/ocaml-async_extra/distinfo
--- a/devel/ocaml-async_extra/distinfo  Thu May 05 10:52:39 2022 +0000
+++ b/devel/ocaml-async_extra/distinfo  Thu May 05 10:53:17 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:44 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/05 10:53:17 jaapb Exp $
 
-BLAKE2s (async_extra-0.13.0.tar.gz) = dfc08b15e7b53a32f4de27b70a69a5bf5fffa09f52b2901aacd619b446f52e91
-SHA512 (async_extra-0.13.0.tar.gz) = d8cbe44ba2cc02b3289b98961714e6d2869982331e58d246dd055bec46e95d44d55b8c64872cc9edc8b392219b7fcc3031fa6a68cc1e78b300ae5c78104e5257
-Size (async_extra-0.13.0.tar.gz) = 17699 bytes
-SHA1 (patch-async__bus_src_dune) = 089089d2021a76bb165630eabe5b0c8f0a82d1ac
+BLAKE2s (async_extra-0.15.0.tar.gz) = 9a2177e219a3e8c1c8d9bc437ddccb0cb6ab551930b9976061cb43f6dd4c20b5
+SHA512 (async_extra-0.15.0.tar.gz) = d54c324b615dd6575024a1694790e247f1982949399aaab4b75a8918d819798c64c6d3a5fafd17274d3a3b0b45b7e3b022b4e263aad9701c2eecce3c25d032b7
+Size (async_extra-0.15.0.tar.gz) = 18236 bytes
diff -r 34015f671494 -r 2a0e91fbd583 devel/ocaml-async_extra/patches/patch-async__bus_src_dune
--- a/devel/ocaml-async_extra/patches/patch-async__bus_src_dune Thu May 05 10:52:39 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-async__bus_src_dune,v 1.1 2020/04/08 11:29:05 jaapb Exp $
-
-Remove unknown parameter
-
---- async_bus/src/dune.orig    2019-11-18 14:56:06.000000000 +0000
-+++ async_bus/src/dune
-@@ -1,3 +1,3 @@
- (library (name async_bus) (public_name async_extra.async_bus)
-- (preprocess (pps ppx_jane -check-doc-comments))
-- (libraries async_kernel core_kernel))
-\ No newline at end of file
-+ (preprocess (pps ppx_jane))
-+ (libraries async_kernel core_kernel))



Home | Main Index | Thread Index | Old Index