diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-02 16:32:38 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-02 16:32:38 +0000 |
commit | 1253468043d37e7ee4b2d2f1590590758a2b7dd2 (patch) | |
tree | 60315f38844203da676724b573d3559d6f465afd /security/py-pycrypto | |
parent | f31bd0fecfa2b3ff8ca209866fa3d8b70bb2ce39 (diff) | |
download | ports-1253468043d37e7ee4b2d2f1590590758a2b7dd2.tar.gz ports-1253468043d37e7ee4b2d2f1590590758a2b7dd2.zip |
Notes
Diffstat (limited to 'security/py-pycrypto')
-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 |