diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-04-29 03:36:43 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-04-29 03:36:43 +0300 |
commit | cc14b952338d2adad7db28aff9c02d331622f07c (patch) | |
tree | e31fa41c3dc8a3e1c12c9d705e85a2afb362b66a /java | |
parent | java/apache-commons-logging: Update 1.2 => 1.3.5, take maintainership (diff) |
java/dbvis: Add mirror to MASTER_SITES
Reported by: pkg-fallout
Diffstat (limited to 'java')
-rw-r--r-- | java/dbvis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |