diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-08-11 04:11:45 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-08-11 04:11:45 +0000 |
commit | ad3fc5c72944238538609ede24b76ad1d19f941e (patch) | |
tree | c85e082de336ccb4e9bc1bc16c16b89bd3855469 /security/py-keyring | |
parent | 2ea16357fa04a547d6983285176889e8e1cbfb16 (diff) | |
download | ports-ad3fc5c72944238538609ede24b76ad1d19f941e.tar.gz ports-ad3fc5c72944238538609ede24b76ad1d19f941e.zip |
Notes
Diffstat (limited to 'security/py-keyring')
-rw-r--r-- | security/py-keyring/Makefile | 8 | ||||
-rw-r--r-- | security/py-keyring/distinfo | 6 | ||||
-rw-r--r-- | security/py-keyring/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index ccb575c306a7..0b5b7c9c330b 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -6,16 +6,16 @@ # PORTNAME= keyring -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= security python -MASTER_SITES= CHEESESHOP \ - http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Store and access your passwords safely +#LICENSE= PSF + LATEST_LINK= py-${PORTNAME} USE_KDE4= # diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo index cdbe760b642a..3cda0aba5cab 100644 --- a/security/py-keyring/distinfo +++ b/security/py-keyring/distinfo @@ -1,3 +1,3 @@ -MD5 (keyring-0.2.tar.gz) = 4a640c4d41c6aa702cf6122d1a22ece3 -SHA256 (keyring-0.2.tar.gz) = 05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13 -SIZE (keyring-0.2.tar.gz) = 14836 +MD5 (keyring-0.3.tar.gz) = de2dc78e97a110f7e21369c5ddb65712 +SHA256 (keyring-0.3.tar.gz) = bb9fcb99dbf5d89a9ca242def888810b6bbd7b3d08486c8f85750a38e7d71d84 +SIZE (keyring-0.3.tar.gz) = 18937 diff --git a/security/py-keyring/pkg-plist b/security/py-keyring/pkg-plist index 437a2c6991d8..e261b1b17baf 100644 --- a/security/py-keyring/pkg-plist +++ b/security/py-keyring/pkg-plist @@ -9,4 +9,7 @@ %%PYTHON_SITELIBDIR%%/keyring/core.py %%PYTHON_SITELIBDIR%%/keyring/core.pyc %%PYTHON_SITELIBDIR%%/keyring/core.pyo +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.py +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.pyc +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.pyo @dirrm %%PYTHON_SITELIBDIR%%/keyring |