pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-configurator Updated devel/ocaml-configura...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f948ff324ae0
branches:  trunk
changeset: 320464:f948ff324ae0
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 05 16:23:43 2019 +0000

description:
Updated devel/ocaml-configurator for dune compatibility.

Package is now compatible with dune 1.7; revbump.

diffstat:

 devel/ocaml-configurator/Makefile      |  4 ++--
 devel/ocaml-configurator/PLIST         |  4 ++--
 devel/ocaml-configurator/buildlink3.mk |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7218b6bbd617 -r f948ff324ae0 devel/ocaml-configurator/Makefile
--- a/devel/ocaml-configurator/Makefile Tue Mar 05 16:21:44 2019 +0000
+++ b/devel/ocaml-configurator/Makefile Tue Mar 05 16:23:43 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2018/11/27 15:27:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2019/03/05 16:23:43 jaapb Exp $
 
 GITHUB_PROJECT=        configurator
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      ${GITHUB_PROJECT}-0.11.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
diff -r 7218b6bbd617 -r f948ff324ae0 devel/ocaml-configurator/PLIST
--- a/devel/ocaml-configurator/PLIST    Tue Mar 05 16:21:44 2019 +0000
+++ b/devel/ocaml-configurator/PLIST    Tue Mar 05 16:23:43 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/04 16:23:36 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/05 16:23:43 jaapb Exp $
 ${OCAML_SITELIB}/configurator/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.a
 ${OCAML_SITELIB}/configurator/configurator.cma
@@ -8,9 +8,9 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxs
-${OCAML_SITELIB}/configurator/configurator.dune
 ${OCAML_SITELIB}/configurator/configurator.ml
 ${OCAML_SITELIB}/configurator/configurator.mli
+${OCAML_SITELIB}/configurator/dune-package
 ${OCAML_SITELIB}/configurator/opam
 share/doc/configurator/LICENSE.txt
 share/doc/configurator/README.org
diff -r 7218b6bbd617 -r f948ff324ae0 devel/ocaml-configurator/buildlink3.mk
--- a/devel/ocaml-configurator/buildlink3.mk    Tue Mar 05 16:21:44 2019 +0000
+++ b/devel/ocaml-configurator/buildlink3.mk    Tue Mar 05 16:23:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2018/11/27 15:27:18 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:23:43 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-configurator
 
@@ -6,7 +6,7 @@
 OCAML_CONFIGURATOR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.9.1
-BUILDLINK_ABI_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.11.0nb3
+BUILDLINK_ABI_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.11.0nb4
 BUILDLINK_PKGSRCDIR.ocaml-configurator?=       ../../devel/ocaml-configurator
 
 .endif # OCAML_CONFIGURATOR_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index