diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-03 03:47:17 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-03 03:59:57 +0300 |
commit | 340ff43512df4b9d40f789cd5728c0508e08017c (patch) | |
tree | 47acc528260796370c4240537b4b18712bdb4a73 /java | |
parent | devel/spdlog: update to 1.15.1. (diff) |
java/dbvis: Update 13.0.4 → 24.3.3, unbreak, take maintainership
Java 21 is required.
Changelogs:
https://www.dbvis.com/releasenotes/13.0/
https://www.dbvis.com/releasenotes/14.0/
https://www.dbvis.com/releasenotes/23.1/
https://www.dbvis.com/releasenotes/23.2/
https://www.dbvis.com/releasenotes/24.1/
https://www.dbvis.com/releasenotes/24.2/
https://www.dbvis.com/releasenotes/24.3/
Maintainer Jim Ohlstein <jim@ohlste.in> is inactive from 2017 (7+ years).
MFH: 2025Q1
Diffstat (limited to 'java')
-rw-r--r-- | java/dbvis/Makefile | 9 | ||||
-rw-r--r-- | java/dbvis/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index af1bd5d25b2c..9ba782680969 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,10 +1,10 @@ PORTNAME= dbvis -DISTVERSION= 13.0.4 +DISTVERSION= 24.3.3 CATEGORIES= java databases MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/ DISTNAME= dbvis_linux_${PORTVERSION:S/./_/g} -MAINTAINER= jim@ohlste.in +MAINTAINER= vvd@FreeBSD.org COMMENT= DbVisualizer database tool WWW= https://www.dbvis.com/ @@ -14,11 +14,8 @@ LICENSE_TEXT= Full license can be found at https://www.dbvis.com/eula/ # Redistribution is not permitted LICENSE_PERMS= auto-accept -BROKEN= Unfetchable -DEPRECATED= Unfetchable, outdated and unsupported upstream -EXPIRATION_DATE=2025-02-28 - USES= java +JAVA_VERSION= 21+ JAVA_VENDOR= openjdk NO_BUILD= yes diff --git a/java/dbvis/distinfo b/java/dbvis/distinfo index 689d8744cfc5..11bc5c92ecf3 100644 --- a/java/dbvis/distinfo +++ b/java/dbvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655295509 -SHA256 (dbvis_linux_13_0_4.tar.gz) = 18f350ae7f3f21845d07e9ae22abd9c09272907de8900d47d3353a6897511642 -SIZE (dbvis_linux_13_0_4.tar.gz) = 143439096 +TIMESTAMP = 1738539574 +SHA256 (dbvis_linux_24_3_3.tar.gz) = 44399a91927b9a34f3c7841a2b04fa1f6e5d0ef40035b2e1776f9ff0461b9830 +SIZE (dbvis_linux_24_3_3.tar.gz) = 193990390 |