Bug 132289 - [PATCH] ports-mgmt/portlint: fix for perl5.10; use warnings
Summary: [PATCH] ports-mgmt/portlint: fix for perl5.10; use warnings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 19:40 UTC by skv
Modified: 2009-03-22 18:00 UTC (History)
1 user (show)

See Also:


Attachments
portlint-2.10.2_1.patch (5.16 KB, patch)
2009-03-03 19:40 UTC, skv
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description skv freebsd_committer freebsd_triage 2009-03-03 19:40:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-03 19:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-22 17:54:28 UTC
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"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-03-22 17:55:14 UTC
State Changed
From-To: open->closed

Committed, thanks!