diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-04 20:29:06 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-04 20:35:47 +0200 |
commit | a71f65414345e377bebd6555c5797ab03a4a57bd (patch) | |
tree | 6eef5a24d16ba3c7d221165dbbf98b8ec5ffe742 | |
parent | deskutils/elementary-calendar: Update to 6.0.2 (diff) |
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.
-rw-r--r-- | math/gh-bc/Makefile | 6 | ||||
-rw-r--r-- | 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 |