mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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.
This commit is contained in:
+1
-1
@@ -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-
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user