ports/186947: [PATCH] databases/dbvis: update to 9.1.6, take maintainership
Jim Ohlstein
jim at ohlste.in
Fri Feb 21 15:00:00 UTC 2014
>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 at FreeBSD.org
+MAINTAINER= jim at 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:
More information about the freebsd-ports-bugs
mailing list