pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-angstrom Updated devel/ocaml-angstrom to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/012777018d7c
branches:  trunk
changeset: 379071:012777018d7c
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed May 11 10:20:21 2022 +0000

description:
Updated devel/ocaml-angstrom to version 0.15.0.

Upstream changes include minor bugfixes and addition, plus two API-breaking
changes:
* count fails if its argument is negative, rather than raising an
  exception;
* parse_string and parse_bigstring take a required consume argument.

diffstat:

 devel/ocaml-angstrom/Makefile      |  7 +++----
 devel/ocaml-angstrom/buildlink3.mk |  6 ++++--
 devel/ocaml-angstrom/distinfo      |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 5f65f501bcdc -r 012777018d7c devel/ocaml-angstrom/Makefile
--- a/devel/ocaml-angstrom/Makefile     Wed May 11 10:14:29 2022 +0000
+++ b/devel/ocaml-angstrom/Makefile     Wed May 11 10:20:21 2022 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:47 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/11 10:20:21 jaapb Exp $
 
-GITHUB_PROJECT=        angstrom
-DISTNAME=      ${GITHUB_PROJECT}-0.11.1
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inhabitedtype/}
+GITHUB_PROJECT=        angstrom
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/inhabitedtype/angstrom/
diff -r 5f65f501bcdc -r 012777018d7c devel/ocaml-angstrom/buildlink3.mk
--- a/devel/ocaml-angstrom/buildlink3.mk        Wed May 11 10:14:29 2022 +0000
+++ b/devel/ocaml-angstrom/buildlink3.mk        Wed May 11 10:20:21 2022 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 11:07:40 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 10:20:21 jaapb Exp $
+
 BUILDLINK_TREE+=       ocaml-angstrom
 
 .if !defined(OCAML_ANGSTROM_BUILDLINK3_MK)
 OCAML_ANGSTROM_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.11.1
+BUILDLINK_API_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.14.0
+BUILDLINK_ABI_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.15.0
 BUILDLINK_PKGSRCDIR.ocaml-angstrom?=   ../../devel/ocaml-angstrom
 .endif # OCAML_ANGSTROM_BUILDLINK3_MK
 
diff -r 5f65f501bcdc -r 012777018d7c devel/ocaml-angstrom/distinfo
--- a/devel/ocaml-angstrom/distinfo     Wed May 11 10:14:29 2022 +0000
+++ b/devel/ocaml-angstrom/distinfo     Wed May 11 10:20:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/11 10:20:21 jaapb Exp $
 
-BLAKE2s (angstrom-0.11.1.tar.gz) = 8488cde28204fb4d5ced85dd5718a404761aa746fecfbac349c5ae4eac6018c7
-SHA512 (angstrom-0.11.1.tar.gz) = 95d74005b4e0b8ad07ae0563b26f6fc97cd0286736b01858ed77c804f051c2bd1d153394e0ddf4010fb0e9ccf5b0eba1e872d9c0722a951f081467e5d44817b1
-Size (angstrom-0.11.1.tar.gz) = 112982 bytes
+BLAKE2s (angstrom-0.15.0.tar.gz) = 6b69bf490011baf69bd9cc80fbe84a2af0e52645159ca56da8fd9d374667fe1d
+SHA512 (angstrom-0.15.0.tar.gz) = 307040a6174f9d3c45a9a3bd3c9d1f4e026aef4a3360bd8d171e2e147306fe0d00ee4cb42019bb2abe8101d25c4a2b5887e466537345eb35246bc34d285ffddf
+Size (angstrom-0.15.0.tar.gz) = 117195 bytes



Home | Main Index | Thread Index | Old Index