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 fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2381c03ef49
branches:  trunk
changeset: 330710:b2381c03ef49
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 05 17:08:08 2019 +0000

description:
Updated textproc/ocaml-markup for dune compatibility.

Package now compatible with dune 1.7; revbump.

diffstat:

 textproc/ocaml-markup/Makefile      |  3 ++-
 textproc/ocaml-markup/PLIST         |  7 +++----
 textproc/ocaml-markup/buildlink3.mk |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (69 lines):

diff -r 6acc0d43d363 -r b2381c03ef49 textproc/ocaml-markup/Makefile
--- a/textproc/ocaml-markup/Makefile    Tue Mar 05 17:07:03 2019 +0000
+++ b/textproc/ocaml-markup/Makefile    Tue Mar 05 17:08:08 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2018/11/27 17:20:09 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/05 17:08:08 jaapb Exp $
 
 GITHUB_PROJECT=        markup.ml
 GITHUB_TAG=    ${PKGVERSION_NOREV}
 DISTNAME=      markup-0.8.0
 PKGNAME=       ocaml-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aantron/}
 
diff -r 6acc0d43d363 -r b2381c03ef49 textproc/ocaml-markup/PLIST
--- a/textproc/ocaml-markup/PLIST       Tue Mar 05 17:07:03 2019 +0000
+++ b/textproc/ocaml-markup/PLIST       Tue Mar 05 17:08:08 2019 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2018/12/06 09:37:17 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/03/05 17:08:08 jaapb Exp $
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/META
-${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/markup-lwt.dune
+${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/dune-package
 ${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/markup-lwt/markup_lwt.a
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/markup_lwt.cma
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/markup_lwt.cmi
@@ -12,7 +12,6 @@
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/markup_lwt.ml
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/markup_lwt.mli
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/opam
-${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/unix/markup-lwt.unix.dune
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/unix/markup_lwt_unix.a
 ${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/markup-lwt/unix/markup_lwt_unix.cma
 ${PLIST.lwt}${OCAML_SITELIB}/markup-lwt/unix/markup_lwt_unix.cmi
@@ -27,6 +26,7 @@
 ${OCAML_SITELIB}/markup/common.ml
 ${OCAML_SITELIB}/markup/detect.ml
 ${OCAML_SITELIB}/markup/detect.mli
+${OCAML_SITELIB}/markup/dune-package
 ${OCAML_SITELIB}/markup/encoding.ml
 ${OCAML_SITELIB}/markup/entities.ml
 ${OCAML_SITELIB}/markup/error.ml
@@ -48,7 +48,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/markup/markup.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/markup/markup.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/markup/markup.cmxs
-${OCAML_SITELIB}/markup/markup.dune
 ${OCAML_SITELIB}/markup/markup.ml
 ${OCAML_SITELIB}/markup/markup.mli
 ${OCAML_SITELIB}/markup/markup__.cmi
diff -r 6acc0d43d363 -r b2381c03ef49 textproc/ocaml-markup/buildlink3.mk
--- a/textproc/ocaml-markup/buildlink3.mk       Tue Mar 05 17:07:03 2019 +0000
+++ b/textproc/ocaml-markup/buildlink3.mk       Tue Mar 05 17:08:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/11/27 17:20:09 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2019/03/05 17:08:08 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-markup
 
@@ -6,7 +6,7 @@
 OCAML_MARKUP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-markup+=   ocaml-markup>=0.7.2
-BUILDLINK_ABI_DEPENDS.ocaml-markup+=   ocaml-markup>=0.8.0
+BUILDLINK_ABI_DEPENDS.ocaml-markup+=   ocaml-markup>=0.8.0nb1
 BUILDLINK_PKGSRCDIR.ocaml-markup?=     ../../textproc/ocaml-markup
 
 .endif # OCAML_MARKUP_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index