diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-05-12 06:58:47 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-05-12 07:05:53 +0200 |
commit | cb2878118516dcdce63a9d35a0588fe0782e0b69 (patch) | |
tree | c263c013014dc016a43dbc1b4a6aa3b7d1ed8755 /math/gh-bc/Makefile | |
parent | 947e09a2d375f8055ff08c7e24c5d3cbf9c11a4a (diff) | |
download | freebsd-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/Makefile | 2 |
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- |