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:           Wed Dec  9 11:07:26 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ocaml-result/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-result/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 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.12 pkgsrc/devel/ocaml-result/Makefile:1.13
--- pkgsrc/devel/ocaml-result/Makefile:1.12     Fri Jan 24 09:16:26 2020
+++ pkgsrc/devel/ocaml-result/Makefile  Wed Dec  9 11:07:26 2020
@@ -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/}

Index: pkgsrc/devel/ocaml-result/buildlink3.mk
diff -u pkgsrc/devel/ocaml-result/buildlink3.mk:1.8 pkgsrc/devel/ocaml-result/buildlink3.mk:1.9
--- pkgsrc/devel/ocaml-result/buildlink3.mk:1.8 Fri Jan 24 09:16:26 2020
+++ pkgsrc/devel/ocaml-result/buildlink3.mk     Wed Dec  9 11:07:26 2020
@@ -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
 

Index: pkgsrc/devel/ocaml-result/distinfo
diff -u pkgsrc/devel/ocaml-result/distinfo:1.3 pkgsrc/devel/ocaml-result/distinfo:1.4
--- pkgsrc/devel/ocaml-result/distinfo:1.3      Fri Jan 24 09:16:26 2020
+++ pkgsrc/devel/ocaml-result/distinfo  Wed Dec  9 11:07:26 2020
@@ -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