aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:52:42 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-11 18:52:45 +0000
commit8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6 (patch)
tree2785f8df5322617f45213e50831d0a6932274ac8
parent001f1d8d6e4e680d6da82a7f13a63efb17963c85 (diff)
downloadports-8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6.tar.gz
ports-8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6.zip
java/apache-commons-dbcp: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: ale (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32426
-rw-r--r--java/apache-commons-dbcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/apache-commons-dbcp/Makefile b/java/apache-commons-dbcp/Makefile
index 54c05d7cc9b0..e998d5012d2e 100644
--- a/java/apache-commons-dbcp/Makefile
+++ b/java/apache-commons-dbcp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= commons-dbcp
PORTVERSION= 2.8.0
CATEGORIES= java databases
-MASTER_SITES= APACHE_COMMONS_BINARIES
+MASTER_SITES= https://archive.apache.org/dist/commons/dbcp/binaries/
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}2-${PORTVERSION}-bin