diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-03-05 10:21:00 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-03-05 10:21:00 +0000 |
commit | 6ebae23787135a83a7cb2a3d0db4cac3987e0a7f (patch) | |
tree | c89c54bc59c775048912f4320a2de38d78d53d99 /math/gh-bc/Makefile | |
parent | 72ba64e73d0ccf2630c54cce6f9b856b0b819f6e (diff) | |
download | freebsd-ports-6ebae23787135a83a7cb2a3d0db4cac3987e0a7f.zip |
Update to version 3.3.3
This version fixes a potential division be 0 in the extended math library
(in the non-standard function "root") and makes length(0) return 1 to
restore the behavior of the traditional bc in FreeBSD and of GNU bc.
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 96b3c40fb505..f9509001cd9d 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.3 CATEGORIES= math lang PKGNAMEPREFIX= gh- |