Bug 16716

Summary: Fix port: devel/portlint
Product: Ports & Packages Reporter: okazaki <okazaki>
Component: Individual Port(s)Assignee: Michael Haro <mharo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description okazaki 2000-02-14 21:10:01 UTC
	Current portlint keeps quiet about some invalid `CATEGORIES' lines.

Fix: Apply the following patch.
How-To-Repeat: 
	1. Move to a simple port directory, for a example:
	% cd ${PORTSDIR}/archives/arc

	2. Damage his Makefile as follows:
	% perl -pi -e 's/^CATEGORIES[+?]?=.*/CATEGORIES/g' Makefile

	3. And listen to the portlint talking:
	% portlint
	OK: checking pkg/COMMENT.
	OK: checking pkg/DESCR.
	OK: checking Makefile.
	OK: checking files/md5.
	OK: checking patches/patch-aa.
	OK: checking patches/patch-ab.
	OK: checking patches/patch-ac.
	looks fine.
Comment 1 Michael Haro freebsd_committer freebsd_triage 2000-02-15 02:08:01 UTC
Responsible Changed
From-To: freebsd-ports->mharo

My port 
Comment 2 Michael Haro freebsd_committer freebsd_triage 2000-03-21 09:35:38 UTC
State Changed
From-To: open->closed

Change committed with today's update of portlint