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 Nov 27 15:37:45 UTC 2018

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

Log Message:
Changed devel/ocaml-result to use dune (and revbump)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-result/Makefile
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/ocaml-result/Makefile:1.9
--- pkgsrc/devel/ocaml-result/Makefile:1.8      Mon Nov 12 16:10:22 2018
+++ pkgsrc/devel/ocaml-result/Makefile  Tue Nov 27 15:37:45 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2018/11/12 16:10:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/27 15:37:45 jaapb Exp $
 
 GITHUB_PROJECT=        result
 DISTNAME=      ${GITHUB_PROJECT}-1.3
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
@@ -13,7 +13,7 @@ COMMENT=      OCaml compatibility library for
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none
-OCAML_USE_JBUILDER=    yes
+OCAML_USE_DUNE=        yes
 INSTALLATION_DIRS+=    ${OCAML_SITELIBDIR}/result share/doc/result
 
 .include "../../mk/ocaml.mk"

Index: pkgsrc/devel/ocaml-result/buildlink3.mk
diff -u pkgsrc/devel/ocaml-result/buildlink3.mk:1.5 pkgsrc/devel/ocaml-result/buildlink3.mk:1.6
--- pkgsrc/devel/ocaml-result/buildlink3.mk:1.5 Thu Jul 19 15:15:25 2018
+++ pkgsrc/devel/ocaml-result/buildlink3.mk     Tue Nov 27 15:37:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2018/07/19 15:15:25 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2018/11/27 15:37:45 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.3nb1
+BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.3nb3
 BUILDLINK_PKGSRCDIR.ocaml-result?=     ../../devel/ocaml-result
 .endif # OCAML_RESULT_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index