FreeBSD Bugzilla – Attachment 134365 Details for
Bug 179028
Update port: security/py-keyring Upgrade to 1.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-keyring.2013-05-26T224532Z.diff
py-keyring.2013-05-26T224532Z.diff (text/plain), 2.16 KB, created by
Douglas Thrift
on 2013-05-27 22:10:00 UTC
(
hide
)
Description:
py-keyring.2013-05-26T224532Z.diff
Filename:
MIME Type:
Creator:
Douglas Thrift
Created:
2013-05-27 22:10:00 UTC
Size:
2.16 KB
patch
obsolete
>diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile >--- /usr/ports/security/py-keyring/Makefile 2013-04-17 00:24:26.000000000 -0700 >+++ py-keyring/Makefile 2013-05-26 15:01:37.000000000 -0700 >@@ -2,7 +2,7 @@ > # $FreeBSD: security/py-keyring/Makefile 315939 2013-04-17 07:24:26Z culot $ > > PORTNAME= keyring >-PORTVERSION= 1.2.2 >+PORTVERSION= 1.3 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,10 +20,14 @@ > 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_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> >diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo >--- /usr/ports/security/py-keyring/distinfo 2013-04-17 00:24:26.000000000 -0700 >+++ py-keyring/distinfo 2013-05-26 14:42:21.000000000 -0700 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179028
: 134365
Working