| 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: |
|
||||||
Responsible Changed From-To: freebsd-ports->mharo My port State Changed From-To: open->closed Change committed with today's update of portlint |
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.