aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-12 08:33:33 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-12 08:39:20 +0000
commit224466e2f4dbc8c014ad898943852dfd54b9e0cf (patch)
treee25b9e91932a36e5886d605b786eb3d28edb4377
parent634b15fcfbfc811f427093e72527526edad08adb (diff)
downloadports-224466e2f4dbc8c014ad898943852dfd54b9e0cf.tar.gz
ports-224466e2f4dbc8c014ad898943852dfd54b9e0cf.zip
net/kafka: 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/D32430
-rw-r--r--net/kafka/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kafka/Makefile b/net/kafka/Makefile
index 28425ec20d5e..916509f4039c 100644
--- a/net/kafka/Makefile
+++ b/net/kafka/Makefile
@@ -2,7 +2,7 @@ PORTNAME= kafka
PORTVERSION= 2.8.0
CATEGORIES= net java
-MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}_2.13-${PORTVERSION}
MAINTAINER= timp87@gmail.com