cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.1 portlint.pl

Joe Marcus Clarke marcus at FreeBSD.org
Thu Nov 20 18:55:10 PST 2003


marcus      2003/11/20 18:55:08 PST

  FreeBSD ports repository

  Modified files:
    devel/portlint       Makefile 
    devel/portlint/src   portlint.1 portlint.pl 
  Log:
  * Check to make sure new ports do not contain PORTREVISION [1]
  * Check to make sure new ports do not contain PORTEPOCH
  * Throw a FATAL error if an additional file exists in the port directory but
    not in CVS [2]
  * Throw a FATAL error if a file is in CVS but not in the port's directory [2]
  * Throw a FATAL error if a file was deleted from CVS but still in the port's
    directory [2]
  * Warn if a new file contains a non-empty RCS Id [2]
  * Add a missing ``if ($verbose)'' [2]
  
  Submitted by:   arved [1]
                  eik [2]
  
  Revision  Changes    Path
  1.66      +1 -1      ports/devel/portlint/Makefile
  1.16      +0 -0      ports/devel/portlint/src/portlint.1
  1.47      +149 -3    ports/devel/portlint/src/portlint.pl


More information about the cvs-ports mailing list