aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-03-15 22:07:39 +0000
committerStefan Eßer <se@FreeBSD.org>2023-03-15 22:07:39 +0000
commitd084843ca959d05774cdcea7a6c68fee4650802d (patch)
treebee501f2bd23bfbf35f56dc858b3bfaffb520b36
parent578c567cfc5ebd2b828bf6f0782f86b10fe4c077 (diff)
downloadports-d084843ca959d05774cdcea7a6c68fee4650802d.tar.gz
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.
-rw-r--r--math/gh-bc/Makefile2
-rw-r--r--math/gh-bc/distinfo6
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