git: 8456ff169d84 - main - java/apache-commons-dbcp: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 18:58:09 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6 commit 8456ff169d840fa3c21c9e5f7efdc15e8fb2baf6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-11 18:52:42 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-11 18:52:45 +0000 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 --- java/apache-commons-dbcp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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