diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-24 10:34:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-24 10:34:43 +0000 |
commit | faa21e6f71a0d3911a8093dc43ea13405943fdba (patch) | |
tree | 7718e1db77a59b6b461f5b78554865c0110a915d | |
parent | 7521a7c538adce205ff04dbf20cc373bc8635229 (diff) | |
download | pkgsrc-faa21e6f71a0d3911a8093dc43ea13405943fdba.tar.gz |
sunet.se stopped mirroring lots of stuff, remove/comment out references to it
-rw-r--r-- | benchmarks/fib/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/flops/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/heapsort/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/nsieve/Makefile | 6 | ||||
-rw-r--r-- | chat/silc-client/Makefile | 6 | ||||
-rw-r--r-- | databases/rdb/Makefile | 6 | ||||
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | net/icsi-finger/Makefile | 4 | ||||
-rw-r--r-- | net/wu-ftpd/Makefile | 4 | ||||
-rw-r--r-- | news/nntpclnt/Makefile | 4 | ||||
-rw-r--r-- | www/curl/Makefile | 5 |
11 files changed, 24 insertions, 34 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index f2c13c739de..2342de3246a 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/fib/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/fib/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mathematical benchmark diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index a8fab186ec8..8b3e0b82828 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/24 10:34:43 wiz Exp $ DISTNAME= flops PKGNAME= flops-2.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/flops/ +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/flops/ DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index 7d46522d34e..8ea840a0f95 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/24 10:34:43 wiz Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Benchmark program for variable sized arrays diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile index ccc615436f5..e340b262258 100644 --- a/benchmarks/nsieve/Makefile +++ b/benchmarks/nsieve/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= nsieve.c PKGNAME= nsieve-1.2b CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ -EXTRACT_SUFX= #empty +MASTER_SITES= #http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Sieve of Eratosthenes benchmark diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index ffc28531f65..a33acede068 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2015/06/12 10:48:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.66 2016/04/24 10:34:43 wiz Exp $ DISTNAME= ${SILC_CLIENT_DISTNAME} PKGREVISION= 7 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ - ftp://ftp.silcnet.org/silc/client/sources/ \ - ftp://ftp.sunet.se/pub/network/silc/client/sources/ + ftp://ftp.silcnet.org/silc/client/sources/ EXTRACT_SUFX= ${SILC_CLIENT_EXTRACT_SUFX} MAINTAINER= salo@NetBSD.org diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index 23c989d3c62..6a8c5506ea9 100644 --- a/databases/rdb/Makefile +++ b/databases/rdb/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/24 10:34:44 wiz Exp $ DISTNAME= RDB-2.6d PKGNAME= rdb-2.6.4 PKGREVISION= 5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ +MASTER_SITES= # ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ MAINTAINER= njohnston@globaltetrahedron.com -HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ +#HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ COMMENT= Relational database system that uses standard filters via pipes WRKSRC= ${WRKDIR}/rdb @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.15811 2016/04/24 10:02:25 wiz Exp $ +$NetBSD: TODO,v 1.15812 2016/04/24 10:34:44 wiz Exp $ Suggested new packages ====================== @@ -54,11 +54,6 @@ Suggested new packages QT-based wizard for doxygen documentation generator. See devel/doxygen - tkfontsel - http://ftp.sunet.se/pub/lang/tcl/sorted/graphics/tkfontsel/ - http://ftp.se.kde.org/pub/lang/tcl/sorted/packages-7.6/graphics/tkfontsel/ - Simple Tk font browser. - xftlsfonts FreeType font list displayer. diff --git a/net/icsi-finger/Makefile b/net/icsi-finger/Makefile index 8353276a93d..8aadf56d6d0 100644 --- a/net/icsi-finger/Makefile +++ b/net/icsi-finger/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2016/02/25 16:20:51 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.30 2016/04/24 10:34:44 wiz Exp $ DISTNAME= icsi-finger-1.0.29 CATEGORIES= net MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/ -MASTER_SITES+= http://ftp.sunet.se/pub/nir/finger/icsi-finger/ EXTRACT_SUFX= .tar.Z MAINTAINER= is@NetBSD.org diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 0489eb363bb..24f8bd4acc0 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/02/07 22:58:18 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/24 10:34:44 wiz Exp $ DISTNAME= wu-ftpd-2.6.2 PKGREVISION= 3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.freenet.de/pub/ftp.wu-ftpd.org/pub/wu-ftpd/ \ http://gd.tuwien.ac.at/infosys/servers/ftp/wu-ftpd/wu-ftpd/ PATCHFILES= realpath.patch connect-dos.patch -PATCH_SITES= ftp://ftp.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd/wu-ftpd/patches/apply_to_2.6.2/ +#PATCH_SITES= ftp://ftp.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd/wu-ftpd/patches/apply_to_2.6.2/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.wu-ftpd.org/ diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index b3302edc4cd..41443765787 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2015/01/01 11:19:28 dholland Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/24 10:34:44 wiz Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 6 CATEGORIES= news -MASTER_SITES= http://ftp.sunet.se/pub/news/nntp/ +MASTER_SITES= # http://ftp.sunet.se/pub/news/nntp/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= NNTP client library and inews client posting program diff --git a/www/curl/Makefile b/www/curl/Makefile index 26875bcf5eb..f4d528b7b80 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.163 2016/04/10 16:39:28 joerg Exp $ +# $NetBSD: Makefile,v 1.164 2016/04/24 10:34:44 wiz Exp $ DISTNAME= curl-7.48.0 CATEGORIES= www -MASTER_SITES= https://curl.haxx.se/download/ \ - ftp://ftp.sunet.se/pub/www/utilities/curl/ +MASTER_SITES= https://curl.haxx.se/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |