From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 21 15:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C440AB54 for ; Fri, 21 Feb 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0C4E1770 for ; Fri, 21 Feb 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1LF00qp055428 for ; Fri, 21 Feb 2014 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1LF00XT055427; Fri, 21 Feb 2014 15:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 21 Feb 2014 15:00:00 GMT Resent-Message-Id: <201402211500.s1LF00XT055427@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Ohlstein Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF38EB11 for ; Fri, 21 Feb 2014 14:58:50 +0000 (UTC) Received: from bromine.jlkhosting.com (bromine.jlkhosting.com [5.135.138.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B41FF175F for ; Fri, 21 Feb 2014 14:58:50 +0000 (UTC) Received: from root by bromine.jlkhosting.com with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WGrC7-0005Mb-D5 for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Feb 2014 15:35:15 +0100 Message-Id: Date: Fri, 21 Feb 2014 15:35:15 +0100 From: Jim Ohlstein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186947: [PATCH] databases/dbvis: update to 9.1.6, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 15:00:00 -0000 >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: