Bug 206489

Summary: java/intellij: Update to 15.0.3
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: --- Keywords: patch
Version: LatestFlags: tobik: maintainer-feedback+
Hardware: Any   
OS: Any   
URL: https://github.com/traff/pty4j/pull/27
Attachments:
Description Flags
intellij.diff
tobik: maintainer-approval+
Poudriere testport log FreeBSD 10.2/amd64
none
Poudriere testport log FreeBSD 10.2/i386
none
intellij.diff
tobik: maintainer-approval+
Poudriere testport log FreeBSD 9.3/amd64 none

Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-01-22 11:37:49 UTC
Created attachment 165946 [details]
intellij.diff

Besides updating to 15.0.3 this update also adds the ability to open terminals in IntelliJ which I'm quite happy about :-).  I have upstreamed the necessary changes to pty4j which IntelliJ uses to open terminals etc.  There's no official pty4j release with FreeBSD support yet, but there is also not much point in waiting until there is.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2016-01-22 11:38:33 UTC
Created attachment 165947 [details]
Poudriere testport log FreeBSD 10.2/amd64
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2016-01-22 11:38:56 UTC
Created attachment 165948 [details]
Poudriere testport log FreeBSD 10.2/i386
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-10 16:54:17 UTC
Created attachment 166841 [details]
intellij.diff

Updated port:
- make it clearer that this the community edition
- disable missing file watcher warning on startup
- install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij

If possible I would like to rename the port to java/intellij-idea-ce.
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-10 16:54:52 UTC
Created attachment 166842 [details]
Poudriere testport log FreeBSD 9.3/amd64
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-11 18:07:43 UTC
Testbuilds@work
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-11 19:17:46 UTC
Testbuilds are all fine.
Comment 7 commit-hook freebsd_committer freebsd_triage 2016-02-11 19:22:43 UTC
A commit references this bug:

Author: pi
Date: Thu Feb 11 19:22:03 UTC 2016
New revision: 408694
URL: https://svnweb.freebsd.org/changeset/ports/408694

Log:
  java/intellij: 15.0.1 -> 15.0.3

  - make it clearer that this the community edition
  - disable missing file watcher warning on startup
  - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij
  - adds the ability to open terminals in IntelliJ

  PR:		206489
  Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)

Changes:
  head/java/intellij/Makefile
  head/java/intellij/distinfo
  head/java/intellij/files/idea.desktop.in
  head/java/intellij/pkg-descr
  head/java/intellij/pkg-plist
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-11 19:27:55 UTC
Committed, thanks! If you can provide changelog-links for updates like this, that would be nice!
Comment 9 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-11 20:01:34 UTC
Added URL to pull request re Pty4J for completeness sake.