ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/security/py-keyring/py-keyring.2011-01-15T022932Z.diff
(Generate patch)

Comparing:
freebsd/security/py-keyring.patch (file contents), Revision 338 by douglas, 2010-08-10T12:41:39-07:00 vs.
freebsd/diff/security/py-keyring/py-keyring.2011-01-15T02:29:32Z.diff (file contents), Revision 494 by douglas, 2012-02-19T14:53:40-08:00

# Line 1 | Line 1
1   diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile
2 < --- /usr/ports/security/py-keyring/Makefile     2009-11-21 07:48:35.000000000 -0800
3 < +++ py-keyring/Makefile 2010-08-10 12:33:43.339166735 -0700
4 < @@ -6,16 +6,16 @@
2 > --- /usr/ports/security/py-keyring/Makefile     2010-11-11 03:57:40.000000000 -0800
3 > +++ py-keyring/Makefile 2011-01-14 18:25:56.000000000 -0800
4 > @@ -6,7 +6,7 @@
5   #
6  
7   PORTNAME=      keyring
8 < -PORTVERSION=   0.2
9 < +PORTVERSION=   0.3
8 > -PORTVERSION=   0.5
9 > +PORTVERSION=   0.5.1
10   CATEGORIES=    security python
11 < -MASTER_SITES=  CHEESESHOP \
12 < -               http://apt.douglasthrift.net/files/${PORTNAME}/ \
13 < -               http://code.douglasthrift.net/files/${PORTNAME}/
14 < +MASTER_SITES=  CHEESESHOP
11 > MASTER_SITES=  CHEESESHOP
12   PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
13 <
13 > @@ -14,19 +14,17 @@
14   MAINTAINER=    douglas@douglasthrift.net
15   COMMENT=       Store and access your passwords safely
16  
17 < +#LICENSE=      PSF
18 < +
17 > -#LICENSE=      PSF
18 > +LICENSE=       PSFL
19 >
20   LATEST_LINK=   py-${PORTNAME}
21  
22 < USE_KDE4=      #
22 > -USE_KDE4=      #
23 > USE_PYTHON=    2.4+
24 > USE_PYDISTUTILS=       yes
25 > -WANT_GNOME=    yes
26 >
27 > OPTIONS=       GNOME_KEYRING "GNOME Keyring backend" Off \
28 >                KDE_KWALLET "KDE KWallet backend" Off
29 >
30 > -.include <bsd.port.pre.mk>
31 > +.include <bsd.port.options.mk>
32 >
33 > .if defined(WITH_GNOME_KEYRING)
34 > USE_GNOME+=    pygnomedesktop
35 > @@ -36,4 +34,4 @@
36 > USE_KDE4+=     pykde4
37 > .endif
38 >
39 > -.include <bsd.port.post.mk>
40 > +.include <bsd.port.mk>
41   diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo
42 < --- /usr/ports/security/py-keyring/distinfo     2009-10-02 20:13:10.000000000 -0700
43 < +++ py-keyring/distinfo 2010-08-10 12:17:57.959919287 -0700
44 < @@ -1,3 +1,3 @@
45 < -MD5 (keyring-0.2.tar.gz) = 4a640c4d41c6aa702cf6122d1a22ece3
46 < -SHA256 (keyring-0.2.tar.gz) = 05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13
47 < -SIZE (keyring-0.2.tar.gz) = 14836
48 < +MD5 (keyring-0.3.tar.gz) = de2dc78e97a110f7e21369c5ddb65712
33 < +SHA256 (keyring-0.3.tar.gz) = bb9fcb99dbf5d89a9ca242def888810b6bbd7b3d08486c8f85750a38e7d71d84
34 < +SIZE (keyring-0.3.tar.gz) = 18937
35 < diff -Nrux .svn -x work /usr/ports/security/py-keyring/pkg-plist py-keyring/pkg-plist
36 < --- /usr/ports/security/py-keyring/pkg-plist    2009-09-04 14:04:44.000000000 -0700
37 < +++ py-keyring/pkg-plist        2010-08-10 12:22:47.177547027 -0700
38 < @@ -9,4 +9,7 @@
39 < %%PYTHON_SITELIBDIR%%/keyring/core.py
40 < %%PYTHON_SITELIBDIR%%/keyring/core.pyc
41 < %%PYTHON_SITELIBDIR%%/keyring/core.pyo
42 < +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.py
43 < +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.pyc
44 < +%%PYTHON_SITELIBDIR%%/keyring/getpassbackend.pyo
45 < @dirrm %%PYTHON_SITELIBDIR%%/keyring
42 > --- /usr/ports/security/py-keyring/distinfo     2010-11-11 03:57:40.000000000 -0800
43 > +++ py-keyring/distinfo 2011-01-14 18:16:44.000000000 -0800
44 > @@ -1,2 +1,2 @@
45 > -SHA256 (keyring-0.5.tar.gz) = dd943b344f3f4748a12936337e1b974ce713cda177c7cdaeed2a1c912fe660c8
46 > -SIZE (keyring-0.5.tar.gz) = 17491
47 > +SHA256 (keyring-0.5.1.tar.gz) = b604aa35a488a726140033c0278ee419c1acd13d40905bb4c471c30378c04219
48 > +SIZE (keyring-0.5.1.tar.gz) = 17928

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines