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

(-)Makefile (-4 / +4 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	viewvc
8
PORTNAME=	viewvc
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.1.1
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/45933/
11
MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/46029/
12
12
13
MAINTAINER=	pgollucci@FreeBSD.org
13
MAINTAINER=	pgollucci@FreeBSD.org
14
COMMENT=	Web-based Version Control Repository Browsing
14
COMMENT=	Web-based Version Control Repository Browsing
Lines 29-35 Link Here
29
INSTDIR?=	${PORTNAME}
29
INSTDIR?=	${PORTNAME}
30
PLIST_SUB=	INSTDIR=${INSTDIR}
30
PLIST_SUB=	INSTDIR=${INSTDIR}
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.options.mk>
33
33
34
.if !defined(WITH_APACHE) && !defined(WITH_LIGHTTPD)
34
.if !defined(WITH_APACHE) && !defined(WITH_LIGHTTPD)
35
USE_RC_SUBR=	viewvc
35
USE_RC_SUBR=	viewvc
Lines 82-85 Link Here
82
post-install:
82
post-install:
83
	@${CAT} ${PKGMESSAGE}
83
	@${CAT} ${PKGMESSAGE}
84
84
85
.include <bsd.port.post.mk>
85
.include <bsd.port.mk>
(-)pkg-plist (-58 lines)
Lines 187-245 Link Here
187
%%INSTDIR%%/templates-contrib/newvc/templates/revision.ezt
187
%%INSTDIR%%/templates-contrib/newvc/templates/revision.ezt
188
%%INSTDIR%%/templates-contrib/newvc/templates/roots.ezt
188
%%INSTDIR%%/templates-contrib/newvc/templates/roots.ezt
189
%%INSTDIR%%/templates-contrib/newvc/templates/rss.ezt
189
%%INSTDIR%%/templates-contrib/newvc/templates/rss.ezt
190
%%INSTDIR%%/templates-contrib/tabbed/README
191
%%INSTDIR%%/templates-contrib/tabbed/templates/annotate.ezt
192
%%INSTDIR%%/templates-contrib/tabbed/templates/diff.ezt
193
%%INSTDIR%%/templates-contrib/tabbed/templates/directory.ezt
194
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help.css
195
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_dirview.html
196
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_log.html
197
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_query.html
198
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/help_rootview.html
199
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/annotate.png
200
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back.png
201
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/back_small.png
202
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/broken.png
203
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/chalk.jpg
204
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvs-logo.png
205
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_16x16.png
206
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/cvsgraph_32x32.png
207
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/diff.png
208
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/dir.png
209
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/down.png
210
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/download.png
211
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/feed-icon-16x16.jpg
212
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/forward.png
213
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/list.png
214
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/lock.png
215
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/log.png
216
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/svn-logo.png
217
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/text.png
218
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/up.png
219
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/view.png
220
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images/viewvc-logo.png
221
%%INSTDIR%%/templates-contrib/tabbed/templates/docroot/styles.css
222
%%INSTDIR%%/templates-contrib/tabbed/templates/error.ezt
223
%%INSTDIR%%/templates-contrib/tabbed/templates/graph.ezt
224
%%INSTDIR%%/templates-contrib/tabbed/templates/include/diff_form.ezt
225
%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_footer.ezt
226
%%INSTDIR%%/templates-contrib/tabbed/templates/include/dir_header.ezt
227
%%INSTDIR%%/templates-contrib/tabbed/templates/include/file_header.ezt
228
%%INSTDIR%%/templates-contrib/tabbed/templates/include/fileview.ezt
229
%%INSTDIR%%/templates-contrib/tabbed/templates/include/footer.ezt
230
%%INSTDIR%%/templates-contrib/tabbed/templates/include/header.ezt
231
%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_footer.ezt
232
%%INSTDIR%%/templates-contrib/tabbed/templates/include/log_header.ezt
233
%%INSTDIR%%/templates-contrib/tabbed/templates/include/pathrev_form.ezt
234
%%INSTDIR%%/templates-contrib/tabbed/templates/include/props.ezt
235
%%INSTDIR%%/templates-contrib/tabbed/templates/log.ezt
236
%%INSTDIR%%/templates-contrib/tabbed/templates/markup.ezt
237
%%INSTDIR%%/templates-contrib/tabbed/templates/query.ezt
238
%%INSTDIR%%/templates-contrib/tabbed/templates/query_form.ezt
239
%%INSTDIR%%/templates-contrib/tabbed/templates/query_results.ezt
240
%%INSTDIR%%/templates-contrib/tabbed/templates/revision.ezt
241
%%INSTDIR%%/templates-contrib/tabbed/templates/roots.ezt
242
%%INSTDIR%%/templates-contrib/tabbed/templates/rss.ezt
243
%%INSTDIR%%/templates-contrib/viewsvn/INSTALL
190
%%INSTDIR%%/templates-contrib/viewsvn/INSTALL
244
%%INSTDIR%%/templates-contrib/viewsvn/README
191
%%INSTDIR%%/templates-contrib/viewsvn/README
245
%%INSTDIR%%/templates-contrib/viewsvn/extras/svnindex.css
192
%%INSTDIR%%/templates-contrib/viewsvn/extras/svnindex.css
Lines 307-317 Link Here
307
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/screenshots
254
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/screenshots
308
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/extras
255
@dirrm %%INSTDIR%%/templates-contrib/viewsvn/extras
309
@dirrm %%INSTDIR%%/templates-contrib/viewsvn
256
@dirrm %%INSTDIR%%/templates-contrib/viewsvn
310
@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/include
311
@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot/images
312
@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates/docroot
313
@dirrm %%INSTDIR%%/templates-contrib/tabbed/templates
314
@dirrm %%INSTDIR%%/templates-contrib/tabbed
315
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/include
257
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/include
316
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot/images
258
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot/images
317
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot
259
@dirrm %%INSTDIR%%/templates-contrib/newvc/templates/docroot
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (viewvc-1.1.0.tar.gz) = fb2e97b7e902b030dc285d4ce3bd1862
1
MD5 (viewvc-1.1.1.tar.gz) = 73f8455e8ddd3d08201ab1533a408554
2
SHA256 (viewvc-1.1.0.tar.gz) = 7936b71b6d940765d0734ff76abda5d5d3aee9118f41bbb6c8d17d79455ee202
2
SHA256 (viewvc-1.1.1.tar.gz) = 3a7f6fc897f34b148fd225071ddf2aa9c037ec89b0b5406d95f8a479e8254462
3
SIZE (viewvc-1.1.0.tar.gz) = 621495
3
SIZE (viewvc-1.1.1.tar.gz) = 585955

Return to bug 135315