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

Frederic Culot culot at FreeBSD.org
Tue Aug 13 15:00:48 UTC 2013


Author: culot
Date: Tue Aug 13 15:00:47 2013
New Revision: 324670
URL: http://svnweb.freebsd.org/changeset/ports/324670

Log:
  - 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 at douglasthrift.net> (maintainer)

Modified:
  head/security/py-keyring/Makefile
  head/security/py-keyring/distinfo

Modified: head/security/py-keyring/Makefile
==============================================================================
--- head/security/py-keyring/Makefile	Tue Aug 13 14:16:29 2013	(r324669)
+++ head/security/py-keyring/Makefile	Tue Aug 13 15:00:47 2013	(r324670)
@@ -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}pyc
 .endif
 
 .if ${PORT_OPTIONS:MGNOME_KEYRING}
-USE_GNOME+=	pygnomedesktop
+USE_GNOME+=	pygobject3
 .endif
 
 .if ${PORT_OPTIONS:MKDE_KWALLET}

Modified: head/security/py-keyring/distinfo
==============================================================================
--- head/security/py-keyring/distinfo	Tue Aug 13 14:16:29 2013	(r324669)
+++ head/security/py-keyring/distinfo	Tue Aug 13 15:00:47 2013	(r324670)
@@ -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


More information about the svn-ports-head mailing list