pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-angstrom



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May 11 10:20:21 UTC 2022

Modified Files:
        pkgsrc/devel/ocaml-angstrom: Makefile buildlink3.mk distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-angstrom/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-angstrom/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-angstrom/distinfo

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-angstrom/Makefile
diff -u pkgsrc/devel/ocaml-angstrom/Makefile:1.2 pkgsrc/devel/ocaml-angstrom/Makefile:1.3
--- pkgsrc/devel/ocaml-angstrom/Makefile:1.2    Mon Mar  8 08:12:47 2021
+++ pkgsrc/devel/ocaml-angstrom/Makefile        Wed May 11 10:20:21 2022
@@ -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/

Index: pkgsrc/devel/ocaml-angstrom/buildlink3.mk
diff -u pkgsrc/devel/ocaml-angstrom/buildlink3.mk:1.1 pkgsrc/devel/ocaml-angstrom/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-angstrom/buildlink3.mk:1.1       Tue Mar 19 11:07:40 2019
+++ pkgsrc/devel/ocaml-angstrom/buildlink3.mk   Wed May 11 10:20:21 2022
@@ -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
 

Index: pkgsrc/devel/ocaml-angstrom/distinfo
diff -u pkgsrc/devel/ocaml-angstrom/distinfo:1.3 pkgsrc/devel/ocaml-angstrom/distinfo:1.4
--- pkgsrc/devel/ocaml-angstrom/distinfo:1.3    Tue Oct 26 10:15:44 2021
+++ pkgsrc/devel/ocaml-angstrom/distinfo        Wed May 11 10:20:21 2022
@@ -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