Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 08:39:38 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: 224466e2f4db - main - net/kafka: Update MASTER_SITES
Message-ID:  <202110120839.19C8dcHD076703@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=224466e2f4dbc8c014ad898943852dfd54b9e0cf

commit 224466e2f4dbc8c014ad898943852dfd54b9e0cf
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-12 08:33:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-12 08:39:20 +0000

    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
---
 net/kafka/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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