diff options
author | koobs <koobs@FreeBSD.org> | 2014-03-08 10:33:00 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-03-08 10:33:00 +0800 |
commit | c4c99a590bb45e0eba2a65bbcc5fea6505b6eb62 (patch) | |
tree | ed5ffd7023261855349521ae7f003c66218a1acc | |
parent | b2b9e453bbef47d6abfbc2d942c1b675b1f0897a (diff) | |
download | freebsd-ports-gnome-c4c99a590bb45e0eba2a65bbcc5fea6505b6eb62.tar.gz freebsd-ports-gnome-c4c99a590bb45e0eba2a65bbcc5fea6505b6eb62.tar.zst freebsd-ports-gnome-c4c99a590bb45e0eba2a65bbcc5fea6505b6eb62.zip |
security/py-cryptography: Update to 0.2.2
- Update to 0.2.2
Changes:
* Removed a constant definition that was causing compilation problems
with specific versions of OpenSSL.
-rw-r--r-- | security/py-cryptography/Makefile | 3 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index b7a9f9a1eaa7..d9707317d4af 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.2.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 32098f010526..072c81fe2d52 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,2 +1,2 @@ -SHA256 (cryptography-0.2.1.tar.gz) = 5b4b93a9841364396ac75ee3f0f4550752821df5a89078c1e16a716339ba39a3 -SIZE (cryptography-0.2.1.tar.gz) = 13772304 +SHA256 (cryptography-0.2.2.tar.gz) = 01cbf64277f1a08c70ba6206b3b5c24ae49f346937299074ad89956652d69aeb +SIZE (cryptography-0.2.2.tar.gz) = 13772494 |