Created attachment 165616 [details] contains the changes required for updating the port to v9.2.14 Hello there, The port seems to be a little bit outdated (v9.1.6 - 2014-11-14), and there are lots of bug-fixes and new feature introduced in newer version. I've already built dbvis with v9.2.14 (2015-12-22) and it just worked fine. I thought it may help somebody who wish to work with newer versions. Changes: Makefile: PORTVERSION= 9.2.14 JAVA_VERSION= 1.7+ distinfo: SHA256 (dbvis_unix_9_2_14.tar.gz) = 1089fa65d279ac6e24605a9b234668615ca2b32688a8a53a0c731bcb3dd66e85 SIZE (dbvis_unix_9_2_14.tar.gz) = 62341419 Please find the attached file.
testbuilds@work
Testbuilds are ok
A commit references this bug: Author: pi Date: Fri Jan 29 06:32:15 UTC 2016 New revision: 407453 URL: https://svnweb.freebsd.org/changeset/ports/407453 Log: java/dbvis: 9.1.6 -> 9.2.14 - Changes: http://www.dbvis.com/doc/relnotes/ - now works with openjdk8 PR: 206278 Submitted by: Hadi Rezaee <h.rezaee@ideatech.io> Approved by: jim@ohlste.in (maintainer timeout) Changes: head/java/dbvis/Makefile head/java/dbvis/distinfo
Please note: Old version installed /usr/local/bin/dbvis/, with executable in /usr/local/bin/dbvis/dbvis as symlink to the executable. This now installs /usr/local/bin/dbvis as symlink to the executable. Committed, thanks.
my pleasure ;) , thank you Kurt.