diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:22:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:22:45 +0000 |
commit | 0e3f271eabdab7e80cc44cc3d9c22a217255e5fd (patch) | |
tree | 3697e679d684b1ea923c671e67a4b85ae90a09eb | |
parent | a40a8b4e34bec800c67a5d05a6014727efa239ae (diff) | |
download | pkgsrc-0e3f271eabdab7e80cc44cc3d9c22a217255e5fd.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
-rw-r--r-- | security/libtasn1/Makefile | 6 | ||||
-rw-r--r-- | security/prngd/Makefile | 10 |
2 files changed, 5 insertions, 11 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 5ce119fdc9f..77232e62383 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2007/03/08 18:23:42 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/12/02 12:22:45 wiz Exp $ DISTNAME= libtasn1-0.3.9 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/libtasn1/ \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \ - http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/ + ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnutls.org/ diff --git a/security/prngd/Makefile b/security/prngd/Makefile index 4d95ec419db..4b7d0ac23a6 100644 --- a/security/prngd/Makefile +++ b/security/prngd/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2007/11/12 00:07:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/02 12:28:09 wiz Exp $ DISTNAME= prngd-0.9.29 CATEGORIES= security -MASTER_SITES= ftp://ftp.ayamura.org/pub/prngd/ \ - ftp://ftp.win.ne.jp/pub/misc/prngd/ \ - http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/prng-and-entropy/prngd/ \ - ftp://ftp.mirrors.wiretapped.net/pub/security/cryptography/libraries/math/prng-and-entropy/prngd/ \ - http://planetmirror.com/pub/solaris-random/prngd/ \ - ftp://planetmirror.com/pub/solaris-random/prngd/ +MASTER_SITES= http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/prng-and-entropy/prngd/ \ + ftp://ftp.mirrors.wiretapped.net/pub/security/cryptography/libraries/math/prng-and-entropy/prngd/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html |