diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-12 01:36:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-12 01:36:34 +0800 |
commit | b327c15d711bfec88f473177ac6f978f8909e15a (patch) | |
tree | 6504f3a86ba539fab155a13daaf17495433642bc /security/py-SecretStorage | |
parent | be8d3c3efd1ca67bee9c5fb1e5235c7b00e3f530 (diff) | |
download | freebsd-ports-gnome-b327c15d711bfec88f473177ac6f978f8909e15a.tar.gz freebsd-ports-gnome-b327c15d711bfec88f473177ac6f978f8909e15a.tar.zst freebsd-ports-gnome-b327c15d711bfec88f473177ac6f978f8909e15a.zip |
Update to 2.3.1
PR: 214866
Submitted by: douglas@douglasthrift.net (maintainer)
Diffstat (limited to 'security/py-SecretStorage')
-rw-r--r-- | security/py-SecretStorage/Makefile | 4 | ||||
-rw-r--r-- | security/py-SecretStorage/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index bd6cb5ecdb22..dfb172591cfd 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SecretStorage -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Store passwords using the SecretService DBus API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography NO_ARCH= yes USES= python diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index 05b5d03ff853..07ebd11d9922 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470223336 -SHA256 (SecretStorage-2.2.1.tar.gz) = d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6 -SIZE (SecretStorage-2.2.1.tar.gz) = 15972 +TIMESTAMP = 1480203823 +SHA256 (SecretStorage-2.3.1.tar.gz) = 3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 +SIZE (SecretStorage-2.3.1.tar.gz) = 16073 |