Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2011 01:26:34 +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/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.pl
Message-ID:  <201112270126.pBR1QYKj010497@repoman.freebsd.org>

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



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