Date: Sun, 26 Jun 2011 21:31:55 +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 pkg-plist ports/ports-mgmt/portlint/src portlint.pl Message-ID: <201106262131.p5QLVtHM091585@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2011-06-26 21:31:55 UTC
FreeBSD ports repository
Modified files:
ports-mgmt/portlint Makefile
ports-mgmt/portlint/src portlint.pl
Removed files:
ports-mgmt/portlint pkg-plist
Log:
Update to 2.13.6.
* Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid
false positive warnings. [1]
* Support := in the *_DEPENDS section. [2]
* Make sure we expand DISTNAME to catch potential superfluous uses of it. [3]
* Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4]
* Add the license block check after the MAINTAINER block [5]
* Add a check for use of ${FIND}...${XARGS} ${RM}. [6]
PR: 156164 [1]
155753 [2]
154320 [3]
158305 [5]
157566 [6]
Submitted by: sahil [1]
"Ilya A. Arkhipov" <micro@heavennet.ru> [5]
Reported by: pav [4]
Revision Changes Path
1.145 +7 -2 ports/ports-mgmt/portlint/Makefile
1.7 +0 -3 ports/ports-mgmt/portlint/pkg-plist (dead)
1.122 +67 -26 ports/ports-mgmt/portlint/src/portlint.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106262131.p5QLVtHM091585>
