git: 586d941f79f2 - main - java/apache-bcel: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 08:52:01 UTC
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