diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 20:52:42 +0200 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-10-11 20:52:45 +0200 |
| commit | 8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6 (patch) | |
| tree | 2785f8df5322617f45213e50831d0a6932274ac8 /java/apache-commons-dbcp | |
| parent | www/tomcat7: Update MASTER_SITES (diff) | |
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
Diffstat (limited to 'java/apache-commons-dbcp')
| -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 |
