diff options
-rw-r--r-- | Mk/bsd.sites.mk | 3 | ||||
-rw-r--r-- | devel/epm/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/Makefile | 3 | ||||
-rw-r--r-- | textproc/fldiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/htmldoc/Makefile | 3 |
5 files changed, 6 insertions, 8 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 2a38c8bc0cca..5bac0af8a4fe 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -198,9 +198,6 @@ MASTER_SITE_DEBIAN_POOL+= \ .if !defined(IGNORE_MASTER_SITE_EASYSW) MASTER_SITE_EASYSW+= \ - http://ftp.easysw.com/pub/%SUBDIR%/ \ - ftp://ftp.easysw.com/pub/%SUBDIR%/ \ - ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ .endif diff --git a/devel/epm/Makefile b/devel/epm/Makefile index d58e39482470..d4b19a3a22a5 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -4,7 +4,7 @@ PORTNAME= epm PORTVERSION= 4.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_EASYSW} +MASTER_SITES= http://www.msweet.org/files/project2/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= -source.tar.bz2 diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 4cfbf8eb3b61..001a3c631d73 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 1.5.4 DISTVERSIONSUFFIX= -source PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} +MASTER_SITES= http://www.cups.org/software/${DISTVERSION}/ \ + EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= ${CUPS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= bsam@FreeBSD.org diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 56cdbc3240e8..1f13a1d2c02d 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -5,8 +5,7 @@ PORTNAME= fldiff PORTVERSION= 1.1 PORTREVISION= 8 CATEGORIES= textproc -MASTER_SITES= http://www.easysw.com/~mike/fldiff/ \ - CRITICAL +MASTER_SITES= CRITICAL DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ehaupt@FreeBSD.org diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 27539af29c97..51c7b3682336 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -5,7 +5,8 @@ PORTNAME= htmldoc PORTVERSION= 1.8.27 PORTREVISION= 7 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_EASYSW} +MASTER_SITES= http://www.msweet.org/files/project1/ \ + ${MASTER_SITE_EASYSW} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source |