math/gnubc: Update to 1.08.1

Take maintainership
This commit is contained in:
Wen Heping 2025-01-23 13:35:15 +00:00
parent 8052091196
commit 980cfd6a4c
3 changed files with 5 additions and 21 deletions

View File

@ -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/

View File

@ -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

View File

@ -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) */