diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 09:02:12 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-30 22:37:04 +0000 |
commit | 40bfea35d261fced5d4662e173087e1ffeed207c (patch) | |
tree | 25491ab952e67efaeea0bfe1f07f3e4ce35f079d | |
parent | 7e26ab7e5e7fcb3a2d59af8e38b5f1bbc0869aa3 (diff) |
textproc/antiword: Update MASTER_SITES and WWW
Homepage link and master site are dead (HTTP 404)
use webarchive latest version instead
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files 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 |