From owner-svn-ports-all@freebsd.org Fri Feb 12 21:06:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4760AA767A; Fri, 12 Feb 2016 21:06:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9644C1285; Fri, 12 Feb 2016 21:06:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CL5xxs036283; Fri, 12 Feb 2016 21:05:59 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CL5x62036281; Fri, 12 Feb 2016 21:05:59 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122105.u1CL5x62036281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408763 - head/security/py-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 21:06:01 -0000 Author: rm Date: Fri Feb 12 21:05:59 2016 New Revision: 408763 URL: https://svnweb.freebsd.org/changeset/ports/408763 Log: security/py-keyring: update to 8.3 - update to 8.3 Since version 8.0, they have split some of the backends into a separate package (security/py-keyrings.alt), so change this port options accordingly. PR: 207044 Submitted by: Douglas Thrift (maintainer) Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Fri Feb 12 21:05:58 2016 (r408762) +++ head/security/py-keyring/Makefile Fri Feb 12 21:05:59 2016 (r408763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 7.0 +PORTVERSION= 8.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,19 +19,13 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -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 +OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE +OPTIONS_DEFAULT= KEYRINGS_ALT +DBUS_DESC= Install Python DBUS to support the kwallet backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend -CRYPT_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto -GNOME_KEYRING_USE= GNOME=pygobject3 -KDE_KWALLET_USE= KDE4=pykde4 -KEYCZAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar -PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.5:${PORTSDIR}/devel/py-fs + +DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus +KEYRINGS_ALT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:${PORTSDIR}/security/py-keyrings.alt SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage .include Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Fri Feb 12 21:05:58 2016 (r408762) +++ head/security/py-keyring/distinfo Fri Feb 12 21:05:59 2016 (r408763) @@ -1,2 +1,2 @@ -SHA256 (keyring-7.0.tar.gz) = 0531ea4f7a5942de7ff4d527b69cd95e3d97c75e2350591d8ec6452dc99bbf32 -SIZE (keyring-7.0.tar.gz) = 52870 +SHA256 (keyring-8.3.tar.gz) = 284f754d86bd176cd44f57fdc33b9d0decc0cdfc38f06eec649b5b1f93e40dc2 +SIZE (keyring-8.3.tar.gz) = 33864