diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-02-18 09:37:23 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-02-18 09:37:23 +0000 |
commit | 87b3de29e65b347c830185adf601e03013467e28 (patch) | |
tree | 75d84bb02b5ae042c265f34fa310ac5e843b5f16 /math/gh-bc/Makefile | |
parent | ab797edeaad02640037d7e8e60e7951e76579ec8 (diff) | |
download | freebsd-ports-87b3de29e65b347c830185adf601e03013467e28.zip |
Upgrade to version 3.3.0
There is one functional change with regard to -e of -f in BC_ENV_ARGS resp.
DC_ENV_ARGS: these do no longer make the program exit after processing the
commands passed that way (which prevented to use the environment variables
to set parameters for interactive sessions, unless -f- was passed as the
last argument on the command line).
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 9d200559814a..96b3c40fb505 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.2.6 +PORTVERSION= 3.3.0 CATEGORIES= math lang PKGNAMEPREFIX= gh- |