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:   adam
Date:           Mon Nov 21 20:54:25 UTC 2022

Modified Files:
        pkgsrc/math/mpfr: Makefile distinfo

Log Message:
mpfr: updated to 4.1.1

Changes from version 4.1.0 to version 4.1.1

Bug fixes (see the fixed bugs on the MPFR 4.1.0 page and/or the ChangeLog file), in particular for macros implementing functions.
Improved manual formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/math/mpfr/Makefile
cvs rdiff -u -r1.31 -r1.32 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.44 pkgsrc/math/mpfr/Makefile:1.45
--- pkgsrc/math/mpfr/Makefile:1.44      Mon Aug 24 08:20:14 2020
+++ pkgsrc/math/mpfr/Makefile   Mon Nov 21 20:54:25 2022
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.44 2020/08/24 08:20:14 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2022/11/21 20:54:25 adam Exp $
 
-DISTNAME=              mpfr-4.1.0
-CATEGORIES=            math
-MASTER_SITES=          http://www.mpfr.org/${DISTNAME}/
-EXTRACT_SUFX=          .tar.bz2
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.mpfr.org/
-COMMENT=               GMP-based library for multiple-precision floating-point computations
-LICENSE=               gnu-lgpl-v3
+DISTNAME=      mpfr-4.1.1
+CATEGORIES=    math
+MASTER_SITES=  http://www.mpfr.org/${DISTNAME}/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.mpfr.org/
+COMMENT=       GMP-based library for multiple-precision floating-point computations
+LICENSE=       gnu-lgpl-v3
 
-.include "../../mk/bsd.prefs.mk"
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+.include "../../mk/bsd.prefs.mk"
 .if !empty(MACHINE_PLATFORM:MNetBSD-[0-9]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
 CONFIGURE_ARGS+=        --disable-float128
 .endif
-USE_LIBTOOL=           yes
 TEST_TARGET=           check
 INFO_FILES=            yes
 

Index: pkgsrc/math/mpfr/distinfo
diff -u pkgsrc/math/mpfr/distinfo:1.31 pkgsrc/math/mpfr/distinfo:1.32
--- pkgsrc/math/mpfr/distinfo:1.31      Tue Oct 26 10:55:49 2021
+++ pkgsrc/math/mpfr/distinfo   Mon Nov 21 20:54:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 10:55:49 nia Exp $
+$NetBSD: distinfo,v 1.32 2022/11/21 20:54:25 adam Exp $
 
-BLAKE2s (mpfr-4.1.0.tar.bz2) = f0e5de4ff827b29cd6ad3477bc9fcf926c151f39a0e8cd3374a89445f92a7e46
-SHA512 (mpfr-4.1.0.tar.bz2) = 410208ee0d48474c1c10d3d4a59decd2dfa187064183b09358ec4c4666e34d74383128436b404123b831e585d81a9176b24c7ced9d913967c5fce35d4040a0b4
-Size (mpfr-4.1.0.tar.bz2) = 1747243 bytes
+BLAKE2s (mpfr-4.1.1.tar.bz2) = 2a859b41cc4482c530b020cfc9fe434db6fe8c6297c8bb104b7ed2c47de71b06
+SHA512 (mpfr-4.1.1.tar.bz2) = f0efefbfc4dec367cdab6299272062508ec80d53daa779fe05954cd626983277039a10d9d072ae686584f6ce75014ef2136e3f095128fa21fc994f7c6f33d674
+Size (mpfr-4.1.1.tar.bz2) = 1658183 bytes



Home | Main Index | Thread Index | Old Index