Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 08:39:41 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: ffd57928d148 - main - devel/hadoop: Update MASTER_SITES
Message-ID:  <202110120839.19C8dftQ076755@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=ffd57928d14886854b93f2552111bf6ccdf47600

commit ffd57928d14886854b93f2552111bf6ccdf47600
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-12 08:37:47 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-12 08:39:21 +0000

    devel/hadoop: Update MASTER_SITES
    
    Use a direct URL to Apache's release archive site as it's not mirrored
    by upstream mirror sites
    
    Approved by:    arrowd (mentor), lbartoletti (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32459
---
 devel/hadoop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile
index 426509ee6912..ba4961aab8dd 100644
--- a/devel/hadoop/Makefile
+++ b/devel/hadoop/Makefile
@@ -4,7 +4,7 @@ PORTNAME=	hadoop
 PORTVERSION=	1.2.1
 PORTREVISION=	3
 CATEGORIES=	devel java
-MASTER_SITES=	APACHE/${PORTNAME}/core/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES=	https://archive.apache.org/dist/${PORTNAME}/core/${PORTNAME}-${PORTVERSION}/ \
 		http://dist.codehaus.org/jetty/jetty-6.1.14/:jetty
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} jetty-6.1.14.zip:jetty
 DIST_SUBDIR=	hadoop



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