Bug 238979

Summary: [PATCH] dns/dnsjava: Support for Java version changes
Product: Ports & Packages Reporter: Greg Lewis <glewis>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (danilo)
glewis: maintainer-feedback?
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 238758    
Attachments:
Description Flags
Makefile changes none

Description Greg Lewis freebsd_committer freebsd_triage 2019-07-04 02:26:30 UTC
Created attachment 205512 [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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-18 16:46:10 UTC
A commit references this bug:

Author: glewis
Date: Thu Jul 18 16:45:47 UTC 2019
New revision: 506861
URL: https://svnweb.freebsd.org/changeset/ports/506861

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:		238979
  Approved by:	maintainer timeout

Changes:
  head/dns/dnsjava/Makefile
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2019-07-18 16:46:33 UTC
Change has been committed