pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-extlib Updated devel/ocaml-extlib to versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c89b464506d
branches:  trunk
changeset: 448477:0c89b464506d
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Mar 08 20:36:53 2021 +0000

description:
Updated devel/ocaml-extlib to version 1.7.8.

Changes include:
* sync with OCaml 4.12
* breaking change: ExtList.find_map type updated to match stdlib (following deprecation in previous release)
* breaking change: minimal (recommended) build of extlib now excludes Base64 module
* String: fold_left and fold_right without allocations

diffstat:

 devel/ocaml-extlib/Makefile               |   5 ++---
 devel/ocaml-extlib/buildlink3.mk          |   4 ++--
 devel/ocaml-extlib/distinfo               |  12 ++++++------
 devel/ocaml-extlib/patches/patch-Makefile |   3 ++-
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r dc65d40d47fb -r 0c89b464506d devel/ocaml-extlib/Makefile
--- a/devel/ocaml-extlib/Makefile       Mon Mar 08 20:09:59 2021 +0000
+++ b/devel/ocaml-extlib/Makefile       Mon Mar 08 20:36:53 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/03/08 08:12:51 jaapb Exp $
+# $NetBSD: Makefile,v 1.22 2021/03/08 20:36:53 jaapb Exp $
 
-VERSION=       1.7.6
-PKGREVISION=   2
+VERSION=       1.7.8
 GITHUB_PROJECT=        ocaml-extlib
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 CATEGORIES=    devel
diff -r dc65d40d47fb -r 0c89b464506d devel/ocaml-extlib/buildlink3.mk
--- a/devel/ocaml-extlib/buildlink3.mk  Mon Mar 08 20:09:59 2021 +0000
+++ b/devel/ocaml-extlib/buildlink3.mk  Mon Mar 08 20:36:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2019/05/15 09:01:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2021/03/08 20:36:53 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-extlib
 
@@ -6,7 +6,7 @@
 OCAML_EXTLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.0
-BUILDLINK_ABI_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.6nb1
+BUILDLINK_ABI_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.8
 BUILDLINK_PKGSRCDIR.ocaml-extlib?=     ../../devel/ocaml-extlib
 
 .endif # OCAML_EXTLIB_BUILDLINK3_MK
diff -r dc65d40d47fb -r 0c89b464506d devel/ocaml-extlib/distinfo
--- a/devel/ocaml-extlib/distinfo       Mon Mar 08 20:09:59 2021 +0000
+++ b/devel/ocaml-extlib/distinfo       Mon Mar 08 20:36:53 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2019/05/15 09:01:03 jaapb Exp $
+$NetBSD: distinfo,v 1.9 2021/03/08 20:36:53 jaapb Exp $
 
-SHA1 (ocaml-extlib-1.7.6.tar.gz) = fa54b96888b688f9bc664325d83aeff448518367
-RMD160 (ocaml-extlib-1.7.6.tar.gz) = cc6edefa6ec989f395b2ea9be33e9599f5f2bad2
-SHA512 (ocaml-extlib-1.7.6.tar.gz) = 3065e2474fb0e480ed076aa1156584a4a6c839cd5d9e59f341e41113abb1736241354aa7ee7cb492967698bc392969522fd5bf30d1ad7f94754c4e10f376afa8
-Size (ocaml-extlib-1.7.6.tar.gz) = 88068 bytes
-SHA1 (patch-Makefile) = b79f3bcb7c5ae20a3e960b9879101b631593e3cb
+SHA1 (ocaml-extlib-1.7.8.tar.gz) = c5bde6667d975855feb5ad9b8b855838657258b7
+RMD160 (ocaml-extlib-1.7.8.tar.gz) = 62704efbf1f0ce9809652c349bb43e7143c496dd
+SHA512 (ocaml-extlib-1.7.8.tar.gz) = 4a0d5d82da068c34286a1547e173f2634372d01c201823edfda2b8f72d3ff58fa26da29dde9a8b2fda28989cdb655d5a9cfd71310660e5c593026a75a833e6c6
+Size (ocaml-extlib-1.7.8.tar.gz) = 90213 bytes
+SHA1 (patch-Makefile) = c35c08b60d7271730ea717721875edbcff225891
diff -r dc65d40d47fb -r 0c89b464506d devel/ocaml-extlib/patches/patch-Makefile
--- a/devel/ocaml-extlib/patches/patch-Makefile Mon Mar 08 20:09:59 2021 +0000
+++ b/devel/ocaml-extlib/patches/patch-Makefile Mon Mar 08 20:36:53 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile,v 1.3 2019/05/15 09:01:03 jaapb Exp $
+$NetBSD: patch-Makefile,v 1.4 2021/03/08 20:36:53 jaapb Exp $
 
 Lift all, opt and cmxs targets to main Makefile
+
 --- Makefile.orig      2019-03-03 16:33:48.000000000 +0000
 +++ Makefile
 @@ -10,8 +10,8 @@ endif



Home | Main Index | Thread Index | Old Index