Bug 193088

Summary: [stage] stage-fy java/eclipse-langpack
Product: Ports & Packages Reporter: TsurutaniNaoki
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Many People CC: marino
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
eclipse-langpack.diff
none
stage-fy none

Description TsurutaniNaoki 2014-08-28 07:19:13 UTC
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.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-28 07:44:48 UTC
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.
Comment 2 TsurutaniNaoki 2014-08-29 05:47:24 UTC
Created attachment 146478 [details]
stage-fy

here is a new patch with pkg-descr fixed.
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-30 22:13:15 UTC
The WWW link goes to an error page, so I'll just put a generic eclipse link
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-30 22:14:43 UTC
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
Comment 5 John Marino freebsd_committer freebsd_triage 2014-08-30 22:18:00 UTC
Thanks!