pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-result



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar  5 16:27:42 UTC 2019

Modified Files:
        pkgsrc/devel/ocaml-result: Makefile PLIST buildlink3.mk

Log Message:
Updated devel/ocaml-result for dune compatibility.

Package now compatible with dune 1.7; revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ocaml-result/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-result/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-result/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/devel/ocaml-result/Makefile
diff -u pkgsrc/devel/ocaml-result/Makefile:1.9 pkgsrc/devel/ocaml-result/Makefile:1.10
--- pkgsrc/devel/ocaml-result/Makefile:1.9      Tue Nov 27 15:37:45 2018
+++ pkgsrc/devel/ocaml-result/Makefile  Tue Mar  5 16:27:42 2019
@@ -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/}
 

Index: pkgsrc/devel/ocaml-result/PLIST
diff -u pkgsrc/devel/ocaml-result/PLIST:1.2 pkgsrc/devel/ocaml-result/PLIST:1.3
--- pkgsrc/devel/ocaml-result/PLIST:1.2 Mon Apr  9 09:36:08 2018
+++ pkgsrc/devel/ocaml-result/PLIST     Tue Mar  5 16:27:42 2019
@@ -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 @@ ${OCAML_SITELIB}/result/result.cmt
 ${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

Index: pkgsrc/devel/ocaml-result/buildlink3.mk
diff -u pkgsrc/devel/ocaml-result/buildlink3.mk:1.6 pkgsrc/devel/ocaml-result/buildlink3.mk:1.7
--- pkgsrc/devel/ocaml-result/buildlink3.mk:1.6 Tue Nov 27 15:37:45 2018
+++ pkgsrc/devel/ocaml-result/buildlink3.mk     Tue Mar  5 16:27:42 2019
@@ -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 @@ BUILDLINK_TREE+=        ocaml-result
 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