Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 13:35:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437200 - head/ports-mgmt/portlint/src
Message-ID:  <201703291335.v2TDZke9091302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Mar 29 13:35:45 2017
New Revision: 437200
URL: https://svnweb.freebsd.org/changeset/ports/437200

Log:
  - Remove useless warning
  
  HTTPS-only is normal novadays, also may@ says that the warning was
  there because before 8.4 libfetch did not support going through a
  proxy for HTTPS
  
  PR:		217995
  Approved by:	maintainer timeout (marcus, 2 weeks)
  Differential Revision:	D10015

Modified:
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Wed Mar 29 13:11:47 2017	(r437199)
+++ head/ports-mgmt/portlint/src/portlint.pl	Wed Mar 29 13:35:45 2017	(r437200)
@@ -2622,8 +2622,6 @@ DIST_SUBDIR EXTRACT_ONLY
 				$ftphttp = 1;
 			}
 		}
-		&perror("WARN", $file, -1, "no ftp/http mirror in MASTER_SITES ".
-			"for users behind a proxy.") if ($urlseen && ! $ftphttp);
 	} else {
 		&perror("WARN", $file, -1, "no MASTER_SITES found. is it ok?");
 	}



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