aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-29 13:35:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-29 13:35:45 +0000
commit6878f275d7daf132e9714bde2cf1c46a2f2dc47d (patch)
tree7067dd10c4695b9d5c1e233b9a3365f343ca98bc /ports-mgmt
parent5c9039bfb5046667213acee85f655f8c285bf963 (diff)
downloadports-6878f275d7daf132e9714bde2cf1c46a2f2dc47d.tar.gz
ports-6878f275d7daf132e9714bde2cf1c46a2f2dc47d.zip
- 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
Notes
Notes: svn path=/head/; revision=437200
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/src/portlint.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 6f27cdd44125..163a29b17e10 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -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?");
}