Date: Wed, 29 Jun 2022 05:23:45 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 17624d612d2c - main - java/dbvis: update to 13.0.4 Message-ID: <202206290523.25T5NjBl071968@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=17624d612d2c168dedc3ea7d6edd8c47a853837f commit 17624d612d2c168dedc3ea7d6edd8c47a853837f Author: VVD <vvd@unislabs.com> AuthorDate: 2022-06-16 06:11:03 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-06-29 05:20:52 +0000 java/dbvis: update to 13.0.4 ChangeLog: https://www.dbvis.com/releasenotes/13.0 PR: 264687 Reported by: vvd@unislabs.com Approved by: jim@ohlste.in (maintainer, timeout > 2 weeks) --- java/dbvis/Makefile | 12 +++++------- java/dbvis/distinfo | 6 +++--- java/dbvis/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 268faa56da78..49cb1a7de197 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,19 +1,17 @@ # Created by: Anton Yudin (<contact@toha.org.ua>) PORTNAME= dbvis -PORTVERSION= 11.0.3 +DISTVERSION= 13.0.4 CATEGORIES= java databases -MASTER_SITES= http://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/ -DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g} +MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/ +DISTNAME= dbvis_linux_${PORTVERSION:S/./_/g} MAINTAINER= jim@ohlste.in COMMENT= DbVisualizer database tool -BROKEN= does not fetch (404) - LICENSE= DbVisualizer_EULA LICENSE_NAME= End-User License Agreement for DbVisualizer -LICENSE_TEXT= Full license can be found at http://www.dbvis.com/eula/ +LICENSE_TEXT= Full license can be found at https://www.dbvis.com/eula/ # Redistribution is not permitted LICENSE_PERMS= auto-accept @@ -21,8 +19,8 @@ USE_JAVA= yes JAVA_VENDOR= openjdk NO_BUILD= yes -PLIST_FILES= bin/dbvis WRKSRC= ${WRKDIR}/DbVisualizer +PLIST_FILES= bin/dbvis do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} diff --git a/java/dbvis/distinfo b/java/dbvis/distinfo index 6f7067a64062..689d8744cfc5 100644 --- a/java/dbvis/distinfo +++ b/java/dbvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590307518 -SHA256 (dbvis_unix_11_0_3.tar.gz) = ea06b3e77bd9bd90dcb0d11a25f036101a4bf1d1ec216c37bb01a0cc5f6b238b -SIZE (dbvis_unix_11_0_3.tar.gz) = 88936442 +TIMESTAMP = 1655295509 +SHA256 (dbvis_linux_13_0_4.tar.gz) = 18f350ae7f3f21845d07e9ae22abd9c09272907de8900d47d3353a6897511642 +SIZE (dbvis_linux_13_0_4.tar.gz) = 143439096 diff --git a/java/dbvis/pkg-descr b/java/dbvis/pkg-descr index e6c5dc415a22..845aba065295 100644 --- a/java/dbvis/pkg-descr +++ b/java/dbvis/pkg-descr @@ -4,4 +4,4 @@ of databases. DbVisualizer supports simultaneous database connections, it lets you explore and manage database objects, execute SQL queries, visualize information and a lot more. -WWW: http://www.dbvis.com/products/dbvis/ +WWW: https://www.dbvis.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206290523.25T5NjBl071968>