Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 21:23:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9c81f1f7c60 - main - editors/abiword: Update MASTER_SITES and WWW
Message-ID:  <202405272123.44RLNF7D003769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405272123.44RLNF7D003769>