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

Comparing freebsd/security/py-keyring.patch (file contents):
Revision 140 by douglas, 2009-11-21T02:08:51-08:00 vs.
Revision 380 by douglas, 2011-01-14T18:29:32-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-10-02 20:13:10.000000000 -0700
3 < +++ py-keyring/Makefile 2009-11-21 02:07:15.650751351 -0800
4 < @@ -9,6 +9,7 @@
5 < PORTVERSION=   0.2
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.5
9 > +PORTVERSION=   0.5.1
10   CATEGORIES=    security python
11 < MASTER_SITES=  CHEESESHOP \
8 < +               http://apt.douglasthrift.net/files/${PORTNAME}/ \
9 <                http://code.douglasthrift.net/files/${PORTNAME}/
11 > MASTER_SITES=  CHEESESHOP
12   PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
13 + @@ -14,19 +14,17 @@
14 + MAINTAINER=    douglas@douglasthrift.net
15 + COMMENT=       Store and access your passwords safely
16 +
17 + -#LICENSE=      PSF
18 + +LICENSE=       PSFL
19 +
20 + LATEST_LINK=   py-${PORTNAME}
21 +
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     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