Bug 241022 - security/bastillion: Remove references to EoL'ed Java versions
Summary: security/bastillion: Remove references to EoL'ed Java versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexander Leidinger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-02 16:32 UTC by Greg Lewis
Modified: 2019-10-03 17:25 UTC (History)
0 users

See Also:
netchild: maintainer-feedback+


Attachments
Patch to remove references to Java versions 9 and 10 (281 bytes, patch)
2019-10-02 16:32 UTC, Greg Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Lewis freebsd_committer freebsd_triage 2019-10-02 16:32:48 UTC
Created attachment 208041 [details]
Patch to remove references to Java versions 9 and 10

The linux-oracle-jdk9 and linux-oracle-jdk10 ports are scheduled for deletion due to being EoL upstream.  So replace 1.9+ with 11+.
Comment 1 Alexander Leidinger freebsd_committer freebsd_triage 2019-10-03 13:41:06 UTC
Validated with openjdk 11, ok for me. Feel free to go ahead.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-03 17:23:02 UTC
A commit references this bug:

Author: glewis
Date: Thu Oct  3 17:22:17 UTC 2019
New revision: 513677
URL: https://svnweb.freebsd.org/changeset/ports/513677

Log:
  Remove references to EoL'ed Java versions

  * Java 9 and 10 are EoL'ed upstream and the ports for them are scheduled
    for deletion, so switch the version specification here to 11+.

  PR:		241022
  Approved by:	netchild@
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/security/bastillion/Makefile
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2019-10-03 17:25:14 UTC
Thanks!  I've committed the change.