Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2024 23:03:35 GMT
From:      Stefan =?utf-8?Q?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: 85da8c39b9dd - main - math/gh-bc: update to version 6.7.5
Message-ID:  <202401042303.404N3ZgG090919@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=85da8c39b9dd74df47ac2248dd3fdad229466009

commit 85da8c39b9dd74df47ac2248dd3fdad229466009
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2024-01-04 22:57:48 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2024-01-04 22:57:48 +0000

    math/gh-bc: update to version 6.7.5
    
    This update fixes a bug that line breaks in printed numbers may not
    match the line length set by the user. The value is printed correctly,
    just not split as specified in some 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 4e65c6884cc5..6ef8122fa37a 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=		bc
-PORTVERSION=		6.7.4
+PORTVERSION=		6.7.5
 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 03c9f0d1e465..03d2d0c3d19c 100644
--- a/math/gh-bc/distinfo
+++ b/math/gh-bc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701764442
-SHA256 (bc-6.7.4.tar.xz) = ce3bd42779c4534be80a2b9c8995b76acce62654879a4afd27001ed0e6bf602b
-SIZE (bc-6.7.4.tar.xz) = 466172
+TIMESTAMP = 1704400745
+SHA256 (bc-6.7.5.tar.xz) = c3e02c948d51f3ca9cdb23e011050d2d3a48226c581e0749ed7cbac413ce5461
+SIZE (bc-6.7.5.tar.xz) = 468572



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