Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 15:35:15 +0100
From:      Jim Ohlstein <jim@ohlste.in>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186947: [PATCH] databases/dbvis: update to 9.1.6, take maintainership
Message-ID:  <E1WGrC7-0005Mb-D5@bromine.jlkhosting.com>
Resent-Message-ID: <201402211500.s1LF00XT055427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186947
>Category:       ports
>Synopsis:       [PATCH] databases/dbvis: update to 9.1.6, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 15:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jim Ohlstein
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bromine.jlkhosting.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r260997: Wed Jan 22 02:56:43 CET
>Description:
- Update to 9.1.6
- Take maintainership
- Add license
- Adjust "Categories" to more intuitive - will need entry in "MOVED"

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- dbvis-9.1.6.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 345469)
+++ Makefile	(working copy)
@@ -2,21 +2,27 @@
 # $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}
Index: distinfo
===================================================================
--- distinfo	(revision 345469)
+++ distinfo	(working copy)
@@ -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
--- dbvis-9.1.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WGrC7-0005Mb-D5>