cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src
portlint.pl
Joe Marcus Clarke
marcus at FreeBSD.org
Mon Nov 22 10:28:40 PST 2004
marcus 2004-11-22 18:28:40 UTC
FreeBSD ports repository
Modified files:
devel/portlint Makefile
devel/portlint/src portlint.pl
Log:
Update to 2.6.9.
* Ignore comments when checking for absolute pathname usage
* Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1]
* Make sure to quote meta-characters in PORTNAME before using it as a
regular expression [1]
* Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) &&
defined(WITHOUT_OPT2)" [2]
* Update OMF checks to account for the new INSTALLS_OMF macro
* Update GConf checks to account for the new GCONF_SCHEMAS macro
PR: 73536 [2]
Submitted by: mat [1]
leeym [2]
Revision Changes Path
1.85 +1 -2 ports/devel/portlint/Makefile
1.66 +57 -157 ports/devel/portlint/src/portlint.pl
More information about the cvs-all
mailing list