Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2007 17:11:41 +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:  <200708171711.l7HHBfel074066@repoman.freebsd.org>

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



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