Date: Wed, 6 Oct 2021 21:16:47 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53496b5d77d1 - main - math/gh-bc: upgrade to version 5.1.1 Message-ID: <202110062116.196LGlIP064244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=53496b5d77d18b3394bea785940daeee5f914d6c commit 53496b5d77d18b3394bea785940daeee5f914d6c Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-06 21:14:28 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-06 21:16:42 +0000 math/gh-bc: upgrade to version 5.1.1 This update fixes a parser issue: syntactically correct if statements where not accepted in specific situations. --- math/gh-bc/Makefile | 2 +- math/gh-bc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 48915ed00f69..42aa2294b30a 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bc -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= math lang PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index 16906788422d..1f1c6701511d 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633372065 -SHA256 (gavinhoward-bc-5.1.0_GH0.tar.gz) = 2dbfb60bfa6c23a0daecc48e6b9b994c1a8683e4068cda54259793ce7d61b3be -SIZE (gavinhoward-bc-5.1.0_GH0.tar.gz) = 1183541 +TIMESTAMP = 1633554816 +SHA256 (gavinhoward-bc-5.1.1_GH0.tar.gz) = 69df89d7e9a9a3adf8ef34735ebbf658757e6a250990d107430c85c3df68a799 +SIZE (gavinhoward-bc-5.1.1_GH0.tar.gz) = 1184349
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110062116.196LGlIP064244>