pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/js_of_ocaml Updated devel/js_of_ocaml to version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a611739c11d6
branches:  trunk
changeset: 383892:a611739c11d6
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Aug 13 12:57:37 2018 +0000

description:
Updated devel/js_of_ocaml to version 3.2.1.

This incorporates some patches that were already in pkgsrc (correct
dependencies), plus some other minor bugfixes.

diffstat:

 devel/js_of_ocaml/Makefile                                   |   5 +--
 devel/js_of_ocaml/buildlink3.mk                              |   4 +-
 devel/js_of_ocaml/distinfo                                   |  12 ++++------
 devel/js_of_ocaml/patches/patch-lib_lwt_log_jbuild           |  12 ----------
 devel/js_of_ocaml/patches/patch-lib_lwt_log_lwt__log__js.mli |  14 ------------
 5 files changed, 9 insertions(+), 38 deletions(-)

diffs (84 lines):

diff -r 5e3bf8abe60b -r a611739c11d6 devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile        Mon Aug 13 08:21:07 2018 +0000
+++ b/devel/js_of_ocaml/Makefile        Mon Aug 13 12:57:37 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2018/08/03 09:19:56 jaapb Exp $
+# $NetBSD: Makefile,v 1.28 2018/08/13 12:57:37 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
-DISTNAME=      ${GITHUB_PROJECT}-3.2.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-3.2.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
diff -r 5e3bf8abe60b -r a611739c11d6 devel/js_of_ocaml/buildlink3.mk
--- a/devel/js_of_ocaml/buildlink3.mk   Mon Aug 13 08:21:07 2018 +0000
+++ b/devel/js_of_ocaml/buildlink3.mk   Mon Aug 13 12:57:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2018/08/03 09:19:56 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2018/08/13 12:57:37 jaapb Exp $
 
 BUILDLINK_TREE+=       js_of_ocaml
 
@@ -6,7 +6,7 @@
 JS_OF_OCAML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.0.0
-BUILDLINK_ABI_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.2.0nb1
+BUILDLINK_ABI_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.2.1
 BUILDLINK_PKGSRCDIR.js_of_ocaml?=      ../../devel/js_of_ocaml
 
 .endif # JS_OF_OCAML_BUILDLINK3_MK
diff -r 5e3bf8abe60b -r a611739c11d6 devel/js_of_ocaml/distinfo
--- a/devel/js_of_ocaml/distinfo        Mon Aug 13 08:21:07 2018 +0000
+++ b/devel/js_of_ocaml/distinfo        Mon Aug 13 12:57:37 2018 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/07/19 14:05:57 jaapb Exp $
+$NetBSD: distinfo,v 1.17 2018/08/13 12:57:37 jaapb Exp $
 
-SHA1 (js_of_ocaml-3.2.0.tar.gz) = 4ad1c710844e37aef57546dec79727539078c0b3
-RMD160 (js_of_ocaml-3.2.0.tar.gz) = 013a2d2d7c0962319735109d79248d815848c499
-SHA512 (js_of_ocaml-3.2.0.tar.gz) = fd205be775b8df1b040c8d7eb733a35cd3bd96b3124d8a8665bfe77f408d5a2cdaaec855a1139281d75572300fdcb10a313f18ea5699c6d28f81519681745b71
-Size (js_of_ocaml-3.2.0.tar.gz) = 1441106 bytes
-SHA1 (patch-lib_lwt_log_jbuild) = 22f1c2ecacc13b48bef0967ff84654341fe63376
-SHA1 (patch-lib_lwt_log_lwt__log__js.mli) = 8ead415e23dc4c446f5f2edbf940af0c845e8da0
+SHA1 (js_of_ocaml-3.2.1.tar.gz) = 168c3c50eca387fa5b7f0d079c3d00ad7d883526
+RMD160 (js_of_ocaml-3.2.1.tar.gz) = efd4c9de4f2971628da4a409139a89d0170d6878
+SHA512 (js_of_ocaml-3.2.1.tar.gz) = 55faf40f70f21a14b2ae6e9b6f920d649dfa101bb0e4ea3e24c3254ca6a2669b7e09b86c64b931d7d32beb280a61e7000e9508fb77c2512896fba36c5db33705
+Size (js_of_ocaml-3.2.1.tar.gz) = 1441397 bytes
diff -r 5e3bf8abe60b -r a611739c11d6 devel/js_of_ocaml/patches/patch-lib_lwt_log_jbuild
--- a/devel/js_of_ocaml/patches/patch-lib_lwt_log_jbuild        Mon Aug 13 08:21:07 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-lib_lwt_log_jbuild,v 1.3 2018/07/19 14:05:57 jaapb Exp $
-
-Use lwt_log.core instead of lwt_log (threading not needed)
---- lib/lwt/log/jbuild.orig    2018-07-09 17:55:02.000000000 +0000
-+++ lib/lwt/log/jbuild
-@@ -4,5 +4,5 @@
-   (public_name js_of_ocaml-lwt.logger)
-   (synopsis "Lwt logger for js_of_ocaml.")
-   (optional)
--  (libraries (js_of_ocaml lwt lwt_log))
-+  (libraries (js_of_ocaml lwt lwt_log.core))
-   (preprocess (pps (js_of_ocaml-ppx)))))
diff -r 5e3bf8abe60b -r a611739c11d6 devel/js_of_ocaml/patches/patch-lib_lwt_log_lwt__log__js.mli
--- a/devel/js_of_ocaml/patches/patch-lib_lwt_log_lwt__log__js.mli      Mon Aug 13 08:21:07 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-lib_lwt_log_lwt__log__js.mli,v 1.1 2018/04/13 12:59:41 jaapb Exp $
-
-Use Lwt_log_core instead of Lwt_log (threading not needed)
---- lib/lwt/log/lwt_log_js.mli.orig    2018-02-21 22:12:58.000000000 +0000
-+++ lib/lwt/log/lwt_log_js.mli
-@@ -29,7 +29,7 @@ include module type of Lwt_log_core
- 
- (** {2 Predefined logger} *)
- 
--val console : Lwt_log.logger
-+val console : Lwt_log_core.logger
- (** Logger that use the javascript console object. *)
- 
- 



Home | Main Index | Thread Index | Old Index