Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 04:41:50 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl
Message-ID:  <200605310441.k4V4foGj022775@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605310441.k4V4foGj022775>