Tue May 24 17:55:23 2022 UTC ()
Updated math/ocaml-zarith to version 1.12.

Changes are mostly minor, see the Changes file inside the distribution
for more details.


(jaapb)
diff -r1.20 -r1.21 pkgsrc/math/ocaml-zarith/Makefile
diff -r1.4 -r1.5 pkgsrc/math/ocaml-zarith/PLIST
diff -r1.4 -r1.5 pkgsrc/math/ocaml-zarith/buildlink3.mk
diff -r1.6 -r1.7 pkgsrc/math/ocaml-zarith/distinfo
diff -r1.2 -r0 pkgsrc/math/ocaml-zarith/patches/patch-configure

cvs diff -r1.20 -r1.21 pkgsrc/math/ocaml-zarith/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ocaml-zarith/Makefile 2021/05/24 19:52:56 1.20
+++ pkgsrc/math/ocaml-zarith/Makefile 2022/05/24 17:55:23 1.21
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.20 2021/05/24 19:52:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2022/05/24 17:55:23 jaapb Exp $
2# 2#
3 3
4VERSION= 1.7 4VERSION= 1.12
5GITHUB_PROJECT= Zarith 5GITHUB_PROJECT= Zarith
6GITHUB_TAG= release-${VERSION} 6GITHUB_TAG= release-${VERSION}
7DISTNAME= ${GITHUB_PROJECT}-${VERSION} 7DISTNAME= ${GITHUB_PROJECT}-${VERSION}
8PKGNAME= ocaml-${DISTNAME:tl} 8PKGNAME= ocaml-${DISTNAME:tl}
9PKGREVISION= 4 
10CATEGORIES= math 9CATEGORIES= math
11MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} 10MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
12 11
13MAINTAINER= markd@NetBSD.org 12MAINTAINER= markd@NetBSD.org
14HOMEPAGE= https://github.com/ocaml/Zarith 13HOMEPAGE= https://github.com/ocaml/Zarith
15COMMENT= OCaml arithmetic library for arbitrary precision integers 14COMMENT= OCaml arithmetic library for arbitrary precision integers
16LICENSE= gnu-lgpl-v2 15LICENSE= gnu-lgpl-v2
17 16
18# zarith library creation is racy 17# zarith library creation is racy
19MAKE_JOBS_SAFE= no 18MAKE_JOBS_SAFE= no
20 19
21HAS_CONFIGURE= yes 20HAS_CONFIGURE= yes
22CONFIGURE_ENV+= DESTDIR=${DESTDIR} 21CONFIGURE_ENV+= DESTDIR=${DESTDIR}

cvs diff -r1.4 -r1.5 pkgsrc/math/ocaml-zarith/PLIST (expand / switch to unified diff)

--- pkgsrc/math/ocaml-zarith/PLIST 2018/11/28 12:04:35 1.4
+++ pkgsrc/math/ocaml-zarith/PLIST 2022/05/24 17:55:23 1.5
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1@comment $NetBSD: PLIST,v 1.4 2018/11/28 12:04:35 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/05/24 17:55:23 jaapb Exp $
2${OCAML_SITELIB}/zarith/META 2${OCAML_SITELIB}/zarith/META
3${OCAML_SITELIB}/zarith/big_int_Z.cmi 3${OCAML_SITELIB}/zarith/big_int_Z.cmi
 4${OCAML_SITELIB}/zarith/big_int_Z.cmti
4${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/big_int_Z.cmx 5${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/big_int_Z.cmx
5${OCAML_SITELIB}/zarith/big_int_Z.mli 6${OCAML_SITELIB}/zarith/big_int_Z.mli
6${OCAML_SITELIB}/zarith/dllzarith.so 7${OCAML_SITELIB}/zarith/dllzarith.so
7${OCAML_SITELIB}/zarith/libzarith.a 8${OCAML_SITELIB}/zarith/libzarith.a
8${OCAML_SITELIB}/zarith/q.cmi 9${OCAML_SITELIB}/zarith/q.cmi
 10${OCAML_SITELIB}/zarith/q.cmti
9${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx 11${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx
10${OCAML_SITELIB}/zarith/q.mli 12${OCAML_SITELIB}/zarith/q.mli
11${OCAML_SITELIB}/zarith/z.cmi 13${OCAML_SITELIB}/zarith/z.cmi
 14${OCAML_SITELIB}/zarith/z.cmti
12${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx 15${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx
13${OCAML_SITELIB}/zarith/z.mli 16${OCAML_SITELIB}/zarith/z.mli
14${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a 17${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a
15${OCAML_SITELIB}/zarith/zarith.cma 18${OCAML_SITELIB}/zarith/zarith.cma
16${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa 19${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa
17${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs 20${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs
18${OCAML_SITELIB}/zarith/zarith.h 21${OCAML_SITELIB}/zarith/zarith.h
 22${OCAML_SITELIB}/zarith/zarith_top.cma

cvs diff -r1.4 -r1.5 pkgsrc/math/ocaml-zarith/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/math/ocaml-zarith/buildlink3.mk 2018/11/28 12:04:35 1.4
+++ pkgsrc/math/ocaml-zarith/buildlink3.mk 2022/05/24 17:55:23 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 17:55:23 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-zarith 3BUILDLINK_TREE+= ocaml-zarith
4 4
5.if !defined(OCAML_ZARITH_BUILDLINK3_MK) 5.if !defined(OCAML_ZARITH_BUILDLINK3_MK)
6OCAML_ZARITH_BUILDLINK3_MK:= 6OCAML_ZARITH_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1 8BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1
9BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.7 9BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.12
10BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith 10BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith
11 11
12.include "../../devel/gmp/buildlink3.mk" 12.include "../../devel/gmp/buildlink3.mk"
13 13
14.endif # OCAML_ZARITH_BUILDLINK3_MK 14.endif # OCAML_ZARITH_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -ocaml-zarith 16BUILDLINK_TREE+= -ocaml-zarith

cvs diff -r1.6 -r1.7 pkgsrc/math/ocaml-zarith/distinfo (expand / switch to unified diff)

--- pkgsrc/math/ocaml-zarith/distinfo 2021/10/26 10:55:50 1.6
+++ pkgsrc/math/ocaml-zarith/distinfo 2022/05/24 17:55:23 1.7
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:55:50 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/05/24 17:55:23 jaapb Exp $
2 2
3BLAKE2s (Zarith-1.7.tar.gz) = eb310ad08e77d9c7b17cc76ab702d8ce3b95fab256b96a5141724d76fa11a687 3BLAKE2s (Zarith-1.12.tar.gz) = 0484c6e5e2850a9a95eb2c5599ec15f1a96dcd30725a12cfe5ce61c21e3d5cb7
4SHA512 (Zarith-1.7.tar.gz) = 812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753 4SHA512 (Zarith-1.12.tar.gz) = 8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4
5Size (Zarith-1.7.tar.gz) = 89617 bytes 5Size (Zarith-1.12.tar.gz) = 93695 bytes
6SHA1 (patch-configure) = a9fadfcaf6c3b0a21ff3d1829af2cb15454904a0 

File Deleted: pkgsrc/math/ocaml-zarith/patches/Attic/patch-configure