pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/mpfr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 13 22:26:50 UTC 2019

Modified Files:
        pkgsrc/math/mpfr: Makefile distinfo

Log Message:
mpfr: update to 4.0.2.

Changes from version 4.0.1 to version 4.0.2:
- Corrected minimal GMP version in the INSTALL file and the MPFR manual.
- Option -pedantic is now always removed from __GMP_CFLAGS (see INSTALL).
- Shared caches: cleanup; really detect lock failures (abort in this case).
- Improved MPFR manual. In particular, corrected/completed the
  mpfr_get_str description in order to follow the historical behavior
  and GMP's mpf_get_str function.
- Bug fixes (see ChangeLog file).


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/mpfr/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/mpfr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/mpfr/Makefile
diff -u pkgsrc/math/mpfr/Makefile:1.39 pkgsrc/math/mpfr/Makefile:1.40
--- pkgsrc/math/mpfr/Makefile:1.39      Sat Sep 29 16:37:09 2018
+++ pkgsrc/math/mpfr/Makefile   Wed Feb 13 22:26:50 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2018/09/29 16:37:09 sevan Exp $
+# $NetBSD: Makefile,v 1.40 2019/02/13 22:26:50 wiz Exp $
 
-DISTNAME=              mpfr-4.0.1
+DISTNAME=              mpfr-4.0.2
 CATEGORIES=            math
 MASTER_SITES=          http://www.mpfr.org/${DISTNAME}/
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/math/mpfr/distinfo
diff -u pkgsrc/math/mpfr/distinfo:1.27 pkgsrc/math/mpfr/distinfo:1.28
--- pkgsrc/math/mpfr/distinfo:1.27      Sun Feb 11 16:35:01 2018
+++ pkgsrc/math/mpfr/distinfo   Wed Feb 13 22:26:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2018/02/11 16:35:01 wiz Exp $
+$NetBSD: distinfo,v 1.28 2019/02/13 22:26:50 wiz Exp $
 
-SHA1 (mpfr-4.0.1.tar.bz2) = fcbbafb37c683898e585b926608d540ed037609e
-RMD160 (mpfr-4.0.1.tar.bz2) = e861f9ea0719b33856020535ec065590ca2bdd62
-SHA512 (mpfr-4.0.1.tar.bz2) = c1674fc0a5edcde188bdf7d6d14063cfb4f1259b9eaf39d0081f7176e9921ca0af1b12b7aba1a9560d9f2d5f37329d22bc7b82f13421d91d83114b439bc60dcc
-Size (mpfr-4.0.1.tar.bz2) = 1626420 bytes
+SHA1 (mpfr-4.0.2.tar.bz2) = d6a313a3b1ceb9ff3be71cd18e45468837b7fd53
+RMD160 (mpfr-4.0.2.tar.bz2) = c418fb74617c3dc01802c3798c284077af209cf6
+SHA512 (mpfr-4.0.2.tar.bz2) = 18bb3a87123d02b7537bc298d41bdbb33e58b8c196cc4040578e3b470e86c6c89e1bd8ab8b3919d106fe5b86922ef8999dc1aba7c521ee90a69f690be288a30d
+Size (mpfr-4.0.2.tar.bz2) = 1652074 bytes



Home | Main Index | Thread Index | Old Index