diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-09-12 13:18:07 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-09-12 13:18:07 +0800 |
commit | df542138c82940a69b7f443674bd599134e9a8de (patch) | |
tree | c7cf3038f6f7756e303f8b562c2a39272f4e464e /mail/cclient-maildir | |
parent | 47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e (diff) | |
download | freebsd-ports-gnome-df542138c82940a69b7f443674bd599134e9a8de.tar.gz freebsd-ports-gnome-df542138c82940a69b7f443674bd599134e9a8de.tar.zst freebsd-ports-gnome-df542138c82940a69b7f443674bd599134e9a8de.zip |
Cclient is obtained from the imap distribution which is ramping up for
the next release (it's not quite here yet). In the meantime, they have
moved the imap-4.7c tarball into an 'old' subdirectory. This updates
the c-client ports to find the tarball in it's new location. While I
was in there, I also removed an obsolete MASTER_SITE and updated my
e-mail address in the MAINTAINER field.
Hopefully, the imap-uw port maintainer will do something similar in
the near future to get it building again.
Submitted by: Mike Silbersack <silby@silby.com>
Diffstat (limited to 'mail/cclient-maildir')
-rw-r--r-- | mail/cclient-maildir/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/cclient-maildir/Makefile b/mail/cclient-maildir/Makefile index 889f9301f3c8..15d57e7c1b34 100644 --- a/mail/cclient-maildir/Makefile +++ b/mail/cclient-maildir/Makefile @@ -8,10 +8,9 @@ PORTNAME= c-client-maildir PORTVERSION= 4.7c CATEGORIES= mail devel -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ \ - http://mirror.nucba.ac.jp/mirror/imap/ \ - ftp://ftp.uni-halle.de/pub/mail/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/old/ \ + http://mirror.nucba.ac.jp/mirror/imap/old/ DISTNAME= imap-${PORTVERSION} EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}2${EXTRACT_SUFX} |