diff options
author | eik <eik@FreeBSD.org> | 2003-11-17 06:15:28 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-17 06:15:28 +0800 |
commit | cc8ca1880e39405aa978f02191520cbf2c49e8d0 (patch) | |
tree | 06f6dce2b4838ac6b548e514970b196c931fa8eb /mail | |
parent | 6e03ca42ca02ea2078c3655f510427af4e645f47 (diff) | |
download | freebsd-ports-gnome-cc8ca1880e39405aa978f02191520cbf2c49e8d0.tar.gz freebsd-ports-gnome-cc8ca1880e39405aa978f02191520cbf2c49e8d0.tar.zst freebsd-ports-gnome-cc8ca1880e39405aa978f02191520cbf2c49e8d0.zip |
Try some new fetchmail mirrors
Noticed by: Bill Fenner's portsurvey
Approved by: marcus (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 3ef9453b8f3c..5610556cdb96 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -12,9 +12,11 @@ PORTNAME= fetchmail PORTVERSION= 6.2.5 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ - ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - ftp://ftp.win.ne.jp/pub/network/mail/fetchmail/ +MASTER_SITES= http://www.catb.org/~esr/%SUBDIR%/ \ + ftp://ftp.ayamura.org/pub/%SUBDIR%/ \ + ftp://ftp.win.jp/pub/%SUBDIR%/ \ + ftp://ftp.dti.ad.jp/pub/net/mail/%SUBDIR%/ +MASTER_SITE_SUBDIR= fetchmail MAINTAINER= eik@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR |