diff options
author | linimon <linimon@FreeBSD.org> | 2009-01-12 08:59:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-01-12 08:59:26 +0800 |
commit | e8f879c1f891fcdcb6316a4cf9847c73367d1261 (patch) | |
tree | 181bcab067ef7a74eca92f541e048d1523c34e2f /mail/fetchmail | |
parent | d3b9d2972096aa4c3902c645d6ad6a8c0d499ec4 (diff) | |
download | freebsd-ports-gnome-e8f879c1f891fcdcb6316a4cf9847c73367d1261.tar.gz freebsd-ports-gnome-e8f879c1f891fcdcb6316a4cf9847c73367d1261.tar.zst freebsd-ports-gnome-e8f879c1f891fcdcb6316a4cf9847c73367d1261.zip |
Add http://homepages.uni-paderborn.de to MASTER_SITES. The sunsite
mirrors appear to be behind. Also (temporarily?) remove home.leo.org,
as the site seems to have been rearranged.
PR: ports/130301
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Hat: portmgr
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 87289f326a4e..31dcb1b6448c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -13,12 +13,12 @@ PORTNAME= fetchmail PORTVERSION= 6.3.9 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_BERLIOS} \ - ${MASTER_SITE_SUNSITE:S/$/:sunsite/}\ - http://home.leo.org/~barner/freebsd/distfiles/:leo -MASTER_SITE_SUBDIR= fetchmail/:DEFAULT,leo \ - system/mail/pop/fetchmail/:sunsite -MASTER_SITE_SUBDIR= fetchmail -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite + http://homepages.uni-paderborn.de/mandree/fetchmail/:ma \ + ${MASTER_SITE_SUNSITE:S/$/:sunsite/} +MASTER_SITE_SUBDIR= fetchmail/:DEFAULT \ + system/mail/pop/fetchmail/:sunsite \ + ./:ma +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,ma,sunsite MAINTAINER= barner@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR |