diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 10:26:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 10:26:14 +0000 |
commit | 103ca6c55ea0c489461ae5022e853a0033d799c4 (patch) | |
tree | bc1187b8b82c2f7f822383552286dd3590269d3e /security/py-SecretStorage | |
parent | ff3742eb85ac443427c6cc0f27dcb8c5ba27a1dc (diff) | |
download | ports-103ca6c55ea0c489461ae5022e853a0033d799c4.tar.gz ports-103ca6c55ea0c489461ae5022e853a0033d799c4.zip |
Notes
Diffstat (limited to 'security/py-SecretStorage')
-rw-r--r-- | security/py-SecretStorage/Makefile | 4 | ||||
-rw-r--r-- | security/py-SecretStorage/distinfo | 4 | ||||
-rw-r--r-- | security/py-SecretStorage/pkg-plist | 19 |
3 files changed, 4 insertions, 23 deletions
diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index 69eafbab865d..cbb468883668 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SecretStorage -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index d6f1b6e4053f..fd4bc5f0e925 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,2 +1,2 @@ -SHA256 (SecretStorage-1.0.0.tar.gz) = 27c441f2cf524edaa0cf39abb4a9f65cde6ab99bb1471a9e2cdb11ffcfbc0081 -SIZE (SecretStorage-1.0.0.tar.gz) = 14063 +SHA256 (SecretStorage-1.1.0.tar.gz) = 439d23ef00abb673a9a119c58bb8733e8ce6f57f82afc016547af4b742d49383 +SIZE (SecretStorage-1.1.0.tar.gz) = 14242 diff --git a/security/py-SecretStorage/pkg-plist b/security/py-SecretStorage/pkg-plist deleted file mode 100644 index 72a161f34f4d..000000000000 --- a/security/py-SecretStorage/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.py -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/collection.py -%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/defines.py -%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.py -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/item.py -%%PYTHON_SITELIBDIR%%/secretstorage/item.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/item.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/util.py -%%PYTHON_SITELIBDIR%%/secretstorage/util.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/util.pyo -@dirrm %%PYTHON_SITELIBDIR%%/secretstorage |