Date: Wed, 24 May 2023 07:15:56 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: 0de1e5e09a90 - main - math/gh-bc: upgrade to version 6.6.0 Message-ID: <202305240715.34O7FuGK080541@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=0de1e5e09a906b9b71ce4ef08c5b457c71337fc1 commit 0de1e5e09a906b9b71ce4ef08c5b457c71337fc1 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-05-24 07:12:39 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-05-24 07:15:44 +0000 math/gh-bc: upgrade to version 6.6.0 This update removes printing of a leading zero in scientific or engineering output modes (which are an extended feature of this implementation). --- 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 e6ca1ed7f6cb..ba6b5b751622 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 6.5.0 +PORTVERSION= 6.6.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 66f8641c5fa7..3ea47c13f6bd 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678917966 -SHA256 (bc-6.5.0.tar.xz) = b1afb1f50c0bce6119c98590bcc8afc22f520bc85c2b512c83938dbb8321cc30 -SIZE (bc-6.5.0.tar.xz) = 461380 +TIMESTAMP = 1684912213 +SHA256 (bc-6.6.0.tar.xz) = 309ef0faebf149376aa69446a496fac13c3ff483a100a51d9c67cea1a73b2906 +SIZE (bc-6.6.0.tar.xz) = 465272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305240715.34O7FuGK080541>