Tue Mar 5 16:27:42 2019 UTC ()
Updated devel/ocaml-result for dune compatibility.

Package now compatible with dune 1.7; revbump.


(jaapb)
diff -r1.9 -r1.10 pkgsrc/devel/ocaml-result/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ocaml-result/PLIST
diff -r1.6 -r1.7 pkgsrc/devel/ocaml-result/buildlink3.mk

cvs diff -r1.9 -r1.10 pkgsrc/devel/ocaml-result/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-result/Makefile 2018/11/27 15:37:45 1.9
+++ pkgsrc/devel/ocaml-result/Makefile 2019/03/05 16:27:42 1.10
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2018/11/27 15:37:45 jaapb Exp $ 1# $NetBSD: Makefile,v 1.10 2019/03/05 16:27:42 jaapb Exp $
2 2
3GITHUB_PROJECT= result 3GITHUB_PROJECT= result
4DISTNAME= ${GITHUB_PROJECT}-1.3 4DISTNAME= ${GITHUB_PROJECT}-1.3
5PKGNAME= ocaml-${DISTNAME} 5PKGNAME= ocaml-${DISTNAME}
6PKGREVISION= 3 6PKGREVISION= 4
7CATEGORIES= devel 7CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
9 9
10MAINTAINER= jaapb@NetBSD.org 10MAINTAINER= jaapb@NetBSD.org
11HOMEPAGE= https://github.com/janestreet/result/ 11HOMEPAGE= https://github.com/janestreet/result/
12COMMENT= OCaml compatibility library for Result module 12COMMENT= OCaml compatibility library for Result module
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16OCAML_USE_DUNE= yes 16OCAML_USE_DUNE= yes
17INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/result share/doc/result 17INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/result share/doc/result
18 18
19.include "../../mk/ocaml.mk" 19.include "../../mk/ocaml.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ocaml-result/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-result/PLIST 2018/04/09 09:36:08 1.2
+++ pkgsrc/devel/ocaml-result/PLIST 2019/03/05 16:27:42 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1@comment $NetBSD: PLIST,v 1.2 2018/04/09 09:36:08 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.3 2019/03/05 16:27:42 jaapb Exp $
2${OCAML_SITELIB}/result/META 2${OCAML_SITELIB}/result/META
 3${OCAML_SITELIB}/result/dune-package
3${OCAML_SITELIB}/result/opam 4${OCAML_SITELIB}/result/opam
4${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.a 5${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.a
5${OCAML_SITELIB}/result/result.cma 6${OCAML_SITELIB}/result/result.cma
6${OCAML_SITELIB}/result/result.cmi 7${OCAML_SITELIB}/result/result.cmi
7${OCAML_SITELIB}/result/result.cmt 8${OCAML_SITELIB}/result/result.cmt
8${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmx 9${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmx
9${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxa 10${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxa
10${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxs 11${PLIST.ocaml-opt}${OCAML_SITELIB}/result/result.cmxs
11${OCAML_SITELIB}/result/result.dune 
12${OCAML_SITELIB}/result/result.ml 12${OCAML_SITELIB}/result/result.ml
13share/doc/result/CHANGES.md 13share/doc/result/CHANGES.md
14share/doc/result/LICENSE.md 14share/doc/result/LICENSE.md
15share/doc/result/README.md 15share/doc/result/README.md

cvs diff -r1.6 -r1.7 pkgsrc/devel/ocaml-result/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-result/buildlink3.mk 2018/11/27 15:37:45 1.6
+++ pkgsrc/devel/ocaml-result/buildlink3.mk 2019/03/05 16:27:42 1.7
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.6 2018/11/27 15:37:45 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.7 2019/03/05 16:27:42 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-result 3BUILDLINK_TREE+= ocaml-result
4 4
5.if !defined(OCAML_RESULT_BUILDLINK3_MK) 5.if !defined(OCAML_RESULT_BUILDLINK3_MK)
6OCAML_RESULT_BUILDLINK3_MK:= 6OCAML_RESULT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-result+= ocaml-result>=1.2 8BUILDLINK_API_DEPENDS.ocaml-result+= ocaml-result>=1.2
9BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.3nb3 9BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.3nb4
10BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result 10BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result
11.endif # OCAML_RESULT_BUILDLINK3_MK 11.endif # OCAML_RESULT_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -ocaml-result 13BUILDLINK_TREE+= -ocaml-result