diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-04-21 16:33:43 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-04-21 16:38:04 +0200 |
commit | 0d2bb89b752e5fe408eff02b38e93624e73ccabb (patch) | |
tree | 99cae6c486d5464a872e3cf39cc1db344b3da25b /math/gh-bc/Makefile | |
parent | e940bbe01fa622e5a5342ee491cbfcf9bda8abd4 (diff) | |
download | freebsd-ports-0d2bb89b752e5fe408eff02b38e93624e73ccabb.zip |
math/gh-bc: updat eto version 4.0.1
Always flush output after the excution of print statements.
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 049030d1648e..423e14462b36 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= math lang PKGNAMEPREFIX= gh- |