Bug 140048 - [PATCH] ports-mgmt/portlint: Whitelist certain MASTER_SITES
Summary: [PATCH] ports-mgmt/portlint: Whitelist certain MASTER_SITES
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-10-28 13:50 UTC by Steven Kreuzer
Modified: 2009-12-19 21:30 UTC (History)
1 user (show)

See Also:


Attachments
portlint-2.12.1_1.patch (1.13 KB, patch)
2009-10-28 13:50 UTC, Steven Kreuzer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer freebsd_committer freebsd_triage 2009-10-28 13:50:01 UTC
I would like to propose the following change to portlint to silence
the warning when only one MASTER_SITES is defined under certain
conditions.

It adds a variable that is a list of "cloud" providers such as
google code that appear as a single site but are, in theory,
massively redundant. If a whitelisted site is set for MASTER_SITES,
it doesn't throw that warning.

Port maintainer (marcus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-28 13:50:11 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-12-19 21:23:15 UTC
marcus      2009-12-19 21:23:01 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile 
    ports-mgmt/portlint/src portlint.1 portlint.pl 
  Log:
  Update to 2.12.2.
  
  * Add support for whitelisting certain MASTER_SITES which make up a "cloud"
    of sites. [1]
  * Escape a '.' in a regular expression to prevent matching strings like
    "about" with the regular expression "a.out". [2]
  * Try to detect when the value of CONFIGURE_TARGET is used directly in a
    plist. [3]
  
  PR:             140048 [1]
                  141460 [2]
  Submitted by:   skreuzer [1]
                  gahr [2]
  Suggested by:   brooks [3]
  
  Revision  Changes    Path
  1.135     +1 -1      ports/ports-mgmt/portlint/Makefile
  1.22      +2 -2      ports/ports-mgmt/portlint/src/portlint.1
  1.112     +12 -5     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-12-19 21:24:30 UTC
State Changed
From-To: open->closed

Committed, thanks!