diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-28 14:41:36 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-28 14:41:36 +0000 |
commit | 3511a99b71463994c8bcd174291913ffd50560da (patch) | |
tree | 27aedef1d4a25f2b4e7cd40113dcbc722193089a /mail/offlineimap | |
parent | Fix an infinite loop in the bzip2 method. (diff) |
- The primary URL at the author's site is Gopher over HTTP at port 70.
Thus, some sites have problems downloading the software due to port 70
being blocked. Switch to another URL - HTTP at port 80.
- Moreover, downloading from the primary URL is still painfully slow
(averaging 600 Bps), so keep MASTER_SITE_LOCAL in front of the list.
Update my public_distfiles with the latest tarball to make it work.
PR: ports/89585
Submitted by: Toni Schmidbauer <toni at stderror dot at>
Notes
Notes:
svn path=/head/; revision=149783
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 6d345dc77fb3..83e5a198aebf 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -9,7 +9,7 @@ PORTNAME= offlineimap PORTVERSION= 4.0.11 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://gopher.quux.org:70/devel/offlineimap/ + http://www.quux.org/devel/offlineimap/ MASTER_SITE_SUBDIR= sergei DISTNAME= ${PORTNAME}_${PORTVERSION} |