diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-24 14:24:34 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-24 14:24:34 +0800 |
commit | 45d784e3e19bc17224361c03b69926f115079661 (patch) | |
tree | 5f17a84e233318fede5be8de3d0b8f50ea66a8d0 /mail | |
parent | 367f959c69792b0b82ffedee23d089ad4a9e13d4 (diff) | |
download | freebsd-ports-gnome-45d784e3e19bc17224361c03b69926f115079661.tar.gz freebsd-ports-gnome-45d784e3e19bc17224361c03b69926f115079661.tar.zst freebsd-ports-gnome-45d784e3e19bc17224361c03b69926f115079661.zip |
Fix MASTER_SITES to contain only fetchable sites.
PR: ports/51328
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 973966d217db..67f44562903a 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -71,9 +71,10 @@ CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news .endif -MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ - ftp://ftp.parodius.com/pub/mutt/devel/ \ - ftp://ftp.mutt.org/mutt/devel/ +MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/ \ + ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ + ftp://ftp.parodius.com/pub/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i PATCH_SITES= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 92c3182b5b4e..d3225f3eadb3 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -11,11 +11,9 @@ PORTVERSION= 1.4.1 PORTREVISION= 0 CATEGORIES+= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ - ftp://ftp.gbnet.net/pub/mutt-international/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ - ftp://ftp.parodius.com/pub/mutt/ \ - ftp://pgp.rasip.fer.hr/pub/mutt/international/ + ftp://ftp.parodius.com/pub/mutt/ DISTFILES= ${DISTNAME}i${EXTRACT_SUFX} PATCH_SITES= http://www.spinnaker.de/mutt/compressed/:spinnaker \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 92c3182b5b4e..d3225f3eadb3 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -11,11 +11,9 @@ PORTVERSION= 1.4.1 PORTREVISION= 0 CATEGORIES+= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ - ftp://ftp.gbnet.net/pub/mutt-international/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ - ftp://ftp.parodius.com/pub/mutt/ \ - ftp://pgp.rasip.fer.hr/pub/mutt/international/ + ftp://ftp.parodius.com/pub/mutt/ DISTFILES= ${DISTNAME}i${EXTRACT_SUFX} PATCH_SITES= http://www.spinnaker.de/mutt/compressed/:spinnaker \ |