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

Joe Marcus Clarke marcus at FreeBSD.org
Fri Aug 17 10:11:41 PDT 2007


marcus      2007-08-17 17:11:40 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile 
    ports-mgmt/portlint/src portlint.pl 
  Log:
  Update to 2.9.5.
  
  * Consolidate lines that end in a '\' followed by an empty line into one
    newline prior to splitting the Makefile into sections.  This will more
    properly catch section-related errors [1]
  * Properly check pkg-config files when they contain an embedded '.' [2]
  * Allow pkg-plist directive @cwd by itself which means to change the working
    directory back to the original PREFIX [3]
  * Beef up the warnings around DOCSDIR, EXAMPLESDIR, and DATADIR so that
    users don't just use these macros without knowing if they are safe [3]
  * Check for use of --mandir and --infodir [4]
  
  PR:             112332 [1]
                  115455 [4]
  Submitted by:   rafan [4]
                  sat [2]
  Requested by:   pav [3]
  
  Revision  Changes    Path
  1.118     +1 -1      ports/ports-mgmt/portlint/Makefile
  1.95      +33 -6     ports/ports-mgmt/portlint/src/portlint.pl


More information about the cvs-all mailing list