diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-06-14 21:40:33 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-06-14 21:44:46 +0200 |
commit | 0cb86cf9286cb36de56218d6687a67e8067f657c (patch) | |
tree | 30a1fb51cc28ea88178e88f9ce91f859957d47e9 /math/gh-bc/Makefile | |
parent | eaa97a1736e5056c9947703dd4404ea0f6090110 (diff) | |
download | freebsd-ports-0cb86cf9286cb36de56218d6687a67e8067f657c.zip |
math/gh-bc: update to version 5.3.2
This update Restores support for suppression of the prompt with -P
when using the libedit or libreadline libraries for command line
editing and history.
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 ebdb996e7011..2386a7bb0b90 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 5.3.1 +PORTVERSION= 5.3.2 CATEGORIES= math lang PKGNAMEPREFIX= gh- |