diff options
author | nros <nros@pkgsrc.org> | 2019-12-05 10:57:54 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2019-12-05 10:57:54 +0000 |
commit | d316a15850e3bbbcc066604a59925265ec52131b (patch) | |
tree | 831776451b409075d280391107b556c4436902aa /mail/cyrus-imapd23/Makefile | |
parent | 4f003bb4cca3e77960367c14db932dfdf99b20ff (diff) | |
download | pkgsrc-d316a15850e3bbbcc066604a59925265ec52131b.tar.gz |
Drop ftp.cyrusimap.org from MASTER_SITES
ftp.cyrusimap.org has been down for months. Asked about this on the
cyrus-info mailinglist months ago with no responses. So lets drop it from
MASTER_SITES.
The directory old on the ftp is also available in the http download so I
added that to MASTER_SITES as well.
Diffstat (limited to 'mail/cyrus-imapd23/Makefile')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 2a37c54f79c..7cc9e6d3698 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2019/08/11 13:21:26 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2019/12/05 10:57:54 nros Exp $ DISTNAME= cyrus-imapd-2.3.18 PKGREVISION= 31 CATEGORIES= mail MASTER_SITES= http://cyrusimap.org/releases/ -MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-imapd/ -MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ +MASTER_SITES+= https://www.cyrusimap.org/releases/old/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.cyrusimap.org/ |