Date: Thu, 18 Feb 2021 09:37:23 +0000 (UTC) From: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565919 - head/math/gh-bc Message-ID: <202102180937.11I9bNrE085102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Thu Feb 18 09:37:23 2021 New Revision: 565919 URL: https://svnweb.freebsd.org/changeset/ports/565919 Log: 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). Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Thu Feb 18 09:36:47 2021 (r565918) +++ head/math/gh-bc/Makefile Thu Feb 18 09:37:23 2021 (r565919) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.2.6 +PORTVERSION= 3.3.0 CATEGORIES= math lang PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Thu Feb 18 09:36:47 2021 (r565918) +++ head/math/gh-bc/distinfo Thu Feb 18 09:37:23 2021 (r565919) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180937.11I9bNrE085102>