pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-result Updated devel/ocaml-result to 1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7e0788e9012
branches:  trunk
changeset: 443235:e7e0788e9012
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Dec 09 11:07:26 2020 +0000

description:
Updated devel/ocaml-result to 1.5.

The sole change is adding an alias for the result type on OCaml versions
4.08 and higher.

diffstat:

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

diffs (47 lines):

diff -r 3c18ec3024db -r e7e0788e9012 devel/ocaml-result/Makefile
--- a/devel/ocaml-result/Makefile       Wed Dec 09 11:06:15 2020 +0000
+++ b/devel/ocaml-result/Makefile       Wed Dec 09 11:07:26 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2020/01/24 09:16:26 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2020/12/09 11:07:26 jaapb Exp $
 
 GITHUB_PROJECT=        result
-DISTNAME=      ${GITHUB_PROJECT}-1.4
+DISTNAME=      ${GITHUB_PROJECT}-1.5
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
diff -r 3c18ec3024db -r e7e0788e9012 devel/ocaml-result/buildlink3.mk
--- a/devel/ocaml-result/buildlink3.mk  Wed Dec 09 11:06:15 2020 +0000
+++ b/devel/ocaml-result/buildlink3.mk  Wed Dec 09 11:07:26 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2020/01/24 09:16:26 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2020/12/09 11:07:26 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-result
 
 .if !defined(OCAML_RESULT_BUILDLINK3_MK)
 OCAML_RESULT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.ocaml-result+=   ocaml-result>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.4
+BUILDLINK_API_DEPENDS.ocaml-result+=   ocaml-result>=1.5
+BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.5
 BUILDLINK_PKGSRCDIR.ocaml-result?=     ../../devel/ocaml-result
 .endif # OCAML_RESULT_BUILDLINK3_MK
 
diff -r 3c18ec3024db -r e7e0788e9012 devel/ocaml-result/distinfo
--- a/devel/ocaml-result/distinfo       Wed Dec 09 11:06:15 2020 +0000
+++ b/devel/ocaml-result/distinfo       Wed Dec 09 11:07:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/01/24 09:16:26 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2020/12/09 11:07:26 jaapb Exp $
 
-SHA1 (result-1.4.tar.gz) = c4e8ddaae7bdaac02afe2fe08f333f753fa29460
-RMD160 (result-1.4.tar.gz) = eb02a067ea6e096cdf75ad330ef8622e86336e8e
-SHA512 (result-1.4.tar.gz) = 2e709fee6ceb54463c3989a90aed351c5b48f7a5edce9ccbba4d163cbfb795a19393be0d75885e762d4609961a64e273bb298b94bd3858dc2c20de9396b655d3
-Size (result-1.4.tar.gz) = 2314 bytes
+SHA1 (result-1.5.tar.gz) = 6c7b44398fd3d2ceb98c9889b8abdcd38ccbfb60
+RMD160 (result-1.5.tar.gz) = c34b8b57fcada76cab1e35d9e16fe1ca4eaf5d93
+SHA512 (result-1.5.tar.gz) = 5ca3aab3b46bff7f4fa4517b5d823de196d7a97a8b94a8e416a5e237061482f4d0030c6a339291d5aa8f68020ee11aed743b730970105a2303e6a93d26ca676a
+Size (result-1.5.tar.gz) = 2291 bytes



Home | Main Index | Thread Index | Old Index