Date: Fri, 19 Mar 2021 08:27:15 +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: r568781 - head/math/gh-bc Message-ID: <202103190827.12J8RF8J026992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Fri Mar 19 08:27:14 2021 New Revision: 568781 URL: https://svnweb.freebsd.org/changeset/ports/568781 Log: Update to version 3.3.4 This update adds an implicit flush of the output if read() is called in a bc script in order to display a prompt without \n in line buffered mode. Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Fri Mar 19 08:20:03 2021 (r568780) +++ head/math/gh-bc/Makefile Fri Mar 19 08:27:14 2021 (r568781) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math lang PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Fri Mar 19 08:20:03 2021 (r568780) +++ head/math/gh-bc/distinfo Fri Mar 19 08:27:14 2021 (r568781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614939425 -SHA256 (gavinhoward-bc-3.3.3_GH0.tar.gz) = f2a7b6f38d32918e5d52410c7a4fb668c221af2825bd796aa093003e4fb963c9 -SIZE (gavinhoward-bc-3.3.3_GH0.tar.gz) = 1123242 +TIMESTAMP = 1616142170 +SHA256 (gavinhoward-bc-3.3.4_GH0.tar.gz) = e9e08ec6b09d82333d1e0ad49bb0e65ef5a3b8d7d70f474032a7a1b316c8f6dc +SIZE (gavinhoward-bc-3.3.4_GH0.tar.gz) = 1123348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103190827.12J8RF8J026992>