Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 16:48:39 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320346 - head/security/py-keyring
Message-ID:  <201306091648.r59GmdH3084414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  9 16:48:39 2013
New Revision: 320346
URL: http://svnweb.freebsd.org/changeset/ports/320346

Log:
  - Update to 1.3
  
  PR:		179028
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>

Modified:
  head/security/py-keyring/Makefile   (contents, props changed)
  head/security/py-keyring/distinfo   (contents, props changed)

Modified: head/security/py-keyring/Makefile
==============================================================================
--- head/security/py-keyring/Makefile	Sun Jun  9 16:18:29 2013	(r320345)
+++ head/security/py-keyring/Makefile	Sun Jun  9 16:48:39 2013	(r320346)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	keyring
-PORTVERSION=	1.2.2
+PORTVERSION=	1.3
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,10 +20,14 @@ USE_ZIP=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
-OPTIONS_DEFINE=		CRYPT_FILE GNOME_KEYRING KDE_KWALLET
-GNOME_KEYRING_DESC=	GNOME Keyring backend
-KDE_KWALLET_DESC=	KDE KWallet backend
-CRYPT_FILE_DESC=	Crypt(ed) File backend
+OPTIONS_DEFINE=		CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \
+			SECRET_SERVICE
+CRYPT_FILE_DESC=	Install pycrpto to support the Crypt(ed) File backend
+GNOME_KEYRING_DESC=	Install GNOME Keyring to support the Gnome backend
+KDE_KWALLET_DESC=	Install KDE KWallet to support the kwallet backend
+KEYCZAR_DESC=		Install keyczar to support keyring encryption
+PYFS_DESC=		Install pyfilesystem to support the pyfs backend
+SECRET_SERVICE_DESC=	Install SecretStorage to support the SecretService backend
 
 .include <bsd.port.options.mk>
 
@@ -39,4 +43,16 @@ USE_GNOME+=	pygnomedesktop
 USE_KDE4+=	pykde4
 .endif
 
+.if ${PORT_OPTIONS:MKEYCZAR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar
+.endif
+
+.if ${PORT_OPTIONS:MPYFS}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}fs>=0.4.0:${PORTSDIR}/devel/py-fs
+.endif
+
+.if ${PORT_OPTIONS:MSECRET_SERVICE}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage
+.endif
+
 .include <bsd.port.mk>

Modified: head/security/py-keyring/distinfo
==============================================================================
--- head/security/py-keyring/distinfo	Sun Jun  9 16:18:29 2013	(r320345)
+++ head/security/py-keyring/distinfo	Sun Jun  9 16:48:39 2013	(r320346)
@@ -1,2 +1,2 @@
-SHA256 (keyring-1.2.2.zip) = 20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab
-SIZE (keyring-1.2.2.zip) = 79028
+SHA256 (keyring-1.3.zip) = 8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961
+SIZE (keyring-1.3.zip) = 79451



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306091648.r59GmdH3084414>