1. Fix regex for compatibility with rigid perl-5.10 2. Use "use warnings;"; fix code to remove warnings (maybe not all of them) 3. Other code improvements; use modern Perl features (because current versions on FreeBSD are 5.8 and 5.10 only - so we can do not worry about compatiBility with older versions) Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
marcus 2009-03-22 17:54:19 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.11.0. * Fix regexp compatibility with Perl 5.10 [1] * Add "use warnings" to find more warnings [1] * Use more modern Perl features as we no longer need to maintain such ancient backward compatibility [1] * Add support for a list of patterns to exclude from absolute path checking. [2] * Check MAINTAINER field for master/slave relationship as is done for COMMENT. [3] * Add support for checking plists for files ending in .core. These files may be periodically deleted during core file sweeps. [4] NOTE: This release has more Perl warnings enabled. If you encounter a Perl warning, please report it. PR: 132289 [1] 131228 [2] 131235 [3] 131790 [4] Submitted by: skv [1] gerald [3] Revision Changes Path 1.130 +1 -2 ports/ports-mgmt/portlint/Makefile 1.107 +47 -29 ports/ports-mgmt/portlint/src/portlint.pl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!