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

Joe Marcus Clarke marcus at FreeBSD.org
Tue Dec 27 01:26:34 UTC 2011


marcus      2011-12-27 01:26:34 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile 
    ports-mgmt/portlint/src portlint.pl 
  Log:
  Update to 2.13.8.
  
  * Complete the check for CPPFLAGS being set indirectly by checking MAKE_ENV
  in addition to CONFIGURE_ENV. [1]
  
  * Remove checks for port file headers as we are phasing them out in FreeBSD. [2]
  
  * Check to make sure CPAN URLs end with a '/'. [3]
  
  * Check for LDFLAGS being overridden just as we do for CPPFLAGS [4]
  
  * Suggest += instead of = to override CPPFLAGS and LDFLAGS [4]
  
  * Check for any overriding use of *FLAGS and suggest an alternative [4]
  
  * Do not warn of direct command use for WX_COMPS. [5]
  
  * Add support for named license macros when checking for order. [6]
  
  * Make the check for the direct Apache dependency more strict. [7]
  
  PR:             160448 [1]
                  159272 [3]
                  160959 [4]
                  161971 [5]
                  163617 [6]
                  163523 [7]
  Submitted by:   gjb [2]
                  amdmi3 [4]
  
  Revision  Changes    Path
  1.148     +1 -1      ports/ports-mgmt/portlint/Makefile
  1.125     +77 -17    ports/ports-mgmt/portlint/src/portlint.pl


More information about the cvs-all mailing list