pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ocaml-zarith Updated package math/ocaml-zarith to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d53a07840f29
branches:  trunk
changeset: 325945:d53a07840f29
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Nov 28 12:04:35 2018 +0000

description:
Updated package math/ocaml-zarith to version 1.7.

Changes include: mostly bugfixes, plus improvements to the build system
and minor enhancements.

diffstat:

 math/ocaml-zarith/Makefile      |   5 ++---
 math/ocaml-zarith/PLIST         |  17 ++++++++++-------
 math/ocaml-zarith/buildlink3.mk |   4 ++--
 math/ocaml-zarith/distinfo      |  11 +++++------
 4 files changed, 19 insertions(+), 18 deletions(-)

diffs (82 lines):

diff -r 4aa8b8ca97ff -r d53a07840f29 math/ocaml-zarith/Makefile
--- a/math/ocaml-zarith/Makefile        Wed Nov 28 12:04:20 2018 +0000
+++ b/math/ocaml-zarith/Makefile        Wed Nov 28 12:04:35 2018 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2018/11/12 16:10:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2018/11/28 12:04:35 jaapb Exp $
 #
 
-VERSION=       1.4.1
+VERSION=       1.7
 GITHUB_PROJECT=        Zarith
 GITHUB_TAG=    release-${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME:tl}
-PKGREVISION=   12
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 
diff -r 4aa8b8ca97ff -r d53a07840f29 math/ocaml-zarith/PLIST
--- a/math/ocaml-zarith/PLIST   Wed Nov 28 12:04:20 2018 +0000
+++ b/math/ocaml-zarith/PLIST   Wed Nov 28 12:04:35 2018 +0000
@@ -1,15 +1,18 @@
-@comment $NetBSD: PLIST,v 1.3 2016/06/25 14:31:13 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/28 12:04:35 jaapb Exp $
+${OCAML_SITELIB}/zarith/META
 ${OCAML_SITELIB}/zarith/big_int_Z.cmi
+${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/META
 ${OCAML_SITELIB}/zarith/q.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx
 ${OCAML_SITELIB}/zarith/q.mli
-${OCAML_SITELIB}/zarith/zarith.a
+${OCAML_SITELIB}/zarith/z.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx
+${OCAML_SITELIB}/zarith/z.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a
 ${OCAML_SITELIB}/zarith/zarith.cma
-${OCAML_SITELIB}/zarith/zarith.cmxa
-${OCAML_SITELIB}/zarith/zarith.cmxs
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs
 ${OCAML_SITELIB}/zarith/zarith.h
-${OCAML_SITELIB}/zarith/z.cmi
-${OCAML_SITELIB}/zarith/z.mli
diff -r 4aa8b8ca97ff -r d53a07840f29 math/ocaml-zarith/buildlink3.mk
--- a/math/ocaml-zarith/buildlink3.mk   Wed Nov 28 12:04:20 2018 +0000
+++ b/math/ocaml-zarith/buildlink3.mk   Wed Nov 28 12:04:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/07/19 15:15:27 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-zarith
 
@@ -6,7 +6,7 @@
 OCAML_ZARITH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.2.1
-BUILDLINK_ABI_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.4.1nb10
+BUILDLINK_ABI_DEPENDS.ocaml-zarith+=   ocaml-zarith>=1.7
 BUILDLINK_PKGSRCDIR.ocaml-zarith?=     ../../math/ocaml-zarith
 
 .include "../../devel/gmp/buildlink3.mk"
diff -r 4aa8b8ca97ff -r d53a07840f29 math/ocaml-zarith/distinfo
--- a/math/ocaml-zarith/distinfo        Wed Nov 28 12:04:20 2018 +0000
+++ b/math/ocaml-zarith/distinfo        Wed Nov 28 12:04:35 2018 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/07/11 14:16:23 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2018/11/28 12:04:35 jaapb Exp $
 
-SHA1 (Zarith-1.4.1.tar.gz) = add8a775d63fb9f5e54acf46161e53c0b1854c42
-RMD160 (Zarith-1.4.1.tar.gz) = 34d1e23ac8703e116ba6b10ab008c2ce11089970
-SHA512 (Zarith-1.4.1.tar.gz) = 8bbc4cc5fa19a561301b9f81ca9487fcb73d7b9445ec1939fb377a692cf52f35892787d717ab0393582bc15a3872b20a93b36457f5e33d06de9915c4521486a4
-Size (Zarith-1.4.1.tar.gz) = 87747 bytes
+SHA1 (Zarith-1.7.tar.gz) = e0f6fcc166caf2d9d4aac9d4112b39bc82bbd0fe
+RMD160 (Zarith-1.7.tar.gz) = 3af83f38fb7bbaa98f4493f530f3c51a1edf8abb
+SHA512 (Zarith-1.7.tar.gz) = 812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753
+Size (Zarith-1.7.tar.gz) = 89617 bytes
 SHA1 (patch-configure) = a9fadfcaf6c3b0a21ff3d1829af2cb15454904a0
-SHA1 (patch-project.mak) = ae9cd0e0efb2b93b62cfbecd81122578ec007505



Home | Main Index | Thread Index | Old Index