git: 980cfd6a4c1c - main - math/gnubc: Update to 1.08.1

From: Wen Heping <wen_at_FreeBSD.org>
Date: Fri, 24 Jan 2025 00:37:16 UTC
The branch main has been updated by wen:

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

commit 980cfd6a4c1cb949f41252f22360fc5e1137aeb6
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-01-23 13:35:15 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-01-24 00:36:40 +0000

    math/gnubc: Update to 1.08.1
    
    Take maintainership
---
 math/gnubc/Makefile                |  5 ++---
 math/gnubc/distinfo                |  6 +++---
 math/gnubc/files/patch-bc_global.h | 15 ---------------
 3 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/math/gnubc/Makefile b/math/gnubc/Makefile
index 337810570132..48390e1600ed 100644
--- a/math/gnubc/Makefile
+++ b/math/gnubc/Makefile
@@ -1,11 +1,10 @@
 PORTNAME=	bc
-DISTVERSION=	1.07.1
-PORTREVISION=	3
+DISTVERSION=	1.08.1
 CATEGORIES=	math
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	wen@FreeBSD.org
 COMMENT=	GNU bc/dc calculator
 WWW=		https://www.gnu.org/software/bc/
 
diff --git a/math/gnubc/distinfo b/math/gnubc/distinfo
index bf320dc35c15..a70be21c1a03 100644
--- a/math/gnubc/distinfo
+++ b/math/gnubc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529306440
-SHA256 (bc-1.07.1.tar.gz) = 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
-SIZE (bc-1.07.1.tar.gz) = 419850
+TIMESTAMP = 1737638469
+SHA256 (bc-1.08.1.tar.gz) = b71457ffeb210d7ea61825ff72b3e49dc8f2c1a04102bbe23591d783d1bfe996
+SIZE (bc-1.08.1.tar.gz) = 458434
diff --git a/math/gnubc/files/patch-bc_global.h b/math/gnubc/files/patch-bc_global.h
deleted file mode 100644
index 8c9431053bdf..000000000000
--- a/math/gnubc/files/patch-bc_global.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- bc/global.h.orig	2017-04-07 22:20:02 UTC
-+++ bc/global.h
-@@ -112,9 +112,9 @@ EXTERN int n_history;
- 
- #if defined(LIBEDIT)
- /* LIBEDIT data */
--EditLine *edit INIT(NULL);
--History  *hist;
--HistEvent histev;
-+EXTERN EditLine *edit INIT(NULL);
-+EXTERN History  *hist;
-+EXTERN HistEvent histev;
- #endif
- 
- /* "Condition code" -- false (0) or true (1) */