Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 22:01:16 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83e69e40b357 - main - math/gh-bc: upgrase to version 6.3.1
Message-ID:  <202302242201.31OM1GQA013862@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=83e69e40b357300cca580928695375c116ef7f8a

commit 83e69e40b357300cca580928695375c116ef7f8a
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-02-24 21:58:37 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-02-24 21:58:37 +0000

    math/gh-bc: upgrase to version 6.3.1
    
    This version adds a command to dc to query whether extended registers
    are enabled or not.
---
 math/gh-bc/Makefile                  |  2 +-
 math/gh-bc/distinfo                  |  6 +++---
 math/gh-bc/files/patch-gen_strgen.sh | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile
index b4b832082c10..62207ebe827c 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=		bc
-PORTVERSION=		6.2.4
+PORTVERSION=		6.3.1
 CATEGORIES=		math lang
 MASTER_SITES=		https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=		gh-
diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo
index 8c5951273fc7..0566390655ac 100644
--- a/math/gh-bc/distinfo
+++ b/math/gh-bc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675634839
-SHA256 (bc-6.2.4.tar.xz) = 2b9f712e1e02473ca0e01979dd026e818dafc169a3cf63887d91bdaafeb812b5
-SIZE (bc-6.2.4.tar.xz) = 457272
+TIMESTAMP = 1677275762
+SHA256 (bc-6.3.1.tar.xz) = 5d0a363c785b589c029f5bd345e40ae592de2ed7dae144124ba7efc8f7c0eae7
+SIZE (bc-6.3.1.tar.xz) = 457868
diff --git a/math/gh-bc/files/patch-gen_strgen.sh b/math/gh-bc/files/patch-gen_strgen.sh
deleted file mode 100644
index f74536abb160..000000000000
--- a/math/gh-bc/files/patch-gen_strgen.sh
+++ /dev/null
@@ -1,10 +0,0 @@
---- gen/strgen.sh.orig	2023-02-02 08:17:32 UTC
-+++ gen/strgen.sh
-@@ -62,7 +62,6 @@ remove_tabs="$7"
- label="$5"
- define="$6"
- remove_tabs="$7"
--check_bool_arg "$remove_tabs"
- 
- tmpinput=$(mktemp -t "${input##*/}_XXXXXX")
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302242201.31OM1GQA013862>