aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 08:32:00 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-10 08:51:52 +0000
commit586d941f79f2182d6fd7055d53eb1a2652faa8b6 (patch)
tree3f6d9b33bbcbba5a621abb6eac598e64305ac72d
parent5a70f6880e7b2d94b43e0b6ef18e55d56aafc83b (diff)
downloadports-586d941f79f2182d6fd7055d53eb1a2652faa8b6.tar.gz
ports-586d941f79f2182d6fd7055d53eb1a2652faa8b6.zip
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
-rw-r--r--java/apache-bcel/Makefile2
1 files changed, 1 insertions, 1 deletions
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