1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

java/openjdk7: Update MASTER_SITES

Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites

Approved by:	glewis (port maintainer), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32427
This commit is contained in:
Daniel Engberg 2021-10-11 21:38:30 +02:00
parent 9cba1e488a
commit 62848d7105

View File

@ -4,7 +4,7 @@ PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= APACHE/ant/binaries/:ant
MASTER_SITES= https://archive.apache.org/dist/ant/binaries/:ant
DISTFILES= ${ANT_DISTFILE}${EXTRACT_SUFX}:ant
MAINTAINER= glewis@FreeBSD.org