diff options
author | garga <garga@FreeBSD.org> | 2010-10-01 01:25:12 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-01 01:25:12 +0800 |
commit | 469251c276292164cbbf8c6cb1bf804f8ad14dfd (patch) | |
tree | c0601a9e9dd315ec2e1f98f4bd7d4754a77cdaad | |
parent | 15660a64663c57d5a821ca71482ea8d7643eeb2c (diff) | |
download | freebsd-ports-gnome-469251c276292164cbbf8c6cb1bf804f8ad14dfd.tar.gz freebsd-ports-gnome-469251c276292164cbbf8c6cb1bf804f8ad14dfd.tar.zst freebsd-ports-gnome-469251c276292164cbbf8c6cb1bf804f8ad14dfd.zip |
Cleanup MASTER_SITES
-rw-r--r-- | editors/manedit/Makefile | 3 | ||||
-rw-r--r-- | ftp/ftpmirror/Makefile | 3 | ||||
-rw-r--r-- | lang/lua/Makefile | 3 | ||||
-rw-r--r-- | mail/mb2md/Makefile | 3 |
4 files changed, 3 insertions, 9 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index d05376c67a45..40724553a2dd 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -9,8 +9,7 @@ PORTNAME= manedit PORTVERSION= 0.8.1 PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/ \ - http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Applications/Editors/manedit-0.8.1/ +MASTER_SITES= http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Applications/Editors/manedit-0.8.1/ MAINTAINER= garga@FreeBSD.org COMMENT= A UNIX manual page editor and viewer diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index ac31ad9d8e93..8364b92f4783 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -9,8 +9,7 @@ PORTNAME= ftpmirror PORTVERSION= 1.96 PORTREVISION= 3 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/ \ - ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ +MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ MAINTAINER= garga@FreeBSD.org COMMENT= An utility to mirror directory hierarchy with FTP diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 1747705c0ecc..bae8db7fc8ec 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -10,10 +10,7 @@ PORTVERSION= 5.1.4 PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ - ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ - ftp://csg.uwaterloo.ca/pub/lhf/lua/ \ ftp://ftp.ntua.gr/pub/lang/lua/ \ - ftp://ftp.uni-trier.de/pub/languages/lua/ \ ftp://ftp.gwdg.de/pub/languages/lua/ PATCH_SITES= http://www.lua.org/ftp/ diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 04c5683867b9..3900b3c08d5f 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -9,8 +9,7 @@ PORTNAME= mb2md PORTVERSION= 3.20 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://batleth.sapienti-sat.org/projects/mb2md/ \ - http://www.fensystems.co.uk/downloads/ingredients/ +MASTER_SITES= http://batleth.sapienti-sat.org/projects/mb2md/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pl EXTRACT_SUFX= .gz |