Created attachment 146434 [details] eclipse-langpack.diff Stage-fy java/eclipse-langpack. Fix: found some warnings but no problem with a patch attached: % pwd /usr/ports/java/eclipse-langpack % make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for directories owned by MTREEs ===> Checking for directories handled by dependencies ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) % make stage-qa ====> Running Q/A tests (stage-qa) % portlint WARN: /usr/ports/java/eclipse-langpack/pkg-descr: exceeds 24 lines, make it shorter if possible.(currently 27 lines) WARN: /usr/ports/java/eclipse-langpack/pkg-descr: includes lines that exceed 80 characters. WARN: Makefile: Consider defining LICENSE. 0 fatal errors and 3 warnings found.
The pkg-descr is highly repetitive and easily can be compressed to fit in less than 24 lines (e.g. tabular form) Whoever takes this PR should improve pkg-descr too.
Created attachment 146478 [details] stage-fy here is a new patch with pkg-descr fixed.
The WWW link goes to an error page, so I'll just put a generic eclipse link
A commit references this bug: Author: marino Date: Sat Aug 30 22:14:11 UTC 2014 New revision: 366685 URL: http://svnweb.freebsd.org/changeset/ports/366685 Log: Stage java/eclipse-langpack PR: 193088 Submitted by: turutani (Kyoto) Changes: head/java/eclipse-langpack/Makefile head/java/eclipse-langpack/files/install.sh head/java/eclipse-langpack/pkg-descr head/java/eclipse-langpack/pkg-plist
Thanks!