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).
This commit is contained in:
parent
ab797edeaa
commit
87b3de29e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565919
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bc
|
||||
PORTVERSION= 3.2.6
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= math lang
|
||||
PKGNAMEPREFIX= gh-
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1612120472
|
||||
SHA256 (gavinhoward-bc-3.2.6_GH0.tar.gz) = e263ab30e433145fc6999103d6800021c29daad4651b67a5af76b21776dd91cf
|
||||
SIZE (gavinhoward-bc-3.2.6_GH0.tar.gz) = 1116329
|
||||
TIMESTAMP = 1613591652
|
||||
SHA256 (gavinhoward-bc-3.3.0_GH0.tar.gz) = 3b082480e3d789d73b14187c8bf739b79f095d1b303a2403dda7dd2922b1a5e9
|
||||
SIZE (gavinhoward-bc-3.3.0_GH0.tar.gz) = 1123031
|
||||
|
|
Loading…
Reference in a new issue