git: 40bfea35d261 - main - textproc/antiword: Update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Oct 2023 22:39:31 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=40bfea35d261fced5d4662e173087e1ffeed207c commit 40bfea35d261fced5d4662e173087e1ffeed207c Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-10-27 09:02:12 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-10-30 22:37:04 +0000 textproc/antiword: Update MASTER_SITES and WWW Homepage link and master site are dead (HTTP 404) use webarchive latest version instead --- textproc/antiword/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index bc76b38bd6ae..0e00a62a9244 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -2,11 +2,11 @@ PORTNAME= antiword PORTVERSION= 0.37 PORTREVISION= 4 CATEGORIES= textproc -MASTER_SITES= http://www.winfield.demon.nl/linux/ +MASTER_SITES= https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Application for displaying Microsoft(R) Word documents -WWW= http://www.winfield.demon.nl/index.html +WWW= https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Docs/COPYING