cvs commit: ports/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.pl

Joe Marcus Clarke marcus at FreeBSD.org
Sun Mar 22 10:54:20 PDT 2009


marcus      2009-03-22 17:54:19 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile 
    ports-mgmt/portlint/src portlint.pl 
  Log:
  Update to 2.11.0.
  
  * Fix regexp compatibility with Perl 5.10 [1]
  * Add "use warnings" to find more warnings [1]
  * Use more modern Perl features as we no longer need to maintain such
    ancient backward compatibility [1]
  * Add support for a list of patterns to exclude from absolute path
    checking. [2]
  * Check MAINTAINER field for master/slave relationship as is done for
    COMMENT. [3]
  * Add support for checking plists for files ending in .core.  These files
    may be periodically deleted during core file sweeps. [4]
  
  NOTE: This release has more Perl warnings enabled.  If you encounter a Perl
  warning, please report it.
  
  PR:             132289 [1]
                  131228 [2]
                  131235 [3]
                  131790 [4]
  Submitted by:   skv [1]
                  gerald [3]
  
  Revision  Changes    Path
  1.130     +1 -2      ports/ports-mgmt/portlint/Makefile
  1.107     +47 -29    ports/ports-mgmt/portlint/src/portlint.pl


More information about the cvs-ports mailing list