Tue Mar 5 17:10:05 2019 UTC ()
Updated textproc/ocaml-tyxml for dune compatibility.

Package is now compatible with dune 1.7; revbump.


(jaapb)
diff -r1.22 -r1.23 pkgsrc/textproc/ocaml-tyxml/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/ocaml-tyxml/PLIST
diff -r1.10 -r1.11 pkgsrc/textproc/ocaml-tyxml/buildlink3.mk

cvs diff -r1.22 -r1.23 pkgsrc/textproc/ocaml-tyxml/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/ocaml-tyxml/Makefile 2018/11/29 12:00:45 1.22
+++ pkgsrc/textproc/ocaml-tyxml/Makefile 2019/03/05 17:10:04 1.23
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2018/11/29 12:00:45 jaapb Exp $
+# $NetBSD: Makefile,v 1.23 2019/03/05 17:10:04 jaapb Exp $
 #
 
 VERSION=	4.3.0
 GITHUB_PROJECT=	tyxml
 DISTNAME=	${GITHUB_PROJECT}-${VERSION}
 PKGNAME=	ocaml-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ocsigen/}
 

cvs diff -r1.7 -r1.8 pkgsrc/textproc/ocaml-tyxml/PLIST (expand / switch to context diff)
--- pkgsrc/textproc/ocaml-tyxml/PLIST 2018/11/29 12:00:45 1.7
+++ pkgsrc/textproc/ocaml-tyxml/PLIST 2019/03/05 17:10:04 1.8
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/29 12:00:45 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/03/05 17:10:04 jaapb Exp $
 ${OCAML_SITELIB}/tyxml/META
+${OCAML_SITELIB}/tyxml/dune-package
 ${OCAML_SITELIB}/tyxml/functor/html_f.cmi
 ${OCAML_SITELIB}/tyxml/functor/html_f.cmt
 ${OCAML_SITELIB}/tyxml/functor/html_f.cmti
@@ -24,7 +25,6 @@
 ${OCAML_SITELIB}/tyxml/functor/svg_types.cmi
 ${OCAML_SITELIB}/tyxml/functor/svg_types.cmti
 ${OCAML_SITELIB}/tyxml/functor/svg_types.mli
-${OCAML_SITELIB}/tyxml/functor/tyxml.functor.dune
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/functor/tyxml_f.a
 ${OCAML_SITELIB}/tyxml/functor/tyxml_f.cma
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/functor/tyxml_f.cmxa
@@ -57,7 +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.tools.dune
 ${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmi
 ${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmt
 ${OCAML_SITELIB}/tyxml/tools/tyxml_name.cmti
@@ -68,7 +67,6 @@
 ${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
-${OCAML_SITELIB}/tyxml/top/tyxml.top.dune
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/top/tyxml_top.a
 ${OCAML_SITELIB}/tyxml/top/tyxml_top.cma
 ${OCAML_SITELIB}/tyxml/top/tyxml_top.cmi
@@ -84,7 +82,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml.cmxs
-${OCAML_SITELIB}/tyxml/tyxml.dune
 ${OCAML_SITELIB}/tyxml/tyxml.ml
 ${OCAML_SITELIB}/tyxml/tyxml_html.cmi
 ${OCAML_SITELIB}/tyxml/tyxml_html.cmt

cvs diff -r1.10 -r1.11 pkgsrc/textproc/ocaml-tyxml/buildlink3.mk (expand / switch to context diff)
--- pkgsrc/textproc/ocaml-tyxml/buildlink3.mk 2018/11/29 12:00:45 1.10
+++ pkgsrc/textproc/ocaml-tyxml/buildlink3.mk 2019/03/05 17:10:04 1.11
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2018/11/29 12:00:45 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2019/03/05 17:10:04 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.0
+BUILDLINK_ABI_DEPENDS.ocaml-tyxml+=     ocaml-tyxml>=4.3.0nb1
 BUILDLINK_PKGSRCDIR.ocaml-tyxml?=       ../../textproc/ocaml-tyxml
 
 .endif  # OCAML_TYXML_BUILDLINK3_MK