pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-optint



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Dec  2 08:21:44 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-optint: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-optint/Makefile \
    pkgsrc/devel/ocaml-optint/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-optint/Makefile
diff -u pkgsrc/devel/ocaml-optint/Makefile:1.1 pkgsrc/devel/ocaml-optint/Makefile:1.2
--- pkgsrc/devel/ocaml-optint/Makefile:1.1      Tue Mar 12 17:47:09 2019
+++ pkgsrc/devel/ocaml-optint/Makefile  Wed Dec  2 08:21:44 2020
@@ -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 @@ LICENSE=      mit
 
 OCAML_USE_DUNE=        yes
 
-WRKSRC=                ${WRKDIR}/optint-0.0.2
+WRKSRC=                ${WRKDIR}/optint-${VER}
 USE_LANGUAGES= # none
 
 .include "../../mk/ocaml.mk"
Index: pkgsrc/devel/ocaml-optint/distinfo
diff -u pkgsrc/devel/ocaml-optint/distinfo:1.1 pkgsrc/devel/ocaml-optint/distinfo:1.2
--- pkgsrc/devel/ocaml-optint/distinfo:1.1      Tue Mar 12 17:47:09 2019
+++ pkgsrc/devel/ocaml-optint/distinfo  Wed Dec  2 08:21:44 2020
@@ -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