diff options
author | obache <obache@pkgsrc.org> | 2008-08-23 07:46:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-23 07:46:59 +0000 |
commit | 2d7bf63357b8ca33bd76ea28f0b66000647ab7c4 (patch) | |
tree | 67cf1032fdd491e5de10cc111e68540529b05e60 /print/cups | |
parent | 478e76cf1840de9c4ff4f8057bc3a375717ff348 (diff) | |
download | pkgsrc-2d7bf63357b8ca33bd76ea28f0b66000647ab7c4.tar.gz |
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 722942b49b3..b6abf1f7cb5 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2008/04/15 17:26:23 drochner Exp $ +# $NetBSD: Makefile,v 1.135 2008/08/23 07:47:00 obache Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -12,11 +12,8 @@ DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ - ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \ - ftp://ftp3.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${BASE_VERS}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${BASE_VERS}/ \ - ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${BASE_VERS}/ \ ftp://ftp.fisek.com.tr/pub/cups/${BASE_VERS}/ EXTRACT_SUFX= .tar.bz2 |