Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2012 18:37:53 +0000
From:      "Steven Kreuzer" <skreuzer@exit2shell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172834: ports-mgmt/portlint: Add GitHub to MASTERSITES_WHITELIST
Message-ID:  <201210171837.q9HIbrga058635@exit2shell.com>
Resent-Message-ID: <201210171840.q9HIe1Jj011140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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);
-@MASTERSITES_WHITELIST = qw(googlecode.com);
+@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210171837.q9HIbrga058635>