summaryrefslogtreecommitdiff
path: root/math/gh-bc/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-03-03 23:21:15 +0100
committerStefan Eßer <se@FreeBSD.org>2023-03-03 23:22:56 +0100
commit22f950518273ea52a88a7e4acc5f8c4d6c1b243d (patch)
treeaea507f54029c92d8de06d2015c3f09463931337 /math/gh-bc/Makefile
parent9139e71ceb395b1fb92a2f9d8a5f961d2648e956 (diff)
downloadfreebsd-ports-22f950518273ea52a88a7e4acc5f8c4d6c1b243d.zip
math/gh-bc: update to version 6.4.0
This version contains a fix for an issue that can affect complex bc scripts that use multiple read() functions that receive input from an interactive user. The same value could be returned multiple times.
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r--math/gh-bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile
index 62207ebe827c..42023f59dc38 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bc
-PORTVERSION= 6.3.1
+PORTVERSION= 6.4.0
CATEGORIES= math lang
MASTER_SITES= https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= gh-