Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 19:39:36 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: 62848d7105e2 - main - java/openjdk7: Update MASTER_SITES
Message-ID:  <202110111939.19BJdacZ037988@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=62848d7105e24da1be6245e4e9a1bcb910ef09fc

commit 62848d7105e24da1be6245e4e9a1bcb910ef09fc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-11 19:38:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-11 19:38:35 +0000

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

diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index 0221d596a0ef..889ef44bd3ee 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -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



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