Bug 274097

Summary: java/intellij-ultimate: fix fsnotifier path
Product: Ports & Packages Reporter: King John <jinking.this>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: andoriyu, fernape
Priority: --- Flags: bugzilla: maintainer-feedback? (andoriyu)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
restore fsnotifier path. none

Description King John 2023-09-26 05:43:13 UTC
Created attachment 245244 [details]
restore fsnotifier path.

Mistakenly changed the fsnotifier path, need to restore the path.
Confirmed from a new installation, ports code of java/intellij-fsnotifier and java/intellij/common.mk.
Comment 1 King John 2023-09-26 05:49:26 UTC
The bug was introduced by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274046. 
It's my bad. Please update it again.
Comment 2 King John 2023-09-26 11:20:21 UTC
Sorry for the trouble caused by it.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-26 11:48:33 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-26 11:48:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d62fb97c7780c729b2b39d1174646ef52ec584d5

commit d62fb97c7780c729b2b39d1174646ef52ec584d5
Author:     yjqg6666 <jinking.this@gmail.com>
AuthorDate: 2023-09-26 08:00:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-09-26 11:47:54 +0000

    java/intellij-ultimate: fix fsnotifier path

    PR:             274097
    Reported by:    jinking.this@gmail.com

 java/intellij-ultimate/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 5 King John 2023-09-26 11:54:48 UTC
Thanks.