Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2022 18:48:29 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: 09efc344fa5c - main - math/gh-bc: upgrade to version 6.0.2
Message-ID:  <202208301848.27UImTFT023529@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=09efc344fa5c0faed358f741bc3c16a48b4bbbc5

commit 09efc344fa5c0faed358f741bc3c16a48b4bbbc5
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-08-30 18:45:19 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-08-30 18:47:56 +0000

    math/gh-bc: upgrade to version 6.0.2
    
    Fix combination of -l and -S option: -l could set a scale value set
    with -S back to the default scale value.
---
 math/gh-bc/Makefile | 4 ++--
 math/gh-bc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile
index 3ca62ee36e1d..8bc1017e7b68 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=		bc
-PORTVERSION=		6.0.1
+PORTVERSION=		6.0.2
 CATEGORIES=		math lang
 MASTER_SITES=		https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=		gh-
@@ -15,7 +15,7 @@ USES=			compiler:c11 tar:xz
 
 HAS_CONFIGURE=		yes
 CONFIGURE_SCRIPT=	configure.sh
-CONFIGURE_ARGS+=	--predefined-build-type=BSD
+CONFIGURE_ARGS+=	--predefined-build-type=BSD --disable-problematic-tests
 
 TEST_TARGET=		test
 
diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo
index 0cd7bd09f73a..e6914393b9b9 100644
--- a/math/gh-bc/distinfo
+++ b/math/gh-bc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659886979
-SHA256 (bc-6.0.1.tar.xz) = a37df8b9a199f6a370367432101ed6f2cc02a5521696ce3c624acb150320c453
-SIZE (bc-6.0.1.tar.xz) = 451076
+TIMESTAMP = 1661883902
+SHA256 (bc-6.0.2.tar.xz) = a4e51fda30515005f729422d184df7f04d9b4517614212aa65204db33c344046
+SIZE (bc-6.0.2.tar.xz) = 451876



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