git: cc14b952338d - main - java/dbvis: Add mirror to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 00:42:21 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc14b952338d2adad7db28aff9c02d331622f07c commit cc14b952338d2adad7db28aff9c02d331622f07c Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-04-29 00:36:43 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-04-29 00:36:43 +0000 java/dbvis: Add mirror to MASTER_SITES Reported by: pkg-fallout --- java/dbvis/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index ec66951c4c61..17559beec8a5 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,7 +1,8 @@ PORTNAME= dbvis DISTVERSION= 25.1.3 CATEGORIES= java databases -MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ +MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \ + https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/ DISTNAME= dbvis_linux_${DISTVERSION:S/./_/g} MAINTAINER= vvd@FreeBSD.org