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

(-)Makefile (-4 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cgit
3
PORTNAME=	cgit
4
PORTVERSION=	0.12
4
PORTVERSION=	1.0
5
CATEGORIES=	devel www
5
CATEGORIES=	devel www
6
MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
6
MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
7
		https://www.kernel.org/pub/software/scm/git/:git
7
		https://www.kernel.org/pub/software/scm/git/:git
Lines 15-23 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
PROJECTHOST=	git-core
17
PROJECTHOST=	git-core
18
GIT_VERSION=	2.7.0
18
GIT_VERSION=	2.9.2
19
USES=		cpe gmake iconv shebangfix tar:xz
19
USES=		cpe gmake iconv shebangfix ssl tar:xz
20
USE_OPENSSL=	yes
21
CPE_VENDOR=	lars_hjemli
20
CPE_VENDOR=	lars_hjemli
22
SHEBANG_FILES=	filters/html-converters/rst2html
21
SHEBANG_FILES=	filters/html-converters/rst2html
23
22
(-)distinfo (-4 / +5 lines)
Lines 1-4 Link Here
1
SHA256 (cgit-0.12.tar.xz) = 2ee233849335a64529a01cf2b6165ed492e20268e6e2526d7a7529ef1e24a5b7
1
TIMESTAMP = 1468856093
2
SIZE (cgit-0.12.tar.xz) = 85152
2
SHA256 (cgit-1.0.tar.xz) = a89754610922f122468c791888ed6309a81fa0f3ae948d118284b673cb40704d
3
SHA256 (git-2.7.0.tar.gz) = db9df4435c70a9b25d20a9ee20d65101692dc907a5a4b30e8343c9ae1b913ead
3
SIZE (cgit-1.0.tar.xz) = 85924
4
SIZE (git-2.7.0.tar.gz) = 5622494
4
SHA256 (git-2.9.2.tar.gz) = 3cb09a3917c2d8150fc1708f3019cf99a8f0feee6cd61bba3797e3b2a85be9dc
5
SIZE (git-2.9.2.tar.gz) = 5910696

Return to bug 211200