git: cb2878118516 - main - math/bc: Update to version 4.0.2

Stefan Eßer se at FreeBSD.org
Wed May 12 05:06:02 UTC 2021


The branch main has been updated by se:

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

commit cb2878118516dcdce63a9d35a0588fe0782e0b69
Author:     Stefan Eßer <se at FreeBSD.org>
AuthorDate: 2021-05-12 04:58:47 +0000
Commit:     Stefan Eßer <se at FreeBSD.org>
CommitDate: 2021-05-12 05:05:53 +0000

    math/bc: Update to version 4.0.2
    
    This update fixes the initialization of "scale" to 20 if started with
    -l and the initial statement leads to an error (e.g. contains a syntax
    error). Scale was initialized to 0 in that case.
    
    Another change is the support of job control in interactive mode with
    line editing enabled. The control characters have been interpreted as
    editing commands only, prior to this version.
---
 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 423e14462b36..606f7db891b4 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bc
-PORTVERSION=	4.0.1
+PORTVERSION=	4.0.2
 CATEGORIES=	math lang
 PKGNAMEPREFIX=	gh-
 
diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo
index 22ca35171cf0..6fa232399800 100644
--- a/math/gh-bc/distinfo
+++ b/math/gh-bc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619015591
-SHA256 (gavinhoward-bc-4.0.1_GH0.tar.gz) = 250eca6feb2ce0c48274255cea2041be761fb319fd595fe97ea4c1c935b0c8e9
-SIZE (gavinhoward-bc-4.0.1_GH0.tar.gz) = 1139352
+TIMESTAMP = 1620795472
+SHA256 (gavinhoward-bc-4.0.2_GH0.tar.gz) = f940483d09087746b2da56000e406320a2a7e9ba7d61920621b33bd7981fa151
+SIZE (gavinhoward-bc-4.0.2_GH0.tar.gz) = 1139323


More information about the dev-commits-ports-all mailing list