View | Details | Raw Unified | Return to bug 162886
Collapse All | Expand All

(-)/usr/ports/sysutils/duplicity/Makefile (-6 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	duplicity
8
PORTNAME=	duplicity
9
PORTVERSION=	0.6.16
9
PORTVERSION=	0.6.17
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
11
MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
12
12
Lines 44-55 Link Here
44
44
45
MAN1=		duplicity.1 rdiffdir.1
45
MAN1=		duplicity.1 rdiffdir.1
46
46
47
DOCFILES=	CHANGELOG \
47
DOCFILES=	COPYING \
48
		COPYING \
49
		REPO-README \
50
		LOG-README \
51
		README \
48
		README \
52
		tarfile-LICENSE
49
		README-REPO \
50
		README-LOG \
51
		tarfile-LICENSE \
52
		tarfile-CHANGES \
53
		CHANGELOG
53
54
54
post-install:
55
post-install:
55
.if !defined(NOPORTDOCS)
56
.if !defined(NOPORTDOCS)
(-)/usr/ports/sysutils/duplicity/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (duplicity-0.6.16.tar.gz) = 488c5de5ff0495409e2d92ee07e42a4daf336e2bc1dc934c3cd862ae4f41c358
1
SHA256 (duplicity-0.6.17.tar.gz) = 891e56061ab15127e67c93b9b462760b055eb48636c177b56400925d0a77a458
2
SIZE (duplicity-0.6.16.tar.gz) = 524358
2
SIZE (duplicity-0.6.17.tar.gz) = 1119945
(-)/usr/ports/sysutils/duplicity/files/patch-setup.py (-8 / +9 lines)
Lines 1-6 Link Here
1
--- setup.py.orig	2009-01-09 16:05:11.000000000 +0200
1
--- setup.py.orig	2011-11-25 23:58:57.147597966 +0000
2
+++ setup.py	2009-01-10 16:06:40.000000000 +0200
2
+++ setup.py	2011-11-26 00:00:43.169721395 +0000
3
@@ -12,6 +12,10 @@
3
@@ -31,6 +31,10 @@
4
 
4
 
5
 incdir_list = libdir_list = None
5
 incdir_list = libdir_list = None
6
 
6
 
Lines 11-30 Link Here
11
 if os.name == 'posix':
11
 if os.name == 'posix':
12
     LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
12
     LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
13
     args = sys.argv[:]
13
     args = sys.argv[:]
14
@@ -23,16 +27,9 @@
14
@@ -42,17 +46,9 @@
15
         incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')]
15
         incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')]
16
         libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')]
16
         libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')]
17
 
17
 
18
-data_files = [('share/man/man1',
18
-data_files = [('share/man/man1',
19
+data_files = [('man/man1',
19
+data_files = [('man/man1',
20
                ['duplicity.1',
20
                ['bin/duplicity.1',
21
                 'rdiffdir.1']),
21
                 'bin/rdiffdir.1']),
22
-              ('share/doc/duplicity-%s' % version_string,
22
-              ('share/doc/duplicity-%s' % version_string,
23
-               ['COPYING',
23
-               ['COPYING',
24
-                'REPO-README',
25
-                'LOG-README',
26
-                'README',
24
-                'README',
25
-                'README-REPO',
26
-                'README-LOG',
27
-                'tarfile-LICENSE',
27
-                'tarfile-LICENSE',
28
-                'tarfile-CHANGES',
28
-                'CHANGELOG']),
29
-                'CHANGELOG']),
29
               ]
30
               ]
30
 
31
 
(-)/usr/ports/sysutils/duplicity/pkg-plist (-2 / +21 lines)
Lines 16-21 Link Here
16
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.py
16
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.py
17
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyc
17
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyc
18
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyo
18
%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyo
19
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_multi.py
20
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_multi.pyc
21
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_multi.pyo
22
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_single.py
23
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_single.pyc
24
%%PYTHON_SITELIBDIR%%/duplicity/backends/_boto_single.pyo
19
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.py
25
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.py
20
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyc
26
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyc
21
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyo
27
%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyo
Lines 64-69 Link Here
64
%%PYTHON_SITELIBDIR%%/duplicity/commandline.py
70
%%PYTHON_SITELIBDIR%%/duplicity/commandline.py
65
%%PYTHON_SITELIBDIR%%/duplicity/commandline.pyc
71
%%PYTHON_SITELIBDIR%%/duplicity/commandline.pyc
66
%%PYTHON_SITELIBDIR%%/duplicity/commandline.pyo
72
%%PYTHON_SITELIBDIR%%/duplicity/commandline.pyo
73
%%PYTHON_SITELIBDIR%%/duplicity/compilec.py
74
%%PYTHON_SITELIBDIR%%/duplicity/compilec.pyc
75
%%PYTHON_SITELIBDIR%%/duplicity/compilec.pyo
67
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.py
76
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.py
68
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.pyc
77
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.pyc
69
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.pyo
78
%%PYTHON_SITELIBDIR%%/duplicity/diffdir.pyo
Lines 82-87 Link Here
82
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.py
91
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.py
83
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyc
92
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyc
84
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyo
93
%%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyo
94
%%PYTHON_SITELIBDIR%%/duplicity/filechunkio.py
95
%%PYTHON_SITELIBDIR%%/duplicity/filechunkio.pyc
96
%%PYTHON_SITELIBDIR%%/duplicity/filechunkio.pyo
85
%%PYTHON_SITELIBDIR%%/duplicity/globals.py
97
%%PYTHON_SITELIBDIR%%/duplicity/globals.py
86
%%PYTHON_SITELIBDIR%%/duplicity/globals.pyc
98
%%PYTHON_SITELIBDIR%%/duplicity/globals.pyc
87
%%PYTHON_SITELIBDIR%%/duplicity/globals.pyo
99
%%PYTHON_SITELIBDIR%%/duplicity/globals.pyo
Lines 140-148 Link Here
140
@dirrm %%PYTHON_SITELIBDIR%%/duplicity
152
@dirrm %%PYTHON_SITELIBDIR%%/duplicity
141
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
153
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
142
%%PORTDOCS%%%%DOCSDIR%%/COPYING
154
%%PORTDOCS%%%%DOCSDIR%%/COPYING
143
%%PORTDOCS%%%%DOCSDIR%%/LOG-README
144
%%PORTDOCS%%%%DOCSDIR%%/README
155
%%PORTDOCS%%%%DOCSDIR%%/README
145
%%PORTDOCS%%%%DOCSDIR%%/REPO-README
156
%%PORTDOCS%%%%DOCSDIR%%/README-LOG
157
%%PORTDOCS%%%%DOCSDIR%%/README-REPO
158
%%PORTDOCS%%%%DOCSDIR%%/tarfile-CHANGES
146
%%PORTDOCS%%%%DOCSDIR%%/tarfile-LICENSE
159
%%PORTDOCS%%%%DOCSDIR%%/tarfile-LICENSE
147
%%PORTDOCS%%@dirrm %%DOCSDIR%%
160
%%PORTDOCS%%@dirrm %%DOCSDIR%%
148
%%NLS%%share/locale/bg/LC_MESSAGES/duplicity.mo
161
%%NLS%%share/locale/bg/LC_MESSAGES/duplicity.mo
Lines 154-159 Link Here
154
%%NLS%%share/locale/es/LC_MESSAGES/duplicity.mo
167
%%NLS%%share/locale/es/LC_MESSAGES/duplicity.mo
155
%%NLS%%share/locale/fr/LC_MESSAGES/duplicity.mo
168
%%NLS%%share/locale/fr/LC_MESSAGES/duplicity.mo
156
%%NLS%%share/locale/he/LC_MESSAGES/duplicity.mo
169
%%NLS%%share/locale/he/LC_MESSAGES/duplicity.mo
170
%%NLS%%share/locale/hu/LC_MESSAGES/duplicity.mo
157
%%NLS%%share/locale/id/LC_MESSAGES/duplicity.mo
171
%%NLS%%share/locale/id/LC_MESSAGES/duplicity.mo
158
%%NLS%%share/locale/io/LC_MESSAGES/duplicity.mo
172
%%NLS%%share/locale/io/LC_MESSAGES/duplicity.mo
159
%%NLS%%share/locale/it/LC_MESSAGES/duplicity.mo
173
%%NLS%%share/locale/it/LC_MESSAGES/duplicity.mo
Lines 164-169 Link Here
164
%%NLS%%share/locale/ru/LC_MESSAGES/duplicity.mo
178
%%NLS%%share/locale/ru/LC_MESSAGES/duplicity.mo
165
%%NLS%%share/locale/sl/LC_MESSAGES/duplicity.mo
179
%%NLS%%share/locale/sl/LC_MESSAGES/duplicity.mo
166
%%NLS%%share/locale/sq/LC_MESSAGES/duplicity.mo
180
%%NLS%%share/locale/sq/LC_MESSAGES/duplicity.mo
181
%%NLS%%share/locale/sr/LC_MESSAGES/duplicity.mo
167
%%NLS%%share/locale/sv/LC_MESSAGES/duplicity.mo
182
%%NLS%%share/locale/sv/LC_MESSAGES/duplicity.mo
168
%%NLS%%share/locale/tr/LC_MESSAGES/duplicity.mo
183
%%NLS%%share/locale/tr/LC_MESSAGES/duplicity.mo
169
%%NLS%%share/locale/ug/LC_MESSAGES/duplicity.mo
184
%%NLS%%share/locale/ug/LC_MESSAGES/duplicity.mo
Lines 180-185 Link Here
180
%%NLS%%@dirrmtry share/locale/es
195
%%NLS%%@dirrmtry share/locale/es
181
%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
196
%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
182
%%NLS%%@dirrmtry share/locale/fr
197
%%NLS%%@dirrmtry share/locale/fr
198
%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES
199
%%NLS%%@dirrmtry share/locale/hu
183
%%NLS%%@dirrmtry share/locale/id/LC_MESSAGES
200
%%NLS%%@dirrmtry share/locale/id/LC_MESSAGES
184
%%NLS%%@dirrmtry share/locale/id
201
%%NLS%%@dirrmtry share/locale/id
185
%%NLS%%@dirrmtry share/locale/io/LC_MESSAGES
202
%%NLS%%@dirrmtry share/locale/io/LC_MESSAGES
Lines 198-203 Link Here
198
%%NLS%%@dirrmtry share/locale/ru
215
%%NLS%%@dirrmtry share/locale/ru
199
%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES
216
%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES
200
%%NLS%%@dirrmtry share/locale/sl
217
%%NLS%%@dirrmtry share/locale/sl
218
%%NLS%%@dirrmtry share/locale/sr/LC_MESSAGES
219
%%NLS%%@dirrmtry share/locale/sr
201
%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES
220
%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES
202
%%NLS%%@dirrmtry share/locale/sv
221
%%NLS%%@dirrmtry share/locale/sv
203
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
222
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES

Return to bug 162886