svn commit: r453805 - head/security/py-keyring

Emanuel Haupt ehaupt at FreeBSD.org
Thu Nov 9 10:31:27 UTC 2017


Author: ehaupt
Date: Thu Nov  9 10:31:26 2017
New Revision: 453805
URL: https://svnweb.freebsd.org/changeset/ports/453805

Log:
  Add a description for the KEYRINGS_ALT option.
  
  PR:		223533
  Approved by:	douglas at douglasthrift.net (maintainer)

Modified:
  head/security/py-keyring/Makefile

Modified: head/security/py-keyring/Makefile
==============================================================================
--- head/security/py-keyring/Makefile	Thu Nov  9 10:12:09 2017	(r453804)
+++ head/security/py-keyring/Makefile	Thu Nov  9 10:31:26 2017	(r453805)
@@ -3,6 +3,7 @@
 
 PORTNAME=	keyring
 PORTVERSION=	10.4.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +22,7 @@ USE_PYTHON=	autoplist distutils
 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


More information about the svn-ports-head mailing list