svn commit: r437200 - head/ports-mgmt/portlint/src

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 29 13:35:47 UTC 2017


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?");
 	}


More information about the svn-ports-head mailing list