Date: Wed, 15 Mar 2023 22:08:39 GMT From: =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d084843ca959 - main - math/gh-bc: update to version 6.5.0 Message-ID: <202303152208.32FM8dw8084796@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d084843ca959d05774cdcea7a6c68fee4650802d commit d084843ca959d05774cdcea7a6c68fee4650802d Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-03-15 22:07:39 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-03-15 22:07:39 +0000 math/gh-bc: update to version 6.5.0 This is a production release that fixes an infinite loop bug in root() and cbrt(), fixes a bug with BC_LINE_LENGTH=0, and adds the fib() function to the extended math library to calculate Fibonacci numbers. --- math/gh-bc/Makefile | 2 +- math/gh-bc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 42023f59dc38..e6ca1ed7f6cb 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 6.4.0 +PORTVERSION= 6.5.0 CATEGORIES= math lang MASTER_SITES= https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index 5824cb42b388..66f8641c5fa7 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677881079 -SHA256 (bc-6.4.0.tar.xz) = 614f59ce6b155a2f7d637112fa71156d890887967e63b97eccaa6a50b01ffbd4 -SIZE (bc-6.4.0.tar.xz) = 460460 +TIMESTAMP = 1678917966 +SHA256 (bc-6.5.0.tar.xz) = b1afb1f50c0bce6119c98590bcc8afc22f520bc85c2b512c83938dbb8321cc30 +SIZE (bc-6.5.0.tar.xz) = 461380
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303152208.32FM8dw8084796>