diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 18:52:42 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 18:52:45 +0000 |
commit | 8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6 (patch) | |
tree | 2785f8df5322617f45213e50831d0a6932274ac8 | |
parent | 001f1d8d6e4e680d6da82a7f13a63efb17963c85 (diff) | |
download | ports-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/Makefile | 2 |
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 |