1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

java/dbvis: Update version 7.1 => 9.1.6 and stage

Also:
  * Annotate dbVisualizer license
  * Switch categories from "java devel" to "java databases"
  * Switch absolute dbvis symlink to relative one (marino)
  * passing maintainership to submitter

PR:		186947
Submitted by:	jim (ohlste.in)
This commit is contained in:
John Marino 2014-07-12 10:46:35 +00:00
parent 2dc13b68e9
commit 01f91b4104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361608
2 changed files with 13 additions and 7 deletions

View File

@ -2,25 +2,31 @@
# $FreeBSD$
PORTNAME= dbvis
PORTVERSION= 7.1
CATEGORIES= java devel
PORTVERSION= 9.1.6
CATEGORIES= databases java
MASTER_SITES= http://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/
DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= jim@ohlste.in
COMMENT= DbVisualizer database tool
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_PERMS= auto-accept
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_VENDOR= openjdk
NO_BUILD= yes
RESTRICTED= Redistribution is not permitted
PLIST_FILES= bin/dbvis
WRKSRC= ${WRKDIR}/DbVisualizer-${PORTVERSION}
WRKSRC= ${WRKDIR}/DbVisualizer
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
${LN} -sf ${DATADIR}/dbvis ${STAGEDIR}${PREFIX}/bin/dbvis
cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ../share/dbvis dbvis
${CHMOD} a+x ${STAGEDIR}${DATADIR}/dbvis
post-install:

View File

@ -1,2 +1,2 @@
SHA256 (dbvis_unix_7_1.tar.gz) = a2ec23044ef15c9c302ac4618f7df484cf00b7b761516fa3e6ca299d6f5dbd40
SIZE (dbvis_unix_7_1.tar.gz) = 30566317
SHA256 (dbvis_unix_9_1_6.tar.gz) = 30b515c602f83eeb2f9f16d4f7d1ac3af9eaed20cf8b4aada609169ebe6ef7db
SIZE (dbvis_unix_9_1_6.tar.gz) = 54267957