git: b1ec4001272d - main - devel/spark: Update MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 12 Oct 2021 08:39:32 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b1ec4001272d6d6cf14b955e76ddbb7e0c4a335a

commit b1ec4001272d6d6cf14b955e76ddbb7e0c4a335a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-12 08:14:22 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-12 08:39:19 +0000

    devel/spark: Update MASTER_SITES
    
    Approved by:    rene (portmgr blanket), arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32410
---
 devel/spark/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/spark/Makefile b/devel/spark/Makefile
index a0cbb0c7fe3e..d66e37de3a24 100644
--- a/devel/spark/Makefile
+++ b/devel/spark/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	spark
 PORTVERSION=	2.1.1
 PORTREVISION=	2
 CATEGORIES=	devel java
-MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES=	https://archive.apache.org/dist/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \
 		LOCAL/demon/:maven \
 		http://people.freebsd.org/~demon/:maven
 PKGNAMEPREFIX=	apache-