mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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)
This commit is contained in:
parent
c4501a5030
commit
17624d612d
3 changed files with 9 additions and 11 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Created by: Anton Yudin (<contact@toha.org.ua>)
|
# Created by: Anton Yudin (<contact@toha.org.ua>)
|
||||||
|
|
||||||
PORTNAME= dbvis
|
PORTNAME= dbvis
|
||||||
PORTVERSION= 11.0.3
|
DISTVERSION= 13.0.4
|
||||||
CATEGORIES= java databases
|
CATEGORIES= java databases
|
||||||
MASTER_SITES= http://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/
|
MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/
|
||||||
DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g}
|
DISTNAME= dbvis_linux_${PORTVERSION:S/./_/g}
|
||||||
|
|
||||||
MAINTAINER= jim@ohlste.in
|
MAINTAINER= jim@ohlste.in
|
||||||
COMMENT= DbVisualizer database tool
|
COMMENT= DbVisualizer database tool
|
||||||
|
|
||||||
BROKEN= does not fetch (404)
|
|
||||||
|
|
||||||
LICENSE= DbVisualizer_EULA
|
LICENSE= DbVisualizer_EULA
|
||||||
LICENSE_NAME= End-User License Agreement for DbVisualizer
|
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
|
# Redistribution is not permitted
|
||||||
LICENSE_PERMS= auto-accept
|
LICENSE_PERMS= auto-accept
|
||||||
|
|
||||||
|
@ -21,8 +19,8 @@ USE_JAVA= yes
|
||||||
JAVA_VENDOR= openjdk
|
JAVA_VENDOR= openjdk
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/dbvis
|
|
||||||
WRKSRC= ${WRKDIR}/DbVisualizer
|
WRKSRC= ${WRKDIR}/DbVisualizer
|
||||||
|
PLIST_FILES= bin/dbvis
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1590307518
|
TIMESTAMP = 1655295509
|
||||||
SHA256 (dbvis_unix_11_0_3.tar.gz) = ea06b3e77bd9bd90dcb0d11a25f036101a4bf1d1ec216c37bb01a0cc5f6b238b
|
SHA256 (dbvis_linux_13_0_4.tar.gz) = 18f350ae7f3f21845d07e9ae22abd9c09272907de8900d47d3353a6897511642
|
||||||
SIZE (dbvis_unix_11_0_3.tar.gz) = 88936442
|
SIZE (dbvis_linux_13_0_4.tar.gz) = 143439096
|
||||||
|
|
|
@ -4,4 +4,4 @@ of databases. DbVisualizer supports simultaneous database connections, it
|
||||||
lets you explore and manage database objects, execute SQL queries,
|
lets you explore and manage database objects, execute SQL queries,
|
||||||
visualize information and a lot more.
|
visualize information and a lot more.
|
||||||
|
|
||||||
WWW: http://www.dbvis.com/products/dbvis/
|
WWW: https://www.dbvis.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue