pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-optint Update devel/ocaml-optint to versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44879857d9a0
branches: trunk
changeset: 442867:44879857d9a0
user: he <he%pkgsrc.org@localhost>
date: Wed Dec 02 08:21:44 2020 +0000
description:
Update devel/ocaml-optint to version 0.0.4.
Pkgsrc changes:
* set version# only once
Upstream changes:
v0.0.4 2020-03-09 Paris (France)
* Fix 32bit backend where we miss to fully apply an invalid_arg
* Fix 64bit backend where Native.unsigned_compare and
Nativeint.unsigned_div exists (OCaml 4.08.0)
v0.0.3 2010-09-12 Paris (France)
* Avoid partial application of function (#2, @dinosaure)
* Add [@immediate] tag (#4, @dinosaure)
* Fix select.ml in 32bit (#5, @IndiscriminateCoding)
* Fix typo (#6, @hannesm)
* Add fuzzer (#8, @dinosaure)
* Fix lsr and asr in 64bit (#8, @cfcs, @dinosaure)
* Optimization on of_int function (64bit) (#8, @cfcs, @dinosaure)
* Optimization on abs function (64bit) (#8, @cfcs, @dinosaure)
* Fix 32bit architecture, keep bit-sign in the same place (#8,
@dinosaure, review @cfcs)
OK'ed by jaapb@
diffstat:
devel/ocaml-optint/Makefile | 7 ++++---
devel/ocaml-optint/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r dd6c23236151 -r 44879857d9a0 devel/ocaml-optint/Makefile
--- a/devel/ocaml-optint/Makefile Wed Dec 02 07:58:07 2020 +0000
+++ b/devel/ocaml-optint/Makefile Wed Dec 02 08:21:44 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/03/12 17:47:09 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/02 08:21:44 he Exp $
GITHUB_PROJECT= optint
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.0.2
+VER= 0.0.4
+DISTNAME= ${GITHUB_PROJECT}-${VER}
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
@@ -14,7 +15,7 @@
OCAML_USE_DUNE= yes
-WRKSRC= ${WRKDIR}/optint-0.0.2
+WRKSRC= ${WRKDIR}/optint-${VER}
USE_LANGUAGES= # none
.include "../../mk/ocaml.mk"
diff -r dd6c23236151 -r 44879857d9a0 devel/ocaml-optint/distinfo
--- a/devel/ocaml-optint/distinfo Wed Dec 02 07:58:07 2020 +0000
+++ b/devel/ocaml-optint/distinfo Wed Dec 02 08:21:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/12 17:47:09 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2020/12/02 08:21:44 he Exp $
-SHA1 (optint-0.0.2.tar.gz) = 28433928110f8c7a5de7b20ab04b4223612944d9
-RMD160 (optint-0.0.2.tar.gz) = 1e54af2d17d4e60574637e93051e98d2866ef5fe
-SHA512 (optint-0.0.2.tar.gz) = 4727bc23ee2a431d06f296d265f2174ef1dcc1b271e9e9c1ba44f2f290976c11240c26c122ca4c117b3dec36b9b57caa417ef081ae0f70e8b380d111b9beb982
-Size (optint-0.0.2.tar.gz) = 4591 bytes
+SHA1 (optint-0.0.4.tar.gz) = a510f5a0ed3db73c9e5e16d2fe904b50f3fc4d95
+RMD160 (optint-0.0.4.tar.gz) = 5a515f5571cd084f71e68da63bd6cb410c06fdd9
+SHA512 (optint-0.0.4.tar.gz) = dc06fd05df723dbebf176e771d13ab103435fc10022e5adba6588a89c91f2437582235059123b3e74c25917096fd49ae8744d9139081c77c9a0aec3682990ed3
+Size (optint-0.0.4.tar.gz) = 7081 bytes
Home |
Main Index |
Thread Index |
Old Index