ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/security/py-keyring/py-keyring.2013-05-26T224532Z.diff
Revision: 578
Committed: 2013-05-26T15:46:27-07:00 (12 years, 1 month ago) by douglas
File size: 2208 byte(s)
Log Message:
Upgrade port security/py-keyring to 1.3.


File Contents

# Content
1 diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile
2 --- /usr/ports/security/py-keyring/Makefile 2013-04-17 00:24:26.000000000 -0700
3 +++ py-keyring/Makefile 2013-05-26 15:01:37.000000000 -0700
4 @@ -2,7 +2,7 @@
5 # $FreeBSD: security/py-keyring/Makefile 315939 2013-04-17 07:24:26Z culot $
6
7 PORTNAME= keyring
8 -PORTVERSION= 1.2.2
9 +PORTVERSION= 1.3
10 CATEGORIES= security python
11 MASTER_SITES= CHEESESHOP
12 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
13 @@ -20,10 +20,14 @@
14 USE_PYTHON= yes
15 USE_PYDISTUTILS= easy_install
16
17 -OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET
18 -GNOME_KEYRING_DESC= GNOME Keyring backend
19 -KDE_KWALLET_DESC= KDE KWallet backend
20 -CRYPT_FILE_DESC= Crypt(ed) File backend
21 +OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \
22 + SECRET_SERVICE
23 +CRYPT_FILE_DESC= Install pycrpto to support the Crypt(ed) File backend
24 +GNOME_KEYRING_DESC= Install GNOME Keyring to support the Gnome backend
25 +KDE_KWALLET_DESC= Install KDE KWallet to support the kwallet backend
26 +KEYCZAR_DESC= Install keyczar to support keyring encryption
27 +PYFS_DESC= Install pyfilesystem to support the pyfs backend
28 +SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend
29
30 .include <bsd.port.options.mk>
31
32 @@ -39,4 +43,16 @@
33 USE_KDE4+= pykde4
34 .endif
35
36 +.if ${PORT_OPTIONS:MKEYCZAR}
37 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar
38 +.endif
39 +
40 +.if ${PORT_OPTIONS:MPYFS}
41 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fs>=0.4.0:${PORTSDIR}/devel/py-fs
42 +.endif
43 +
44 +.if ${PORT_OPTIONS:MSECRET_SERVICE}
45 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage
46 +.endif
47 +
48 .include <bsd.port.mk>
49 diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo
50 --- /usr/ports/security/py-keyring/distinfo 2013-04-17 00:24:26.000000000 -0700
51 +++ py-keyring/distinfo 2013-05-26 14:42:21.000000000 -0700
52 @@ -1,2 +1,2 @@
53 -SHA256 (keyring-1.2.2.zip) = 20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab
54 -SIZE (keyring-1.2.2.zip) = 79028
55 +SHA256 (keyring-1.3.zip) = 8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961
56 +SIZE (keyring-1.3.zip) = 79451