diff options
author | jase <jase@FreeBSD.org> | 2012-07-08 00:13:16 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2012-07-08 00:13:16 +0800 |
commit | 097f0d04f2e81ef50a73c115677e4b0ec7d50133 (patch) | |
tree | 197581ded88f1c18f09bd923cc0a3095eb1dd878 /mail | |
parent | b1ca3dbbcec7370cf490aac53626cd46610eec5a (diff) | |
download | freebsd-ports-gnome-097f0d04f2e81ef50a73c115677e4b0ec7d50133.tar.gz freebsd-ports-gnome-097f0d04f2e81ef50a73c115677e4b0ec7d50133.tar.zst freebsd-ports-gnome-097f0d04f2e81ef50a73c115677e4b0ec7d50133.zip |
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/drac/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index b6652c5c9217..a73b1235468f 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 1.12 PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \ - ftp://ftp.parodius.com/pub/umanitoba/ \ http://atreides.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ DISTNAME= ${PORTNAME} diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index dad2bac48723..b7457f30a83a 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -132,7 +132,6 @@ CATEGORIES+= news 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/ \ http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www3.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 06adbe725b19..6ab2f2e7c86b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -12,8 +12,7 @@ PORTREVISION?= 6 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ - ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ - ftp://ftp.parodius.com/pub/mutt/ + ftp://ftp.demon.co.uk/pub/mirrors/mutt/ PATCHVERSION?= ${PORTVERSION} PATCHVERSION= 1.4.2.2 |