summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2021-03-08 20:36:53 +0000
committerjaapb <jaapb@pkgsrc.org>2021-03-08 20:36:53 +0000
commit32d53e8cf69fbddd3b3f190a053bf0d52ab61a52 (patch)
treee445ff28bf8ac536f1a396fd1906a52d4169c325 /devel
parent5db1b6c82e2e6c0003dcef62cb45942afb985e01 (diff)
downloadpkgsrc-32d53e8cf69fbddd3b3f190a053bf0d52ab61a52.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/ocaml-extlib/Makefile5
-rw-r--r--devel/ocaml-extlib/buildlink3.mk4
-rw-r--r--devel/ocaml-extlib/distinfo12
-rw-r--r--devel/ocaml-extlib/patches/patch-Makefile3
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile
index 0fcb1de67c1..3083ad05c9f 100644
--- a/devel/ocaml-extlib/Makefile
+++ b/devel/ocaml-extlib/Makefile
@@ -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 --git a/devel/ocaml-extlib/buildlink3.mk b/devel/ocaml-extlib/buildlink3.mk
index fcb0bef60f5..c34b74103cf 100644
--- a/devel/ocaml-extlib/buildlink3.mk
+++ b/devel/ocaml-extlib/buildlink3.mk
@@ -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 @@ BUILDLINK_TREE+= ocaml-extlib
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 --git a/devel/ocaml-extlib/distinfo b/devel/ocaml-extlib/distinfo
index 8cbceee620b..c21b4bc74c1 100644
--- a/devel/ocaml-extlib/distinfo
+++ b/devel/ocaml-extlib/distinfo
@@ -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 --git a/devel/ocaml-extlib/patches/patch-Makefile b/devel/ocaml-extlib/patches/patch-Makefile
index 301854fa062..447059773bd 100644
--- a/devel/ocaml-extlib/patches/patch-Makefile
+++ b/devel/ocaml-extlib/patches/patch-Makefile
@@ -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