ports/172834: ports-mgmt/portlint: Add GitHub to MASTERSITES_WHITELIST

Steven Kreuzer skreuzer at exit2shell.com
Wed Oct 17 18:40:01 UTC 2012


>Number:         172834
>Category:       ports
>Synopsis:       ports-mgmt/portlint: Add GitHub to MASTERSITES_WHITELIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 18:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 8.2-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD clamps.exit2shell.com 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 22:27:05 UTC 2012
>Description:
[DESCRIBE CHANGES]
Since rackspace is hosting github, I think we should consider them as being hosted in the cloud
and therefor it shouldn't throw a warning when MASTER_SITES only has 1 site defined if the site is
nodeload.github.com

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

Generated with FreeBSD Port Tools 0.99.7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- portlint-2.13.13.patch begins here ---
Index: src/portlint.pl
===================================================================
--- src/portlint.pl	(revision 306030)
+++ src/portlint.pl	(working copy)
@@ -47,7 +47,7 @@
 $portdir = '.';
 
 @ALLOWED_FULL_PATHS = qw(/boot/loader.conf /compat/ /dev/null /etc/inetd.conf);
- at MASTERSITES_WHITELIST = qw(googlecode.com);
+ at MASTERSITES_WHITELIST = qw(googlecode.com nodeload.github.com);
 
 # version variables
 my $major = 2;
--- portlint-2.13.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list