summaryrefslogtreecommitdiff
path: root/math/gh-bc/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-05-12 06:58:47 +0200
committerStefan Eßer <se@FreeBSD.org>2021-05-12 07:05:53 +0200
commitcb2878118516dcdce63a9d35a0588fe0782e0b69 (patch)
treec263c013014dc016a43dbc1b4a6aa3b7d1ed8755 /math/gh-bc/Makefile
parent947e09a2d375f8055ff08c7e24c5d3cbf9c11a4a (diff)
downloadfreebsd-ports-cb2878118516dcdce63a9d35a0588fe0782e0b69.zip
math/bc: Update to version 4.0.2
This update fixes the initialization of "scale" to 20 if started with -l and the initial statement leads to an error (e.g. contains a syntax error). Scale was initialized to 0 in that case. Another change is the support of job control in interactive mode with line editing enabled. The control characters have been interpreted as editing commands only, prior to this version.
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 423e14462b36..606f7db891b4 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bc
-PORTVERSION= 4.0.1
+PORTVERSION= 4.0.2
CATEGORIES= math lang
PKGNAMEPREFIX= gh-