diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-12 07:34:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-12 07:34:34 +0800 |
commit | 4c956c787ac67487f257330726f1e6f27201f1bb (patch) | |
tree | 9f250575469988d0417676ec8e92603c700d1399 /security | |
parent | 90b571157919844c1805bf46d4e32f48162aa580 (diff) | |
download | freebsd-ports-gnome-4c956c787ac67487f257330726f1e6f27201f1bb.tar.gz freebsd-ports-gnome-4c956c787ac67487f257330726f1e6f27201f1bb.tar.zst freebsd-ports-gnome-4c956c787ac67487f257330726f1e6f27201f1bb.zip |
Update to version 0.716
Changelog:
https://github.com/google/keyczar/releases/tag/Python_release_0.716
PR: 211648
Submitted by: Douglas Thrift (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-keyczar/Makefile | 5 | ||||
-rw-r--r-- | security/py-keyczar/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/py-keyczar/Makefile b/security/py-keyczar/Makefile index 2022faa9d78a..3d3a62e2f5d6 100644 --- a/security/py-keyczar/Makefile +++ b/security/py-keyczar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyczar -PORTVERSION= 0.715 +PORTVERSION= 0.716 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Toolkit for safe and simple cryptography LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 NO_ARCH= yes USES= python:2 diff --git a/security/py-keyczar/distinfo b/security/py-keyczar/distinfo index 22d9f8e28426..6667b2d21bc8 100644 --- a/security/py-keyczar/distinfo +++ b/security/py-keyczar/distinfo @@ -1,2 +1,3 @@ -SHA256 (python-keyczar-0.715.tar.gz) = f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb -SIZE (python-keyczar-0.715.tar.gz) = 242151 +TIMESTAMP = 1470607843 +SHA256 (python-keyczar-0.716.tar.gz) = f9b614112dc8248af3d03b989da4aeca70e747d32fe7e6fce9512945365e3f83 +SIZE (python-keyczar-0.716.tar.gz) = 242081 |