diff options
-rw-r--r-- | devel/gnustep-make/Makefile | 6 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 4 | ||||
-rw-r--r-- | mail/popa3d/Makefile | 3 | ||||
-rw-r--r-- | net/radiusd-cistron/Makefile | 3 | ||||
-rw-r--r-- | news/suck/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 3 |
6 files changed, 8 insertions, 15 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 4a279683e6a3..0dff3c98f984 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -12,10 +12,8 @@ PORTVERSION= 1.7.4 PORTVERSION= 1.8.0 .endif CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ - ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ - http://archive.progeny.com/gnustep/%SUBDIR%/ \ - ftp://ftp.easynet.nl/mirror/GNUstep/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index da3a4a4c0667..03c54d96dd04 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -13,9 +13,7 @@ PORTVERSION= 1.8.0 .endif CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ - ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ - http://archive.progeny.com/gnustep/%SUBDIR%/ \ - ftp://ftp.easynet.nl/mirror/GNUstep/%SUBDIR%/ + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index c0417a69c31c..2f7a2ceb304b 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -9,8 +9,7 @@ PORTNAME= popa3d PORTVERSION= 0.6.3 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ - ftp://ftp.openwall.com/pub/projects/popa3d/ \ - ftp://ftp.dataforce.net/pub/solar/ + ftp://ftp.openwall.com/pub/projects/popa3d/ .if defined(SMTP_AFTER_POP3) PKGNAMESUFFIX?= -before-sendmail .endif diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 5c1a1509d79a..965a231a345c 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -9,8 +9,7 @@ PORTNAME= radiusd-cistron PORTVERSION= 1.6.7 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ \ - ftp://ftp.freeradius.org/pub/radius/ +MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ MAINTAINER= dinoex@FreeBSD.org COMMENT= A RADIUS-compliant remote authentication and accouting server diff --git a/news/suck/Makefile b/news/suck/Makefile index 56f85b6b4737..8e1df3abe266 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -9,8 +9,8 @@ PORTNAME= suck PORTVERSION= 4.3.2 PORTREVISION= 1 CATEGORIES= news -MASTER_SITES= http://www.sucknews.org/ \ - ${MASTER_SITE_LOCAL} +#MASTER_SITES= http://www.sucknews.org/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 272aac969871..e356bce50413 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -12,8 +12,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= http://twtelecom.dl.sourceforge.net/sourceforge/lesstif/ \ http://umn.dl.sourceforge.net/sourceforge/lesstif/ \ http://umn.dl.sourceforge.net/sourceforge/lesstif/ \ - http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \ - ftp://linux.sarang.net/mirror/development/widget/lesstif/srcdist/ + http://gd.tuwien.ac.at/hci/lesstif/srcdist/ MAINTAINER= dinoex@freebsd.org COMMENT= API compatible clone of the Motif toolkit |