Index: head/security/py-keyring/Makefile =================================================================== --- head/security/py-keyring/Makefile (revision 466774) +++ head/security/py-keyring/Makefile (revision 466775) @@ -1,32 +1,32 @@ # Created by: Douglas Thrift # $FreeBSD$ PORTNAME= keyring -DISTVERSION= 12.0.0 +DISTVERSION= 12.0.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Store and access your passwords safely LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.1:devel/py-setuptools_scm@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0.2.3:devel/py-entrypoints@${FLAVOR} -NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE OPTIONS_DEFAULT= KEYRINGS_ALT SECRET_SERVICE DBUS_DESC= Install Python DBUS to support the kwallet backend KEYRINGS_ALT_DESC= Install Alternate Python keyring implementations backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${FLAVOR} KEYRINGS_ALT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${FLAVOR} SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:security/py-SecretStorage@${FLAVOR} .include Index: head/security/py-keyring/distinfo =================================================================== --- head/security/py-keyring/distinfo (revision 466774) +++ head/security/py-keyring/distinfo (revision 466775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522570798 -SHA256 (keyring-12.0.0.tar.gz) = fe8ae61626476c554af55036d48360b422a3d32c7c429a93f972219399987b38 -SIZE (keyring-12.0.0.tar.gz) = 25387 +TIMESTAMP = 1523172793 +SHA256 (keyring-12.0.1.tar.gz) = 846c9c709ee1203bac5444abec19b5228f4601377686f33cba672aa0ba313abd +SIZE (keyring-12.0.1.tar.gz) = 41430 Index: head/security/py-keyring/pkg-descr =================================================================== --- head/security/py-keyring/pkg-descr (revision 466774) +++ head/security/py-keyring/pkg-descr (revision 466775) @@ -1,7 +1,7 @@ The Python keyring lib provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. It supports OSX, KDE, Gnome and Windows's native password storing services. Besides this, it is shipped with kinds of Python implemented keyring for the left environments. -WWW: https://pypi.python.org/pypi/keyring +WWW: https://github.com/jaraco/keyring