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

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cgit
3
PORTNAME=	cgit
4
PORTVERSION=	1.1
4
PORTVERSION=	1.1
5
PORTREVISION=	17
5
PORTREVISION=	18
6
CATEGORIES=	devel www
6
CATEGORIES=	devel www
7
MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
7
MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
8
		https://www.kernel.org/pub/software/scm/git/:git
8
		https://www.kernel.org/pub/software/scm/git/:git
Lines 15-20 Link Here
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
17
18
BUILD_DEPENDS=	a2x:textproc/asciidoc
18
TEST_DEPENDS=	msgfmt:devel/gettext-tools
19
TEST_DEPENDS=	msgfmt:devel/gettext-tools
19
20
20
GIT_VERSION=	2.16.3
21
GIT_VERSION=	2.16.3
Lines 33-40 Link Here
33
34
34
SUB_FILES=	pkg-message
35
SUB_FILES=	pkg-message
35
36
36
PORTDOCS=	${PORTNAME}rc.5.txt
37
38
OPTIONS_DEFINE=	DOCS
37
OPTIONS_DEFINE=	DOCS
39
38
40
post-extract:
39
post-extract:
Lines 54-60 Link Here
54
	${STRIP_CMD} ${STAGEDIR}${WWWDIR}/cgit.cgi
53
	${STRIP_CMD} ${STAGEDIR}${WWWDIR}/cgit.cgi
55
54
56
post-install-DOCS-on:
55
post-install-DOCS-on:
57
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
56
	a2x --doctype manpage --format manpage ${WRKSRC}/cgitrc.5.txt
58
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
57
	${INSTALL_MAN} ${WRKSRC}/cgitrc.5 ${STAGEDIR}${PREFIX}/man/man5
59
58
60
.include <bsd.port.mk>
59
.include <bsd.port.mk>
(-)files/pkg-message.in (-1 / +1 lines)
Lines 10-14 Link Here
10
  </Directory>
10
  </Directory>
11
11
12
Documentation and sample configuration can be found
12
Documentation and sample configuration can be found
13
in %%DOCSDIR%%/cgitrc.5.txt.
13
in cgitrc(5) manpage.
14
---------------------------------------------------
14
---------------------------------------------------
(-)pkg-plist (+1 lines)
Lines 12-17 Link Here
12
lib/cgit/filters/simple-authentication.lua
12
lib/cgit/filters/simple-authentication.lua
13
lib/cgit/filters/syntax-highlighting.py
13
lib/cgit/filters/syntax-highlighting.py
14
lib/cgit/filters/syntax-highlighting.sh
14
lib/cgit/filters/syntax-highlighting.sh
15
man/man5/cgitrc.5.gz
15
%%WWWDIR%%/cgit.cgi
16
%%WWWDIR%%/cgit.cgi
16
%%WWWDIR%%/cgit.css
17
%%WWWDIR%%/cgit.css
17
%%WWWDIR%%/cgit.png
18
%%WWWDIR%%/cgit.png

Return to bug 227304