diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:34:19 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:34:19 +0000 |
commit | 2b1689ae8a1c4b70260d8932f89ac11f0b36d045 (patch) | |
tree | e63b1a51f35746b0d3d5e873ae11cd61bd771c94 | |
parent | - Fix build on FreeBSD 11.0/i386 and HEAD. (diff) |
- Update to 2.2.1
- Add LICENSE_FILE
PR: 205712
Submitted by: Douglas Thrift (maintainer)
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
Notes
Notes:
svn path=/head/; revision=419510
-rw-r--r-- | security/py-SecretStorage/Makefile | 3 | ||||
-rw-r--r-- | security/py-SecretStorage/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index ecbe206e3e18..bd6cb5ecdb22 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SecretStorage -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Store passwords using the SecretService DBus API LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index 067b5997e0da..05b5d03ff853 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,2 +1,3 @@ -SHA256 (SecretStorage-2.1.2.tar.gz) = 61da7f2ff9d44abf7b053f58360fa844de0a35b16de4efdc0b545c286cecc082 -SIZE (SecretStorage-2.1.2.tar.gz) = 18128 +TIMESTAMP = 1470223336 +SHA256 (SecretStorage-2.2.1.tar.gz) = d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6 +SIZE (SecretStorage-2.2.1.tar.gz) = 15972 |