diff options
author | maya <maya@pkgsrc.org> | 2018-10-13 02:46:11 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-10-13 02:46:11 +0000 |
commit | e236205a92f2ab60bc395820f74e3932a3548eda (patch) | |
tree | 211d0dee9e6bbfc0e355e98744da6944bc6b9011 | |
parent | 93404eec45ce5f00f9642dc8e4181e36672c8243 (diff) | |
download | pkgsrc-e236205a92f2ab60bc395820f74e3932a3548eda.tar.gz |
drop ftp://ftp.gnu.org, they have a notice stating they intend to shut down
ftp services. (http remains)
-rw-r--r-- | mk/fetch/sites.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index df6c460f48d..878f13693c0 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.158 2018/04/21 13:38:05 wiz Exp $ +# $NetBSD: sites.mk,v 1.159 2018/10/13 02:46:11 maya Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -18,8 +18,7 @@ MASTER_SITE_GNU+= \ ftp://ftp.lip6.fr/pub/gnu/ \ http://mirrors.kernel.org/gnu/ \ ftp://ftp.funet.fi/pub/gnu/prep/ \ - http://ftp.gnu.org/pub/gnu/ \ - ftp://ftp.gnu.org/pub/gnu/ + http://ftp.gnu.org/pub/gnu/ MASTER_SITE_GITHUB+= \ https://github.com/ |