From nobody Wed Oct 06 21:16:47 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E886F12DBC26; Wed, 6 Oct 2021 21:16:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPnMM5SLwz3PtC; Wed, 6 Oct 2021 21:16:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EB6127328; Wed, 6 Oct 2021 21:16:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 196LGlNd064245; Wed, 6 Oct 2021 21:16:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 196LGlIP064244; Wed, 6 Oct 2021 21:16:47 GMT (envelope-from git) Date: Wed, 6 Oct 2021 21:16:47 GMT Message-Id: <202110062116.196LGlIP064244@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Stefan E=C3=9Fer?= Subject: git: 53496b5d77d1 - main - math/gh-bc: upgrade to version 5.1.1 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 53496b5d77d18b3394bea785940daeee5f914d6c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=53496b5d77d18b3394bea785940daeee5f914d6c commit 53496b5d77d18b3394bea785940daeee5f914d6c Author: Stefan Eßer AuthorDate: 2021-10-06 21:14:28 +0000 Commit: Stefan Eßer 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