diff options
author | culot <culot@FreeBSD.org> | 2013-08-13 23:00:47 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-08-13 23:00:47 +0800 |
commit | 7aef34af9acbf8b464db9906eaa76bbee9e4bdbb (patch) | |
tree | fa1ba58d61eb190a73b44bf8e3c06832b9d9c56f /security/py-keyring | |
parent | 6e1a1233bf0a670543e767a332cbbed3f76dfa3e (diff) | |
download | freebsd-ports-gnome-7aef34af9acbf8b464db9906eaa76bbee9e4bdbb.tar.gz freebsd-ports-gnome-7aef34af9acbf8b464db9906eaa76bbee9e4bdbb.tar.zst freebsd-ports-gnome-7aef34af9acbf8b464db9906eaa76bbee9e4bdbb.zip |
- Update to 1.6.1
Changes: http://pypi.python.org/pypi/keyring/1.6.1#changes
PR: ports/181247
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'security/py-keyring')
-rw-r--r-- | security/py-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/py-keyring/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 91c64322d843..3d6b8839373e 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 1.3 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,7 +36,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycry .endif .if ${PORT_OPTIONS:MGNOME_KEYRING} -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygobject3 .endif .if ${PORT_OPTIONS:MKDE_KWALLET} diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo index 9cf13437debd..40c7e3d8b362 100644 --- a/security/py-keyring/distinfo +++ b/security/py-keyring/distinfo @@ -1,2 +1,2 @@ -SHA256 (keyring-1.3.zip) = 8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961 -SIZE (keyring-1.3.zip) = 79451 +SHA256 (keyring-1.6.1.zip) = 720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 +SIZE (keyring-1.6.1.zip) = 80183 |