pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-extlib



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Mar  8 20:36:54 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ocaml-extlib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ocaml-extlib/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-extlib/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-extlib/patches/patch-Makefile

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-extlib/Makefile
diff -u pkgsrc/devel/ocaml-extlib/Makefile:1.21 pkgsrc/devel/ocaml-extlib/Makefile:1.22
--- pkgsrc/devel/ocaml-extlib/Makefile:1.21     Mon Mar  8 08:12:51 2021
+++ pkgsrc/devel/ocaml-extlib/Makefile  Mon Mar  8 20:36:53 2021
@@ -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

Index: pkgsrc/devel/ocaml-extlib/buildlink3.mk
diff -u pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.9 pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.10
--- pkgsrc/devel/ocaml-extlib/buildlink3.mk:1.9 Wed May 15 09:01:03 2019
+++ pkgsrc/devel/ocaml-extlib/buildlink3.mk     Mon Mar  8 20:36:53 2021
@@ -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

Index: pkgsrc/devel/ocaml-extlib/distinfo
diff -u pkgsrc/devel/ocaml-extlib/distinfo:1.8 pkgsrc/devel/ocaml-extlib/distinfo:1.9
--- pkgsrc/devel/ocaml-extlib/distinfo:1.8      Wed May 15 09:01:03 2019
+++ pkgsrc/devel/ocaml-extlib/distinfo  Mon Mar  8 20:36:53 2021
@@ -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

Index: pkgsrc/devel/ocaml-extlib/patches/patch-Makefile
diff -u pkgsrc/devel/ocaml-extlib/patches/patch-Makefile:1.3 pkgsrc/devel/ocaml-extlib/patches/patch-Makefile:1.4
--- pkgsrc/devel/ocaml-extlib/patches/patch-Makefile:1.3        Wed May 15 09:01:03 2019
+++ pkgsrc/devel/ocaml-extlib/patches/patch-Makefile    Mon Mar  8 20:36:53 2021
@@ -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