aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-12 08:32:05 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-12 08:39:20 +0000
commit634b15fcfbfc811f427093e72527526edad08adb (patch)
tree1ff676410b292d497213797393e61bdc280cff36
parent3e9a0a5f7184091966553b2fe0f8b4928ded9af5 (diff)
downloadports-634b15fcfbfc811f427093e72527526edad08adb.tar.gz
ports-634b15fcfbfc811f427093e72527526edad08adb.zip
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
-rw-r--r--mail/spamassassin/Makefile2
1 files changed, 1 insertions, 1 deletions
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