summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseafork <seafork@disroot.org>2025-07-14 23:23:15 +0100
committerNuno Teixeira <eduardo@FreeBSD.org>2025-07-14 23:37:16 +0100
commit23a5a7b0e7c4e8529e5710a4feaa5828c8b0da5b (patch)
treec40e50fc50db3377ec92af3bf446b0e73a6babae
parentmultimedia/kodi: Chase waylandpp soversion bump (diff)
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
Diffstat (limited to '')
-rw-r--r--math/add/Makefile16
-rw-r--r--math/add/distinfo6
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