pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-rresult



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May 30 10:00:07 UTC 2019

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

Log Message:
Added dependency to devel/ocaml-rresult. Revbump.

Dependency in question is ocamlbuild, as per PR pkg/54248.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-rresult/Makefile \
    pkgsrc/devel/ocaml-rresult/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-rresult/Makefile
diff -u pkgsrc/devel/ocaml-rresult/Makefile:1.1 pkgsrc/devel/ocaml-rresult/Makefile:1.2
--- pkgsrc/devel/ocaml-rresult/Makefile:1.1     Tue Mar 12 17:49:59 2019
+++ pkgsrc/devel/ocaml-rresult/Makefile Thu May 30 10:00:07 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/03/12 17:49:59 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/30 10:00:07 jaapb Exp $
 
 DISTNAME=      rresult-0.6.0
 PKGNAME=       ocaml-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://erratique.ch/software/rresult/releases/
 EXTRACT_SUFX=  .tbz
@@ -16,6 +17,7 @@ USE_LANGUAGES=        # none
 OCAML_USE_TOPKG=       yes
 OCAML_USE_OPAM=        yes
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../devel/ocaml-compiler-libs/buildlink3.mk"
 .include "../../devel/ocaml-result/buildlink3.mk"
 .include "../../mk/ocaml.mk"
Index: pkgsrc/devel/ocaml-rresult/buildlink3.mk
diff -u pkgsrc/devel/ocaml-rresult/buildlink3.mk:1.1 pkgsrc/devel/ocaml-rresult/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-rresult/buildlink3.mk:1.1        Tue Mar 12 17:49:59 2019
+++ pkgsrc/devel/ocaml-rresult/buildlink3.mk    Thu May 30 10:00:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 17:49:59 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/05/30 10:00:07 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-rresult
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-rresult
 OCAML_RRESULT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-rresult+=  ocaml-rresult>=0.6.0
+BUILDLINK_ABI_DEPENDS.ocaml-rresult+=  ocaml-rresult>=0.6.0nb1
 BUILDLINK_PKGSRCDIR.ocaml-rresult?=    ../../devel/ocaml-rresult
 
 .endif # OCAML_RRESULT_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index