git: f9c81f1f7c60 - main - editors/abiword: Update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 May 2024 21:23:15 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9c81f1f7c60f44a32a049d2427fc63034fbff3b commit f9c81f1f7c60f44a32a049d2427fc63034fbff3b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-27 18:14:56 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-27 21:23:07 +0000 editors/abiword: Update MASTER_SITES and WWW www.abisource.com is no longer around so switch to Alpine Linux's mirror of the source archive and WWW to new repo location Approved by: portmgr (blanket) --- editors/abiword/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 73bd716f4530..cbb5f1adabd3 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -2,12 +2,12 @@ PORTNAME= abiword PORTVERSION= 3.0.5 PORTREVISION= 9 CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ +MASTER_SITES= https://dev.alpinelinux.org/archive/${PORTNAME}/ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source, cross-platform WYSIWYG word processor -WWW= https://www.abisource.com/ +WWW= https://gitlab.gnome.org/World/AbiWord LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING