pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-result Changed devel/ocaml-result to use d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/917298eb91ea
branches:  trunk
changeset: 325864:917298eb91ea
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Nov 27 15:37:45 2018 +0000

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

diffstat:

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

diffs (42 lines):

diff -r 0b9373700407 -r 917298eb91ea devel/ocaml-result/Makefile
--- a/devel/ocaml-result/Makefile       Tue Nov 27 15:34:16 2018 +0000
+++ b/devel/ocaml-result/Makefile       Tue Nov 27 15:37:45 2018 +0000
@@ -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 @@
 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"
diff -r 0b9373700407 -r 917298eb91ea devel/ocaml-result/buildlink3.mk
--- a/devel/ocaml-result/buildlink3.mk  Tue Nov 27 15:34:16 2018 +0000
+++ b/devel/ocaml-result/buildlink3.mk  Tue Nov 27 15:37:45 2018 +0000
@@ -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 @@
 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