Commits
Lothar Haeger authored and Chris Jones committed a0ca74977c7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup java 1.0 |
5 5 | |
6 6 | name dbvis |
7 - | version 10.0.21 |
7 + | version 10.0.22 |
8 8 | categories databases |
9 9 | platforms darwin |
10 10 | supported_archs x86_64 |
11 11 | license Restrictive |
12 12 | maintainers {@lhaeger} openmaintainer |
13 13 | |
14 14 | description DbVisualizer is the universal database tool for developers, DBAs and analysts |
15 15 | long_description DbVisualizer is a feature rich, intuitive multi-database tool for developers \ |
16 16 | and database administrators, providing a single powerful interface across a \ |
17 17 | wide variety of operating systems. |
18 18 | |
19 19 | homepage https://www.dbvis.com |
20 20 | |
21 21 | master_sites ${homepage}/product_download/dbvis-${version}/media/ |
22 22 | distname dbvis_macos_[strsed $version g/\\./_/] |
23 23 | extract.suffix .tgz |
24 24 | |
25 - | checksums rmd160 6ead35544833588264067e9b21761ae1466e233a \ |
26 - | sha256 0f9cde48cfe97ec17a2f5f3b3f2f88a26e85c4e7865fc23fb55df46d869e15eb \ |
27 - | size 79721884 |
25 + | checksums rmd160 eec32aaf10654ac79b41bc372f3f5e426ec54002 \ |
26 + | sha256 8183c364f32a9bf169a15721419e93449501558a32378b11467deb525a845a93 \ |
27 + | size 79892338 |
28 28 | |
29 29 | java.version 1.8+ |
30 30 | java.fallback openjdk11 |
31 31 | |
32 32 | extract.mkdir yes |
33 33 | |
34 34 | use_configure no |
35 35 | |
36 36 | build {} |
37 37 | |