git: 23a5a7b0e7c4 - main - math/add: Update to 20240916

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Mon, 14 Jul 2025 22:38:58 UTC
The branch main has been updated by eduardo:

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

commit 23a5a7b0e7c4e8529e5710a4feaa5828c8b0da5b
Author:     seafork <seafork@disroot.org>
AuthorDate: 2025-07-14 22:23:15 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-07-14 22:37:16 +0000

    math/add: Update to 20240916
    
    - Update MASTER_SITES and WWW urls
    - Pet portfmt
    
    ChangeLog:
    
    2024/09/16
    ----------
            + exit immediately if an error is detected in a script.
            + use MIT license throughout rather than ISC
            + updated configure script to reduce compiler-warnings in checks.
            + update config.guess, config.sub
    
    2024/01/10
    ----------
            + minor fixes to manpage style.
            + updated configure script to reduce compiler-warnings in checks.
            + update config.guess, config.sub
    
    PR:             288228
    MFH:            2025Q3
---
 math/add/Makefile | 16 +++++++++-------
 math/add/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/math/add/Makefile b/math/add/Makefile
index 01c049a6b080..83ddb5415bc9 100644
--- a/math/add/Makefile
+++ b/math/add/Makefile
@@ -1,12 +1,11 @@
 PORTNAME=	add
-PORTVERSION=	20230205
-PORTREVISION=	1
+PORTVERSION=	20240916
 CATEGORIES=	math
-MASTER_SITES=	ftp://dickey.his.com/add/
+MASTER_SITES=	https://invisible-island.net/archives/add/
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Full-screen editing calculator
-WWW=		https://dickey.his.com/add/add.html
+WWW=		https://invisible-island.net/add/add.html
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -21,9 +20,12 @@ PLIST_FILES=	bin/add \
 PORTDATA=	add.hlp
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/add ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/add.1 ${STAGEDIR}${PREFIX}/share/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/add \
+		${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/add.1 \
+		${STAGEDIR}${PREFIX}/share/man/man1
 	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/add.hlp ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/add.hlp \
+		${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>
diff --git a/math/add/distinfo b/math/add/distinfo
index 8428d01c1a99..56beb39974ce 100644
--- a/math/add/distinfo
+++ b/math/add/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675932071
-SHA256 (add-20230205.tgz) = 68e216241100d0cf098e139c24fe04880b9be60a8643cd82f8925ac0ce3d7260
-SIZE (add-20230205.tgz) = 179162
+TIMESTAMP = 1752529419
+SHA256 (add-20240916.tgz) = 7290c6c0943c139546687bb552b14e2551d3e14f6482a255673f6e7a9d279e27
+SIZE (add-20240916.tgz) = 182153