pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ocaml-tyxml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar  5 17:10:05 UTC 2019

Modified Files:
        pkgsrc/textproc/ocaml-tyxml: Makefile PLIST buildlink3.mk

Log Message:
Updated textproc/ocaml-tyxml for dune compatibility.

Package is now compatible with dune 1.7; revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/ocaml-tyxml/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ocaml-tyxml/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ocaml-tyxml/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ocaml-tyxml/Makefile
diff -u pkgsrc/textproc/ocaml-tyxml/Makefile:1.22 pkgsrc/textproc/ocaml-tyxml/Makefile:1.23
--- pkgsrc/textproc/ocaml-tyxml/Makefile:1.22   Thu Nov 29 12:00:45 2018
+++ pkgsrc/textproc/ocaml-tyxml/Makefile        Tue Mar  5 17:10:04 2019
@@ -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/}
 

Index: pkgsrc/textproc/ocaml-tyxml/PLIST
diff -u pkgsrc/textproc/ocaml-tyxml/PLIST:1.7 pkgsrc/textproc/ocaml-tyxml/PLIST:1.8
--- pkgsrc/textproc/ocaml-tyxml/PLIST:1.7       Thu Nov 29 12:00:45 2018
+++ pkgsrc/textproc/ocaml-tyxml/PLIST   Tue Mar  5 17:10:04 2019
@@ -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_sigs.
 ${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 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml
 ${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 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml
 ${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 @@ ${OCAML_SITELIB}/tyxml/tyxml.cmt
 ${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

Index: pkgsrc/textproc/ocaml-tyxml/buildlink3.mk
diff -u pkgsrc/textproc/ocaml-tyxml/buildlink3.mk:1.10 pkgsrc/textproc/ocaml-tyxml/buildlink3.mk:1.11
--- pkgsrc/textproc/ocaml-tyxml/buildlink3.mk:1.10      Thu Nov 29 12:00:45 2018
+++ pkgsrc/textproc/ocaml-tyxml/buildlink3.mk   Tue Mar  5 17:10:04 2019
@@ -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 @@ BUILDLINK_TREE+=        ocaml-tyxml
 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



Home | Main Index | Thread Index | Old Index