git: a71f65414345 - main - math/gh-bc: update to version 5.1.0

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Mon, 04 Oct 2021 18:36:00 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a71f65414345e377bebd6555c5797ab03a4a57bd

commit a71f65414345e377bebd6555c5797ab03a4a57bd
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-04 18:29:06 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-04 18:35:47 +0000

    math/gh-bc: update to version 5.1.0
    
    This version adds options and functions that allow to print numbers
    in the open interval (-1 .. 1) with or without a leading 0 digit.
    
    Additionally, an option has been added to prevent line wrap and
    allows to print arbitrarily long results on a single line.
---
 math/gh-bc/Makefile | 6 +-----
 math/gh-bc/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile
index e17d2218e5df..48915ed00f69 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bc
-PORTVERSION=	5.0.2
+PORTVERSION=	5.1.0
 CATEGORIES=	math lang
 PKGNAMEPREFIX=	gh-
 
@@ -21,10 +21,6 @@ CFLAGS+=		-Dstatic_assert=_Static_assert
 
 .include <bsd.port.pre.mk>
 
-#.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-#CFLAGS+=	--std=c99
-#.endif
-
 CONFLICTS_INSTALL=	gnubc
 
 pre-build:
diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo
index 924fa136f5b2..16906788422d 100644
--- a/math/gh-bc/distinfo
+++ b/math/gh-bc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630172700
-SHA256 (gavinhoward-bc-5.0.2_GH0.tar.gz) = 291b0b7103207f8941dd28d82a2972dbf6f1b574a61abd81f0903aed184c40aa
-SIZE (gavinhoward-bc-5.0.2_GH0.tar.gz) = 1165025
+TIMESTAMP = 1633372065
+SHA256 (gavinhoward-bc-5.1.0_GH0.tar.gz) = 2dbfb60bfa6c23a0daecc48e6b9b994c1a8683e4068cda54259793ce7d61b3be
+SIZE (gavinhoward-bc-5.1.0_GH0.tar.gz) = 1183541