git: ffd57928d148 - main - devel/hadoop: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 08:39:41 UTC
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