diff options
author | Stefan Eßer <se@FreeBSD.org> | 2023-03-15 23:07:39 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2023-03-15 23:07:39 +0100 |
commit | d084843ca959d05774cdcea7a6c68fee4650802d (patch) | |
tree | bee501f2bd23bfbf35f56dc858b3bfaffb520b36 /math/gh-bc/Makefile | |
parent | 578c567cfc5ebd2b828bf6f0782f86b10fe4c077 (diff) | |
download | freebsd-ports-d084843ca959d05774cdcea7a6c68fee4650802d.zip |
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.
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r-- | math/gh-bc/Makefile | 2 |
1 files changed, 1 insertions, 1 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- |