Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 08:52:01 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: 586d941f79f2 - main - java/apache-bcel: Update MASTER_SITES
Message-ID:  <202110100852.19A8q16T062160@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=586d941f79f2182d6fd7055d53eb1a2652faa8b6

commit 586d941f79f2182d6fd7055d53eb1a2652faa8b6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 08:32:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 08:51:52 +0000

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

diff --git a/java/apache-bcel/Makefile b/java/apache-bcel/Makefile
index fad83e96e8a9..0aee9ad3f839 100644
--- a/java/apache-bcel/Makefile
+++ b/java/apache-bcel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	bcel
 PORTVERSION=	6.4.1
 CATEGORIES=	java devel
-MASTER_SITES=	APACHE_COMMONS_BINARIES
+MASTER_SITES=	https://archive.apache.org/dist/commons/${PORTNAME}/binaries/
 PKGNAMEPREFIX=	apache-
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
 



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