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 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 @@ |
5 |
> |
# |
6 |
> |
|
7 |
> |
PORTNAME= keyring |
8 |
> |
-PORTVERSION= 0.2 |
9 |
> |
+PORTVERSION= 0.3 |
10 |
|
CATEGORIES= security python |
11 |
< |
MASTER_SITES= CHEESESHOP \ |
12 |
< |
+ http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
13 |
< |
http://code.douglasthrift.net/files/${PORTNAME}/ |
11 |
> |
-MASTER_SITES= CHEESESHOP \ |
12 |
> |
- http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
13 |
> |
- http://code.douglasthrift.net/files/${PORTNAME}/ |
14 |
> |
+MASTER_SITES= CHEESESHOP |
15 |
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
16 |
|
|
17 |
+ |
MAINTAINER= douglas@douglasthrift.net |
18 |
+ |
COMMENT= Store and access your passwords safely |
19 |
+ |
|
20 |
+ |
+#LICENSE= PSF |
21 |
+ |
+ |
22 |
+ |
LATEST_LINK= py-${PORTNAME} |
23 |
+ |
|
24 |
+ |
USE_KDE4= # |
25 |
+ |
diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo |
26 |
+ |
--- /usr/ports/security/py-keyring/distinfo 2009-10-02 20:13:10.000000000 -0700 |
27 |
+ |
+++ py-keyring/distinfo 2010-08-10 12:17:57.959919287 -0700 |
28 |
+ |
@@ -1,3 +1,3 @@ |
29 |
+ |
-MD5 (keyring-0.2.tar.gz) = 4a640c4d41c6aa702cf6122d1a22ece3 |
30 |
+ |
-SHA256 (keyring-0.2.tar.gz) = 05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13 |
31 |
+ |
-SIZE (keyring-0.2.tar.gz) = 14836 |
32 |
+ |
+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 |