diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-24 04:03:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-24 04:03:16 +0800 |
commit | 152cc0866c0f7b36460336024e7aebcbfc126242 (patch) | |
tree | 8782091da87df9fee8e330b0f531c5a44499d5b8 /Mk | |
parent | 4e03c9c2881fb983131807394436f681fcb62fc0 (diff) | |
download | freebsd-ports-gnome-152cc0866c0f7b36460336024e7aebcbfc126242.tar.gz freebsd-ports-gnome-152cc0866c0f7b36460336024e7aebcbfc126242.tar.zst freebsd-ports-gnome-152cc0866c0f7b36460336024e7aebcbfc126242.zip |
bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPG
when building packages such as libgcrypt, the first site the source is
downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/
which results in a 404
On closer inspection, it appears that everything below
http://ftp.sunsite.dk/pub/security/ has been deleted.
PR: ports/112041
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index ba071eb91421..c97bdbc17191 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -467,7 +467,6 @@ MASTER_SITE_GNU+= \ .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ - http://ftp.sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \ http://ftp.linux.it/pub/mirrors/gnupg/%SUBDIR%/ \ ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ \ ftp://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \ |