diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-21 21:37:28 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-21 21:37:28 +0000 |
commit | f9a8f0d95e19505138f4c289b96ec4765ebcb5b7 (patch) | |
tree | 89442232a2189dfa77b247a9646bb2a278673360 /security | |
parent | 82067a5b7584693462958253af52faa62235a8bb (diff) | |
download | pkgsrc-f9a8f0d95e19505138f4c289b96ec4765ebcb5b7.tar.gz |
clean up mirrors. use official up to date ones.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 99b10305755..4d0e9db20eb 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2009/04/05 15:50:17 tnn Exp $ +# $NetBSD: Makefile,v 1.139 2009/05/21 21:37:28 zafer Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -6,12 +6,9 @@ OPENSSL_VERS?= 0.9.8k .if empty(OPENSSL_SNAPSHOT) DISTNAME= openssl-${OPENSSL_VERS} -MASTER_SITES= http://mirrors.isc.org/pub/openssl/source/ \ - http://www.mirrors.wiretapped.net/security/cryptography/libraries/tls/openssl/ \ - http://sunsite.rediris.es/pub/mirror/OpenSSL/ \ - http://ftp.wayne.edu/pub/openssl/source/ \ - http://www.binarycode.org/openssl/source/ \ - ftp://ftp.openssl.org/source/ +MASTER_SITES= ftp://ftp.openssl.org/source/ \ + ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/ \ + ftp://sunsite.uio.no/pub/security/openssl/source/ .else . if !empty(OPENSSL_STABLE:M[yY][eE][sS]) DISTNAME= openssl-${OPENSSL_VERS:C/[a-z]$//}-stable-SNAP-${OPENSSL_SNAPSHOT} |