ports/154008: Update port: security/py-keyring Upgrade 0.5.1
Douglas William Thrift
douglas at douglasthrift.net
Sat Jan 15 03:10:11 UTC 2011
>Number: 154008
>Category: ports
>Synopsis: Update port: security/py-keyring Upgrade 0.5.1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 15 03:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Douglas William Thrift
>Release: FreeBSD 8.0-RELEASE-p4-jc2 amd64
>Organization:
>Environment:
System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p4-jc2 FreeBSD 8.0-RELEASE-p4-jc2 #1: Tue Jul 20 15:11:39 PDT 2010 user at jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64
>Description:
Upgraded to version 0.5.1.
http://pypi.python.org/pypi/keyring#changes
Remove a spurious KDE debug message when using KWallet
Fix a bug that caused an exception if the user canceled the KWallet dialog.
>How-To-Repeat:
>Fix:
--- py-keyring.patch begins here ---
diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile
--- /usr/ports/security/py-keyring/Makefile 2010-11-11 03:57:40.000000000 -0800
+++ py-keyring/Makefile 2011-01-14 18:25:56.000000000 -0800
@@ -6,7 +6,7 @@
#
PORTNAME= keyring
-PORTVERSION= 0.5
+PORTVERSION= 0.5.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,19 +14,17 @@
MAINTAINER= douglas at douglasthrift.net
COMMENT= Store and access your passwords safely
-#LICENSE= PSF
+LICENSE= PSFL
LATEST_LINK= py-${PORTNAME}
-USE_KDE4= #
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
-WANT_GNOME= yes
OPTIONS= GNOME_KEYRING "GNOME Keyring backend" Off \
KDE_KWALLET "KDE KWallet backend" Off
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_GNOME_KEYRING)
USE_GNOME+= pygnomedesktop
@@ -36,4 +34,4 @@
USE_KDE4+= pykde4
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo
--- /usr/ports/security/py-keyring/distinfo 2010-11-11 03:57:40.000000000 -0800
+++ py-keyring/distinfo 2011-01-14 18:16:44.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (keyring-0.5.tar.gz) = dd943b344f3f4748a12936337e1b974ce713cda177c7cdaeed2a1c912fe660c8
-SIZE (keyring-0.5.tar.gz) = 17491
+SHA256 (keyring-0.5.1.tar.gz) = b604aa35a488a726140033c0278ee419c1acd13d40905bb4c471c30378c04219
+SIZE (keyring-0.5.1.tar.gz) = 17928
--- py-keyring.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list