pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-result Updated devel/ocaml-result for dune...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07953f44a41d
branches:  trunk
changeset: 330688:07953f44a41d
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 05 16:27:42 2019 +0000

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

Package now compatible with dune 1.7; revbump.

diffstat:

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

diffs (52 lines):

diff -r 966044fd6204 -r 07953f44a41d devel/ocaml-result/Makefile
--- a/devel/ocaml-result/Makefile       Tue Mar 05 16:25:37 2019 +0000
+++ b/devel/ocaml-result/Makefile       Tue Mar 05 16:27:42 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2018/11/27 15:37:45 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/05 16:27:42 jaapb Exp $
 
 GITHUB_PROJECT=        result
 DISTNAME=      ${GITHUB_PROJECT}-1.3
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
diff -r 966044fd6204 -r 07953f44a41d devel/ocaml-result/PLIST
--- a/devel/ocaml-result/PLIST  Tue Mar 05 16:25:37 2019 +0000
+++ b/devel/ocaml-result/PLIST  Tue Mar 05 16:27:42 2019 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/09 09:36:08 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/05 16:27:42 jaapb Exp $
 ${OCAML_SITELIB}/result/META
+${OCAML_SITELIB}/result/dune-package
 ${OCAML_SITELIB}/result/opam
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.a
 ${OCAML_SITELIB}/result/result.cma
@@ -8,7 +9,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxs
-${OCAML_SITELIB}/result/result.dune
 ${OCAML_SITELIB}/result/result.ml
 share/doc/result/CHANGES.md
 share/doc/result/LICENSE.md
diff -r 966044fd6204 -r 07953f44a41d devel/ocaml-result/buildlink3.mk
--- a/devel/ocaml-result/buildlink3.mk  Tue Mar 05 16:25:37 2019 +0000
+++ b/devel/ocaml-result/buildlink3.mk  Tue Mar 05 16:27:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/11/27 15:37:45 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2019/03/05 16:27:42 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-result
 
@@ -6,7 +6,7 @@
 OCAML_RESULT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-result+=   ocaml-result>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.3nb3
+BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.3nb4
 BUILDLINK_PKGSRCDIR.ocaml-result?=     ../../devel/ocaml-result
 .endif # OCAML_RESULT_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index