cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl

Joe Marcus Clarke marcus at FreeBSD.org
Tue May 30 21:43:10 PDT 2006


marcus      2006-05-31 04:41:50 UTC

  FreeBSD ports repository

  Modified files:
    devel/portlint       Makefile 
    devel/portlint/src   portlint.1 portlint.pl 
  Log:
  Update to 2.9.0.
  
  * The check for quoted COMMENTs had a typo.  However, this check has been
    consolidated for other macros that should not be quoted.  Merge the COMMENT
    check into the BROKEN, et al check. [1]
  * Properly pluralize the message which counts the number of fatal errors
    and warnings. [2]
  * Add distinfo checking support. [3]
  * Huge refactoring of the error handling code.  If the -g argument is specified,
    errors will be grouped together to avoid spamming the console with
    repeated lines.
  * Add a check for icon installation, and recommend INSTALLS_ICONS.
  
  PR:             97207 [1]
                  96089 [2]
                  96923 [3]
  Submitted by:   lawrance [1]
                  ehaupt [2]
                  sem [3]
  Tested by:      mezz
  
  Revision  Changes    Path
  1.109     +1 -1      ports/devel/portlint/Makefile
  1.21      +13 -6     ports/devel/portlint/src/portlint.1
  1.89      +371 -261  ports/devel/portlint/src/portlint.pl


More information about the cvs-all mailing list