git: 128febd64fa2 - main - math/gh-bc: upgrade to version 7.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 05:35:11 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=128febd64fa28004b7689bf8deb3429fb34588b5 commit 128febd64fa28004b7689bf8deb3429fb34588b5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2024-08-23 05:32:00 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2024-08-23 05:34:49 +0000 math/gh-bc: upgrade to version 7.0.0 This is a production release to fix three bugs, none of which affects well formed scripts on FreeBSD: The first bug is that bc/dc will exit on macOS when the terminal is resized. The second bug is that an array, which should only be a function parameter, was accepted as part of larger expressions. The third bug is that the value stack for dc was cleared on any error. However, this is not how other dc behave. To bring dc more in line with other implementations, this behavior was changed. This change is why this version is a new major version. --- 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 f34f2aa3b8d8..b08716a18152 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 6.7.6 +PORTVERSION= 7.0.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 4f3b35b83caa..9cb9d8443d87 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718431160 -SHA256 (bc-6.7.6.tar.xz) = 828f390c2a552cadbc8c8ad5fde6eeaee398dc8d59d706559158330f3629ce35 -SIZE (bc-6.7.6.tar.xz) = 473104 +TIMESTAMP = 1724390957 +SHA256 (bc-7.0.0.tar.xz) = 301dc2a5cac6b01eb6d0e56b487cc01b6bdd02c9dab526779cbf9c54afe88fb5 +SIZE (bc-7.0.0.tar.xz) = 474468