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:           Fri Jan 24 09:16:26 UTC 2020

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

Log Message:
Updated devel/ocaml-result to version 1.4.

This version adds (better) support for OCaml 4.08 and Dune 2.0.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ocaml-result/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-result/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-result/distinfo

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.11 pkgsrc/devel/ocaml-result/Makefile:1.12
--- pkgsrc/devel/ocaml-result/Makefile:1.11     Sun Nov  3 10:39:26 2019
+++ pkgsrc/devel/ocaml-result/Makefile  Fri Jan 24 09:16:26 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/11/03 10:39:26 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/24 09:16:26 jaapb Exp $
 
 GITHUB_PROJECT=        result
-DISTNAME=      ${GITHUB_PROJECT}-1.3
+DISTNAME=      ${GITHUB_PROJECT}-1.4
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 

Index: pkgsrc/devel/ocaml-result/buildlink3.mk
diff -u pkgsrc/devel/ocaml-result/buildlink3.mk:1.7 pkgsrc/devel/ocaml-result/buildlink3.mk:1.8
--- pkgsrc/devel/ocaml-result/buildlink3.mk:1.7 Tue Mar  5 16:27:42 2019
+++ pkgsrc/devel/ocaml-result/buildlink3.mk     Fri Jan 24 09:16:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2019/03/05 16:27:42 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2020/01/24 09:16:26 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.3nb4
+BUILDLINK_ABI_DEPENDS.ocaml-result+=   ocaml-result>=1.4
 BUILDLINK_PKGSRCDIR.ocaml-result?=     ../../devel/ocaml-result
 .endif # OCAML_RESULT_BUILDLINK3_MK
 

Index: pkgsrc/devel/ocaml-result/distinfo
diff -u pkgsrc/devel/ocaml-result/distinfo:1.2 pkgsrc/devel/ocaml-result/distinfo:1.3
--- pkgsrc/devel/ocaml-result/distinfo:1.2      Mon Apr  9 09:36:08 2018
+++ pkgsrc/devel/ocaml-result/distinfo  Fri Jan 24 09:16:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/09 09:36:08 jaapb Exp $
+$NetBSD: distinfo,v 1.3 2020/01/24 09:16:26 jaapb Exp $
 
-SHA1 (result-1.3.tar.gz) = fdcdc4e9da0a981d90e095c3656e5e6740768b4e
-RMD160 (result-1.3.tar.gz) = 83f87ad4a5440aa3bfb7f30b6c15eab132380c29
-SHA512 (result-1.3.tar.gz) = eb65e5c3e122db1bb477169d83efc7e02b0c72d3ffdb0cdadf7fc92e28c4e3843d8a0ed28133641cbcb239236fa5c83144610c5de713db5c8f63d9f433d37ba9
-Size (result-1.3.tar.gz) = 2336 bytes
+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



Home | Main Index | Thread Index | Old Index