pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/ocaml-zarith
Module Name: pkgsrc
Committed By: jaapb
Date: Tue May 24 17:55:23 UTC 2022
Modified Files:
pkgsrc/math/ocaml-zarith: Makefile PLIST buildlink3.mk distinfo
Removed Files:
pkgsrc/math/ocaml-zarith/patches: patch-configure
Log Message:
Updated math/ocaml-zarith to version 1.12.
Changes are mostly minor, see the Changes file inside the distribution
for more details.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/ocaml-zarith/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/ocaml-zarith/PLIST \
pkgsrc/math/ocaml-zarith/buildlink3.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/ocaml-zarith/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/math/ocaml-zarith/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/ocaml-zarith/Makefile
diff -u pkgsrc/math/ocaml-zarith/Makefile:1.20 pkgsrc/math/ocaml-zarith/Makefile:1.21
--- pkgsrc/math/ocaml-zarith/Makefile:1.20 Mon May 24 19:52:56 2021
+++ pkgsrc/math/ocaml-zarith/Makefile Tue May 24 17:55:23 2022
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2021/05/24 19:52:56 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/05/24 17:55:23 jaapb Exp $
#
-VERSION= 1.7
+VERSION= 1.12
GITHUB_PROJECT= Zarith
GITHUB_TAG= release-${VERSION}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${DISTNAME:tl}
-PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
Index: pkgsrc/math/ocaml-zarith/PLIST
diff -u pkgsrc/math/ocaml-zarith/PLIST:1.4 pkgsrc/math/ocaml-zarith/PLIST:1.5
--- pkgsrc/math/ocaml-zarith/PLIST:1.4 Wed Nov 28 12:04:35 2018
+++ pkgsrc/math/ocaml-zarith/PLIST Tue May 24 17:55:23 2022
@@ -1,14 +1,17 @@
-@comment $NetBSD: PLIST,v 1.4 2018/11/28 12:04:35 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/05/24 17:55:23 jaapb Exp $
${OCAML_SITELIB}/zarith/META
${OCAML_SITELIB}/zarith/big_int_Z.cmi
+${OCAML_SITELIB}/zarith/big_int_Z.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/big_int_Z.cmx
${OCAML_SITELIB}/zarith/big_int_Z.mli
${OCAML_SITELIB}/zarith/dllzarith.so
${OCAML_SITELIB}/zarith/libzarith.a
${OCAML_SITELIB}/zarith/q.cmi
+${OCAML_SITELIB}/zarith/q.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx
${OCAML_SITELIB}/zarith/q.mli
${OCAML_SITELIB}/zarith/z.cmi
+${OCAML_SITELIB}/zarith/z.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx
${OCAML_SITELIB}/zarith/z.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a
@@ -16,3 +19,4 @@ ${OCAML_SITELIB}/zarith/zarith.cma
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs
${OCAML_SITELIB}/zarith/zarith.h
+${OCAML_SITELIB}/zarith/zarith_top.cma
Index: pkgsrc/math/ocaml-zarith/buildlink3.mk
diff -u pkgsrc/math/ocaml-zarith/buildlink3.mk:1.4 pkgsrc/math/ocaml-zarith/buildlink3.mk:1.5
--- pkgsrc/math/ocaml-zarith/buildlink3.mk:1.4 Wed Nov 28 12:04:35 2018
+++ pkgsrc/math/ocaml-zarith/buildlink3.mk Tue May 24 17:55:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 17:55:23 jaapb Exp $
BUILDLINK_TREE+= ocaml-zarith
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-zarith
OCAML_ZARITH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1
-BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.7
+BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.12
BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith
.include "../../devel/gmp/buildlink3.mk"
Index: pkgsrc/math/ocaml-zarith/distinfo
diff -u pkgsrc/math/ocaml-zarith/distinfo:1.6 pkgsrc/math/ocaml-zarith/distinfo:1.7
--- pkgsrc/math/ocaml-zarith/distinfo:1.6 Tue Oct 26 10:55:50 2021
+++ pkgsrc/math/ocaml-zarith/distinfo Tue May 24 17:55:23 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:55:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/05/24 17:55:23 jaapb Exp $
-BLAKE2s (Zarith-1.7.tar.gz) = eb310ad08e77d9c7b17cc76ab702d8ce3b95fab256b96a5141724d76fa11a687
-SHA512 (Zarith-1.7.tar.gz) = 812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753
-Size (Zarith-1.7.tar.gz) = 89617 bytes
-SHA1 (patch-configure) = a9fadfcaf6c3b0a21ff3d1829af2cb15454904a0
+BLAKE2s (Zarith-1.12.tar.gz) = 0484c6e5e2850a9a95eb2c5599ec15f1a96dcd30725a12cfe5ce61c21e3d5cb7
+SHA512 (Zarith-1.12.tar.gz) = 8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4
+Size (Zarith-1.12.tar.gz) = 93695 bytes
Home |
Main Index |
Thread Index |
Old Index