View | Details | Raw Unified | Return to bug 208135 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gitlab-shell
4
PORTNAME=	gitlab-shell
5
PORTVERSION=	2.6.10
5
PORTVERSION=	2.6.10
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://ports.toco-domains.de/
8
MASTER_SITES=	http://ports.toco-domains.de/
8
DISTNAME=	${PORTNAME}-v${PORTVERSION}
9
DISTNAME=	${PORTNAME}-v${PORTVERSION}
Lines 19-31 Link Here
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
NO_ARCH=	yes
21
NO_ARCH=	yes
21
22
22
do-install:
23
post-patch:
23
	${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample
24
	${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample
24
25
25
post-install:
26
do-install:
26
	${MKDIR} ${STAGEDIR}/var/log/
27
	@${MKDIR} ${STAGEDIR}${DATADIR}
27
	${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log
28
	${MKDIR} ${STAGEDIR}${DATADIR}
29
	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
28
	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
29
	@${MKDIR} ${STAGEDIR}/var/log/
30
	${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log.sample
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)pkg-plist (-17 / +10 lines)
Lines 10-25 Link Here
10
%%DATADIR%%/LICENSE
10
%%DATADIR%%/LICENSE
11
%%DATADIR%%/README.md
11
%%DATADIR%%/README.md
12
%%DATADIR%%/VERSION
12
%%DATADIR%%/VERSION
13
@(git,,555) %%DATADIR%%/bin/check
13
@(,,555) %%DATADIR%%/bin/check
14
@(git,,555) %%DATADIR%%/bin/create-hooks
14
@(,,555) %%DATADIR%%/bin/create-hooks
15
@(git,,555) %%DATADIR%%/bin/gitlab-keys
15
@(,,555) %%DATADIR%%/bin/gitlab-keys
16
@(git,,555) %%DATADIR%%/bin/gitlab-projects
16
@(,,555) %%DATADIR%%/bin/gitlab-projects
17
@(git,,555) %%DATADIR%%/bin/gitlab-shell
17
@(,,555) %%DATADIR%%/bin/gitlab-shell
18
@(git,,555) %%DATADIR%%/bin/install
18
@(,,555) %%DATADIR%%/bin/install
19
@sample %%DATADIR%%/config.yml.sample
19
@sample %%DATADIR%%/config.yml.sample
20
%%DATADIR%%/hooks/post-receive
20
@(,,555) %%DATADIR%%/hooks/post-receive
21
%%DATADIR%%/hooks/pre-receive
21
@(,,555) %%DATADIR%%/hooks/pre-receive
22
%%DATADIR%%/hooks/update
22
@(,,555) %%DATADIR%%/hooks/update
23
%%DATADIR%%/lib/gitlab_access.rb
23
%%DATADIR%%/lib/gitlab_access.rb
24
%%DATADIR%%/lib/gitlab_access_status.rb
24
%%DATADIR%%/lib/gitlab_access_status.rb
25
%%DATADIR%%/lib/gitlab_config.rb
25
%%DATADIR%%/lib/gitlab_config.rb
Lines 55-65 Link Here
55
%%DATADIR%%/spec/vcr_cassettes/discover-ok.yml
55
%%DATADIR%%/spec/vcr_cassettes/discover-ok.yml
56
%%DATADIR%%/support/rewrite-hooks.sh
56
%%DATADIR%%/support/rewrite-hooks.sh
57
%%DATADIR%%/support/truncate_repositories.sh
57
%%DATADIR%%/support/truncate_repositories.sh
58
@(git,,664) /var/log/gitlab-shell.log
58
@sample(git,,644) /var/log/gitlab-shell.log.sample
59
@dir %%DATADIR%%/bin
60
@dir %%DATADIR%%/hooks
61
@dir %%DATADIR%%/lib
62
@dir %%DATADIR%%/spec/vcr_cassettes
63
@dir %%DATADIR%%/spec
64
@dir %%DATADIR%%/support
65
@dir %%DATADIR%%

Return to bug 208135