I ran into this by chance and one of our users noticed it. When a Makefile contains several lines reading MAN1= whatever.... of which all but the last one are ignored, I would have hoped portlint to warn about. Fix: Other MAN entries (ranging from 1..9 to L and N) should be checked as well and there may be further variables where this makes sense.
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
marcus 2011-02-13 21:10:33 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.13.4. * Check for duplicate MANx macros [1] * Add a warning if the wrong CPAN URL is used for the WWW URL [2] * Remove an obsolete CPAN warning [3] PR: 154069 [1] 154149 [2] 154724 [3] Submitted by: skreuzer [2] milki@rescomp.berkeley.edu [3] Revision Changes Path 1.142 +1 -1 ports/ports-mgmt/portlint/Makefile 1.119 +13 -10 ports/ports-mgmt/portlint/src/portlint.pl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!