diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-03 00:32:38 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-03 00:32:38 +0800 |
commit | 41c73fb0adf62e9db98d1c0a448d71e91ecdea97 (patch) | |
tree | 064c5670dfd442b9ae24711f5101192d7087492e /security | |
parent | 3b060151b8cbf0c4fc942f192dc9c2ce837dbd5f (diff) | |
download | freebsd-ports-gnome-41c73fb0adf62e9db98d1c0a448d71e91ecdea97.tar.gz freebsd-ports-gnome-41c73fb0adf62e9db98d1c0a448d71e91ecdea97.tar.zst freebsd-ports-gnome-41c73fb0adf62e9db98d1c0a448d71e91ecdea97.zip |
- Update existing master site to https, as it redirects from http
- Add CHEESESHOP as the primary master site
PR: ports/169594
Submitted by: koobs.freebsd@gmail.com
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pycrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index 6df8762fb8ba..aca066696783 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -8,7 +8,8 @@ PORTNAME= pycrypto PORTVERSION= 2.6 CATEGORIES= security python -MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ +MASTER_SITES= CHEESESHOP \ + https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org |