1 |
douglas |
615 |
diff -Nrux .svn -x work /usr/ports/security/py-SecretStorage/Makefile py-SecretStorage/Makefile |
2 |
|
|
--- /usr/ports/security/py-SecretStorage/Makefile 2013-09-20 15:55:24.000000000 -0700 |
3 |
|
|
+++ py-SecretStorage/Makefile 2013-11-20 20:07:44.000000000 -0800 |
4 |
|
|
@@ -2,7 +2,7 @@ |
5 |
|
|
# $FreeBSD: security/py-SecretStorage/Makefile 327769 2013-09-20 22:55:24Z bapt $ |
6 |
|
|
|
7 |
|
|
PORTNAME= SecretStorage |
8 |
|
|
-PORTVERSION= 1.0.0 |
9 |
|
|
+PORTVERSION= 1.1.0 |
10 |
|
|
CATEGORIES= security python |
11 |
|
|
MASTER_SITES= CHEESESHOP |
12 |
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
|
|
@@ -16,6 +16,6 @@ |
14 |
|
|
|
15 |
|
|
USE_PYTHON= yes |
16 |
|
|
USE_PYDISTUTILS= yes |
17 |
|
|
+PYDISTUTILS_AUTOPLIST= yes |
18 |
|
|
|
19 |
|
|
-NO_STAGE= yes |
20 |
|
|
.include <bsd.port.mk> |
21 |
|
|
diff -Nrux .svn -x work /usr/ports/security/py-SecretStorage/distinfo py-SecretStorage/distinfo |
22 |
|
|
--- /usr/ports/security/py-SecretStorage/distinfo 2013-05-28 17:35:48.000000000 -0700 |
23 |
|
|
+++ py-SecretStorage/distinfo 2013-11-20 20:08:12.000000000 -0800 |
24 |
|
|
@@ -1,2 +1,2 @@ |
25 |
|
|
-SHA256 (SecretStorage-1.0.0.tar.gz) = 27c441f2cf524edaa0cf39abb4a9f65cde6ab99bb1471a9e2cdb11ffcfbc0081 |
26 |
|
|
-SIZE (SecretStorage-1.0.0.tar.gz) = 14063 |
27 |
|
|
+SHA256 (SecretStorage-1.1.0.tar.gz) = 439d23ef00abb673a9a119c58bb8733e8ce6f57f82afc016547af4b742d49383 |
28 |
|
|
+SIZE (SecretStorage-1.1.0.tar.gz) = 14242 |
29 |
|
|
diff -Nrux .svn -x work /usr/ports/security/py-SecretStorage/pkg-plist py-SecretStorage/pkg-plist |
30 |
|
|
--- /usr/ports/security/py-SecretStorage/pkg-plist 2013-05-28 17:35:48.000000000 -0700 |
31 |
|
|
+++ py-SecretStorage/pkg-plist 1969-12-31 16:00:00.000000000 -0800 |
32 |
|
|
@@ -1,19 +0,0 @@ |
33 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/__init__.py |
34 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyc |
35 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyo |
36 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/collection.py |
37 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyc |
38 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyo |
39 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/defines.py |
40 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyc |
41 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyo |
42 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.py |
43 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyc |
44 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyo |
45 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/item.py |
46 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/item.pyc |
47 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/item.pyo |
48 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/util.py |
49 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/util.pyc |
50 |
|
|
-%%PYTHON_SITELIBDIR%%/secretstorage/util.pyo |
51 |
|
|
-@dirrm %%PYTHON_SITELIBDIR%%/secretstorage |