Created attachment 205510 [details] Makefile changes In bug #238758 I have a change that will alter the format of JAVA_PORT_VERSION to be consistent with modern Java versioning. This patch adds support to this port for handling that, while preserving the functionality with the current format of JAVA_PORT_VERSION. Please review.
A commit references this bug: Author: glewis Date: Thu Jul 18 16:39:36 UTC 2019 New revision: 506859 URL: https://svnweb.freebsd.org/changeset/ports/506859 Log: Adjust to proposed changes in Java versioning * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. PR: 238977 Approved by: maintainer timeout Changes: head/databases/mysql-connector-java51/Makefile
Change has been committed