Bug 154069 - ports-mgmt/portlint should warn about duplicate MAN1 entries
Summary: ports-mgmt/portlint should warn about duplicate MAN1 entries
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 01:00 UTC by gerald
Modified: 2011-02-13 21:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerald 2011-01-17 01:00:23 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-17 01:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-13 21:10:38 UTC
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"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2011-02-13 21:10:51 UTC
State Changed
From-To: open->closed

Committed, thanks!