Source-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/a8d2e633aef2
branches:  trunk
changeset: 429534:a8d2e633aef2
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Apr 21 11:39:20 2020 +0000

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

This incorporates some minor changes.

diffstat:

 textproc/ocaml-tyxml/Makefile      |   5 ++---
 textproc/ocaml-tyxml/PLIST         |  20 +-------------------
 textproc/ocaml-tyxml/buildlink3.mk |   4 ++--
 textproc/ocaml-tyxml/distinfo      |  10 +++++-----
 4 files changed, 10 insertions(+), 29 deletions(-)

diffs (84 lines):

diff -r 456dbf84ab85 -r a8d2e633aef2 textproc/ocaml-tyxml/Makefile
--- a/textproc/ocaml-tyxml/Makefile     Tue Apr 21 11:35:40 2020 +0000
+++ b/textproc/ocaml-tyxml/Makefile     Tue Apr 21 11:39:20 2020 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2020/01/26 17:32:16 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/04/21 11:39:20 jaapb Exp $
 #
 
-VERSION=       4.3.0
+VERSION=       4.4.0
 GITHUB_PROJECT=        tyxml
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
diff -r 456dbf84ab85 -r a8d2e633aef2 textproc/ocaml-tyxml/PLIST
--- a/textproc/ocaml-tyxml/PLIST        Tue Apr 21 11:35:40 2020 +0000
+++ b/textproc/ocaml-tyxml/PLIST        Tue Apr 21 11:39:20 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/03/05 17:10:04 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/04/21 11:39:20 jaapb Exp $
 ${OCAML_SITELIB}/tyxml/META
 ${OCAML_SITELIB}/tyxml/dune-package
 ${OCAML_SITELIB}/tyxml/functor/html_f.cmi
@@ -57,24 +57,6 @@
 ${OCAML_SITELIB}/tyxml/functor/xml_wrap.ml
 ${OCAML_SITELIB}/tyxml/functor/xml_wrap.mli
 ${OCAML_SITELIB}/tyxml/opam
-${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmi
-${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmt
-${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmx
-${OCAML_SITELIB}/tyxml/tools/tyxml_name.ml
-${OCAML_SITELIB}/tyxml/tools/tyxml_name.mli
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tools/tyxml_tools.a
-${OCAML_SITELIB}/tyxml/tools/tyxml_tools.cma
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tools/tyxml_tools.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tools/tyxml_tools.cmxs
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/top/tyxml_top.a
-${OCAML_SITELIB}/tyxml/top/tyxml_top.cma
-${OCAML_SITELIB}/tyxml/top/tyxml_top.cmi
-${OCAML_SITELIB}/tyxml/top/tyxml_top.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/top/tyxml_top.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/top/tyxml_top.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/top/tyxml_top.cmxs
-${OCAML_SITELIB}/tyxml/top/tyxml_top.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml.a
 ${OCAML_SITELIB}/tyxml/tyxml.cma
 ${OCAML_SITELIB}/tyxml/tyxml.cmi
diff -r 456dbf84ab85 -r a8d2e633aef2 textproc/ocaml-tyxml/buildlink3.mk
--- a/textproc/ocaml-tyxml/buildlink3.mk        Tue Apr 21 11:35:40 2020 +0000
+++ b/textproc/ocaml-tyxml/buildlink3.mk        Tue Apr 21 11:39:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2019/11/04 21:43:39 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2020/04/21 11:39:20 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.3.0nb1
+BUILDLINK_ABI_DEPENDS.ocaml-tyxml+=    ocaml-tyxml>=4.4.0
 BUILDLINK_PKGSRCDIR.ocaml-tyxml?=      ../../textproc/ocaml-tyxml
 
 .endif  # OCAML_TYXML_BUILDLINK3_MK
diff -r 456dbf84ab85 -r a8d2e633aef2 textproc/ocaml-tyxml/distinfo
--- a/textproc/ocaml-tyxml/distinfo     Tue Apr 21 11:35:40 2020 +0000
+++ b/textproc/ocaml-tyxml/distinfo     Tue Apr 21 11:39:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/11/29 12:00:45 jaapb Exp $
+$NetBSD: distinfo,v 1.14 2020/04/21 11:39:20 jaapb Exp $
 
-SHA1 (tyxml-4.3.0.tar.gz) = 1ea2236da2b7b6e53a9eec744157933b14950a0c
-RMD160 (tyxml-4.3.0.tar.gz) = 1637590eece07cf79efa2c182c7462add6fac942
-SHA512 (tyxml-4.3.0.tar.gz) = de8f00c7f1f25ce30419e1076ec391ff787874a52d36d5a620efaca97edc04acc819f000f8f6db2819a50841deb16bef25dcd70d208ec14d637531d53e566fc3
-Size (tyxml-4.3.0.tar.gz) = 115946 bytes
+SHA1 (tyxml-4.4.0.tar.gz) = ac792e1603fe606bafc9cc527781b5a1d1f4db03
+RMD160 (tyxml-4.4.0.tar.gz) = 6fb657899f3259bd59a977f0fe52d4998c735572
+SHA512 (tyxml-4.4.0.tar.gz) = e3715e9f952813a9d7facf3f0fd5dc041082e5ab4991f32c0119547d37112509e55e441b64e099ea642e6695215e92a49fad5f57f26d84a381d6b933f49031c6
+Size (tyxml-4.4.0.tar.gz) = 124694 bytes



Home | Main Index | Thread Index | Old Index