Date: Mon, 21 Dec 2009 02:18:46 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141825: [PATCH]math/mpc: update to 0.8.1 Message-ID: <200912210218.nBL2IkXY099076@www.freebsd.org> Resent-Message-ID: <200912210220.nBL2K3Je050633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141825 >Category: ports >Synopsis: [PATCH]math/mpc: update to 0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 21 02:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: Version 0.8.1, "Dianthus deltoides", released in December 2009, comes with the following new features: Bug fixes: acosh, asinh, atanh: swap of precisions between real and imaginary parts atan: memory leak log: wrong ternary value in data file; masked by bug in Mpfr 2.4.1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN mpc.orig/Makefile mpc/Makefile --- mpc.orig/Makefile 2009-12-19 19:33:14.000000000 -0500 +++ mpc/Makefile 2009-12-19 19:20:18.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff -ruN mpc.orig/distinfo mpc/distinfo --- mpc.orig/distinfo 2009-12-19 19:33:07.000000000 -0500 +++ mpc/distinfo 2009-12-19 19:20:32.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (mpc-0.8.tar.gz) = 4df67a05d0251a3fcdd956390e9bd59f -SHA256 (mpc-0.8.tar.gz) = e29665199b065b30bd7c603052559f218a1b830b247c2c6cd903b161c54a0aeb -SIZE (mpc-0.8.tar.gz) = 542161 +MD5 (mpc-0.8.1.tar.gz) = 5b34aa804d514cc295414a963aedb6bf +SHA256 (mpc-0.8.1.tar.gz) = e664603757251fd8a352848276497a4c79b7f8b21fd8aedd5cc0598a38fee3e4 +SIZE (mpc-0.8.1.tar.gz) = 544950 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912210218.nBL2IkXY099076>