Date: Tue, 12 Oct 2021 08:39:37 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: 634b15fcfbfc - main - mail/spamassassin: Update MASTER_SITES Message-ID: <202110120839.19C8dbZS076677@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=634b15fcfbfc811f427093e72527526edad08adb commit 634b15fcfbfc811f427093e72527526edad08adb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-12 08:32:05 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-12 08:39:20 +0000 mail/spamassassin: Update MASTER_SITES Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: rene (portmgr blanket), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32428 --- mail/spamassassin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 177a36fe583f..848088294b8d 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.5 CATEGORIES?= mail perl5 -MASTER_SITES= APACHE/spamassassin/source CPAN/Mail +MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} MAINTAINER?= zeising@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110120839.19C8dbZS076677>