Skip to content

Commit

Permalink
devel/hadoop: Update MASTER_SITES
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 12, 2021
1 parent df5b1d6 commit ffd5792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/hadoop/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ffd5792

Please sign in to comment.