summaryrefslogtreecommitdiff
path: root/math/gh-bc/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-23 09:53:43 +0100
committerStefan Eßer <se@FreeBSD.org>2021-11-23 09:53:43 +0100
commitc6953e9f2ab66b70aeedd85cff58214f2d8b316f (patch)
tree964dcf27994a58102004c2d3f841ab9420d4760e /math/gh-bc/Makefile
parentc6090ff97a4e1f49bff701a921f485f4d7a951c8 (diff)
downloadfreebsd-ports-c6953e9f2ab66b70aeedd85cff58214f2d8b316f.zip
math/gh-bc: update to version 5.2.1
This version fixes two parse bugs when in POSIX standard mode. One of these bugs was due to a quirk of the POSIX grammar, and the other was because bc was too strict.
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 6968f1ca84d8..99bffb573d65 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bc
-PORTVERSION= 5.2.0
+PORTVERSION= 5.2.1
CATEGORIES= math lang
PKGNAMEPREFIX= gh-