pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-base64 Updated devel/ocaml-base64 to versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba1678f643c2
branches: trunk
changeset: 379092:ba1678f643c2
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed May 11 13:26:05 2022 +0000
description:
Updated devel/ocaml-base64 to version 3.5.0.
There is one API-breaking change:
* Base64.alphabet is updated and returns a simple string now
Other changes are minor bugfixes and improvements.
diffstat:
devel/ocaml-base64/Makefile | 5 ++---
devel/ocaml-base64/PLIST | 10 +++++++++-
devel/ocaml-base64/buildlink3.mk | 6 +++---
devel/ocaml-base64/distinfo | 8 ++++----
4 files changed, 18 insertions(+), 11 deletions(-)
diffs (78 lines):
diff -r 4091688b6272 -r ba1678f643c2 devel/ocaml-base64/Makefile
--- a/devel/ocaml-base64/Makefile Wed May 11 12:21:08 2022 +0000
+++ b/devel/ocaml-base64/Makefile Wed May 11 13:26:05 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2021/03/08 08:12:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/11 13:26:05 jaapb Exp $
-VERSION= 3.1.0
+VERSION= 3.5.0
GITHUB_PROJECT= ocaml-base64
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 4091688b6272 -r ba1678f643c2 devel/ocaml-base64/PLIST
--- a/devel/ocaml-base64/PLIST Wed May 11 12:21:08 2022 +0000
+++ b/devel/ocaml-base64/PLIST Wed May 11 13:26:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/03/05 17:34:16 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/05/11 13:26:05 jaapb Exp $
${OCAML_SITELIB}/base64/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.a
${OCAML_SITELIB}/base64/base64.cma
@@ -10,6 +10,13 @@
${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxs
${OCAML_SITELIB}/base64/base64.ml
${OCAML_SITELIB}/base64/base64.mli
+${OCAML_SITELIB}/base64/base64__.cmi
+${OCAML_SITELIB}/base64/base64__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64__.cmx
+${OCAML_SITELIB}/base64/base64__.ml
+${OCAML_SITELIB}/base64/base64__Unsafe.cmi
+${OCAML_SITELIB}/base64/base64__Unsafe.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64__Unsafe.cmx
${OCAML_SITELIB}/base64/dune-package
${OCAML_SITELIB}/base64/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.a
@@ -22,6 +29,7 @@
${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.cmxs
${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.ml
${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.mli
+${OCAML_SITELIB}/base64/unsafe.ml
share/doc/base64/CHANGES.md
share/doc/base64/LICENSE.md
share/doc/base64/README.md
diff -r 4091688b6272 -r ba1678f643c2 devel/ocaml-base64/buildlink3.mk
--- a/devel/ocaml-base64/buildlink3.mk Wed May 11 12:21:08 2022 +0000
+++ b/devel/ocaml-base64/buildlink3.mk Wed May 11 13:26:05 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 17:34:16 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2022/05/11 13:26:05 jaapb Exp $
BUILDLINK_TREE+= ocaml-base64
.if !defined(OCAML_BASE64_BUILDLINK3_MK)
OCAML_BASE64_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.0.0
-BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.1.0
+BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.5.0
+BUILDLINK_ABI_DEPENDS.ocaml-base64+= ocaml-base64>=3.5.0
BUILDLINK_PKGSRCDIR.ocaml-base64?= ../../devel/ocaml-base64
.endif # OCAML_BASE64_BUILDLINK3_MK
diff -r 4091688b6272 -r ba1678f643c2 devel/ocaml-base64/distinfo
--- a/devel/ocaml-base64/distinfo Wed May 11 12:21:08 2022 +0000
+++ b/devel/ocaml-base64/distinfo Wed May 11 13:26:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:15:45 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/05/11 13:26:05 jaapb Exp $
-BLAKE2s (ocaml-base64-3.1.0.tar.gz) = fc908f880fbe3d2ab0f9cb76ef26c13a451a131a25f20926216a43989849f65f
-SHA512 (ocaml-base64-3.1.0.tar.gz) = a663ed2adf5675a9021e39f9bb5c3a8f4bf51277e4cd298c41b588442084acb8019c9fa672cf2616088dae560d2536a0c5ff0908f9305b23c0bb4c0b3b76d2a4
-Size (ocaml-base64-3.1.0.tar.gz) = 17018 bytes
+BLAKE2s (ocaml-base64-3.5.0.tar.gz) = e83fd7c8370708c0a2ed55c7906d3f4fc162d8fd942845f93d2495686f426f3a
+SHA512 (ocaml-base64-3.5.0.tar.gz) = a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038
+Size (ocaml-base64-3.5.0.tar.gz) = 18888 bytes
Home |
Main Index |
Thread Index |
Old Index