diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-27 18:14:56 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-27 21:23:07 +0000 |
| commit | f9c81f1f7c60f44a32a049d2427fc63034fbff3b (patch) | |
| tree | 5de705243f0a7f91839e081b7cc4e49c6deddc88 | |
| parent | 05032537d58936b297c977a505d971071645a9c4 (diff) | |
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)
| -rw-r--r-- | editors/abiword/Makefile | 4 |
1 files 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 |
