Date: Mon, 3 Feb 2025 01:00:05 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 340ff43512df - main - =?utf-8?Q?java/dbvis: Update 13.0.4 =E2=86=92 24.3.3, unbreak, take maintainership?= Message-ID: <202502030100.513105JU014716@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=340ff43512df4b9d40f789cd5728c0508e08017c commit 340ff43512df4b9d40f789cd5728c0508e08017c Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-02-03 00:47:17 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-02-03 00:59:57 +0000 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 --- java/dbvis/Makefile | 9 +++------ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502030100.513105JU014716>