pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ocaml-markup Updated textproc/ocaml-markup to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fb164a5b678
branches: trunk
changeset: 378379:6fb164a5b678
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Mon May 02 18:20:27 2022 +0000
description:
Updated textproc/ocaml-markup to version 1.0.3.
This adds support for the upcoming OCaml 5.0, adds two breaking changes:
* include tag attributes in `Misnested_tag errors
* delete type content_signal
and fixes several minor bugs.
diffstat:
textproc/ocaml-markup/Makefile | 11 +++++------
textproc/ocaml-markup/buildlink3.mk | 6 +++---
textproc/ocaml-markup/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (53 lines):
diff -r fc4b3f222a1c -r 6fb164a5b678 textproc/ocaml-markup/Makefile
--- a/textproc/ocaml-markup/Makefile Mon May 02 18:17:33 2022 +0000
+++ b/textproc/ocaml-markup/Makefile Mon May 02 18:20:27 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2021/03/08 08:13:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/02 18:20:27 jaapb Exp $
+DISTNAME= markup-1.0.3
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/}
GITHUB_PROJECT= markup.ml
GITHUB_TAG= ${PKGVERSION_NOREV}
-DISTNAME= markup-0.8.2
-PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/}
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= https://github.com/aantron/markup.ml/
diff -r fc4b3f222a1c -r 6fb164a5b678 textproc/ocaml-markup/buildlink3.mk
--- a/textproc/ocaml-markup/buildlink3.mk Mon May 02 18:17:33 2022 +0000
+++ b/textproc/ocaml-markup/buildlink3.mk Mon May 02 18:20:27 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2020/04/21 11:00:32 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2022/05/02 18:20:27 jaapb Exp $
BUILDLINK_TREE+= ocaml-markup
.if !defined(OCAML_MARKUP_BUILDLINK3_MK)
OCAML_MARKUP_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.ocaml-markup+= ocaml-markup>=0.7.2
-BUILDLINK_ABI_DEPENDS.ocaml-markup+= ocaml-markup>=0.8.2
+BUILDLINK_API_DEPENDS.ocaml-markup+= ocaml-markup>=1.0.0
+BUILDLINK_ABI_DEPENDS.ocaml-markup+= ocaml-markup>=1.0.3
BUILDLINK_PKGSRCDIR.ocaml-markup?= ../../textproc/ocaml-markup
.endif # OCAML_MARKUP_BUILDLINK3_MK
diff -r fc4b3f222a1c -r 6fb164a5b678 textproc/ocaml-markup/distinfo
--- a/textproc/ocaml-markup/distinfo Mon May 02 18:17:33 2022 +0000
+++ b/textproc/ocaml-markup/distinfo Mon May 02 18:20:27 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:22:24 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/05/02 18:20:27 jaapb Exp $
-BLAKE2s (markup-0.8.2.tar.gz) = 848ab51d9aac717c2ce34007046f89697e58426501866780948133e7be927fad
-SHA512 (markup-0.8.2.tar.gz) = d529e5bf8ef154244603474a5e017d0a62baf64e3550346e8440adcc1166576813a22b17d0419b0399d35673f463bea5e2ae46ab5abef3f3b9befc4821fd7e1b
-Size (markup-0.8.2.tar.gz) = 280961 bytes
+BLAKE2s (markup-1.0.3.tar.gz) = 76a924296732684ba9c593a134c1620579d8bb5eb9f5dd2d3cc93bab4de62d83
+SHA512 (markup-1.0.3.tar.gz) = 1bb030fa2d79f7a7ac2d04c07c72a39e83620757b1d7d8a33eea1ec9b4c32883a67de45d1eea9bfa6533ae8076009fab9af5f180ad2be9c1fef66e3e5937048a
+Size (markup-1.0.3.tar.gz) = 281554 bytes
Home |
Main Index |
Thread Index |
Old Index