pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-tyxml Updated textproc/ocaml-tyxml to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8b2dc2d1341
branches:  trunk
changeset: 378381:e8b2dc2d1341
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon May 02 18:22:27 2022 +0000

description:
Updated textproc/ocaml-tyxml to version 4.5.0.

Changes:
* move all PPXs to ppxlib
* add the translate attribute
* update allowed inmputmodes
* add the picture element

diffstat:

 textproc/ocaml-tyxml/Makefile      |  6 +++---
 textproc/ocaml-tyxml/buildlink3.mk |  4 ++--
 textproc/ocaml-tyxml/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r dfaec8f0c61a -r e8b2dc2d1341 textproc/ocaml-tyxml/Makefile
--- a/textproc/ocaml-tyxml/Makefile     Mon May 02 18:20:38 2022 +0000
+++ b/textproc/ocaml-tyxml/Makefile     Mon May 02 18:22:27 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2021/03/08 08:13:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.27 2022/05/02 18:22:27 jaapb Exp $
 #
 
-VERSION=       4.4.0
+VERSION=       4.5.0
 GITHUB_PROJECT=        tyxml
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
@@ -22,7 +22,7 @@
 OCAML_USE_DUNE=        yes
 
 .include "../../mk/ocaml.mk"
-.include "../../devel/ocaml-ppx_tools_versioned/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
 .include "../../devel/ocaml-re/buildlink3.mk"
 .include "../../textproc/ocaml-markup/buildlink3.mk"
 .include "../../textproc/ocaml-uutf/buildlink3.mk"
diff -r dfaec8f0c61a -r e8b2dc2d1341 textproc/ocaml-tyxml/buildlink3.mk
--- a/textproc/ocaml-tyxml/buildlink3.mk        Mon May 02 18:20:38 2022 +0000
+++ b/textproc/ocaml-tyxml/buildlink3.mk        Mon May 02 18:22:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2020/04/21 11:39:20 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2022/05/02 18:22:27 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-tyxml
 
@@ -6,7 +6,7 @@
 OCAML_TYXML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-tyxml+=    ocaml-tyxml>=4.0.1
-BUILDLINK_ABI_DEPENDS.ocaml-tyxml+=    ocaml-tyxml>=4.4.0
+BUILDLINK_ABI_DEPENDS.ocaml-tyxml+=    ocaml-tyxml>=4.5.0
 BUILDLINK_PKGSRCDIR.ocaml-tyxml?=      ../../textproc/ocaml-tyxml
 
 .endif  # OCAML_TYXML_BUILDLINK3_MK
diff -r dfaec8f0c61a -r e8b2dc2d1341 textproc/ocaml-tyxml/distinfo
--- a/textproc/ocaml-tyxml/distinfo     Mon May 02 18:20:38 2022 +0000
+++ b/textproc/ocaml-tyxml/distinfo     Mon May 02 18:22:27 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:22:24 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/05/02 18:22:27 jaapb Exp $
 
-BLAKE2s (tyxml-4.4.0.tar.gz) = 9c29615a9eef1b91c06e7bd2f4fb6cf2f35f0ee4a928047127793d184151b937
-SHA512 (tyxml-4.4.0.tar.gz) = e3715e9f952813a9d7facf3f0fd5dc041082e5ab4991f32c0119547d37112509e55e441b64e099ea642e6695215e92a49fad5f57f26d84a381d6b933f49031c6
-Size (tyxml-4.4.0.tar.gz) = 124694 bytes
+BLAKE2s (tyxml-4.5.0.tar.gz) = 3f4dcd9c81a90db811002b89593896382902e16a66c3e01ecfbf91442d77d33f
+SHA512 (tyxml-4.5.0.tar.gz) = 44591c4c32cb7e9425c1ca257624f12d6301709d33522672e13d28a6397da7e6b4eac0780e384763f26d5bc0e935a042d8224c22ea29a16d924f03a3c5b5a714
+Size (tyxml-4.5.0.tar.gz) = 125979 bytes



Home | Main Index | Thread Index | Old Index