diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-03-07 22:57:42 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-03-07 22:59:18 +0100 |
commit | 5ac49dcc76860cdbe5cd9dbec503fa32fe6fa4bf (patch) | |
tree | 8b0f8dcf3b8c778b8a075774841e5f80b8ece650 /math/gh-bc/Makefile | |
parent | e1152f65de07622340fb5096d5753e2d57ebda29 (diff) | |
download | freebsd-ports-5ac49dcc76860cdbe5cd9dbec503fa32fe6fa4bf.zip |
math/gh-bc: update to version 5.2.3
This update fixes a parse error when passing a file to bc using -f
if that file has a multiline comment or string in it.
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 60c75818075f..d12527489bce 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 5.2.2 +PORTVERSION= 5.2.3 CATEGORIES= math lang PKGNAMEPREFIX= gh- |