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

(-)Makefile (-3 / +3 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cgit
3
PORTNAME=	cgit
4
PORTVERSION=	1.0
4
PORTVERSION=	1.1
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
8
DISTFILES=	cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
8
DISTFILES=	cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
9
		git-${GIT_VERSION}.tar.gz:git
9
		git-${GIT_VERSION}${EXTRACT_SUFX}:git
10
10
11
MAINTAINER=	kevinz5000@gmail.com
11
MAINTAINER=	kevinz5000@gmail.com
12
COMMENT=	Hyperfast web frontend for Git repositories
12
COMMENT=	Hyperfast web frontend for Git repositories
Lines 15-21 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.9.2
18
GIT_VERSION=	2.10.2
19
USES=		cpe gmake iconv shebangfix ssl tar:xz
19
USES=		cpe gmake iconv shebangfix ssl tar:xz
20
CPE_VENDOR=	lars_hjemli
20
CPE_VENDOR=	lars_hjemli
21
SHEBANG_FILES=	filters/html-converters/rst2html
21
SHEBANG_FILES=	filters/html-converters/rst2html
(-)distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1468856093
1
TIMESTAMP = 1479922408
2
SHA256 (cgit-1.0.tar.xz) = a89754610922f122468c791888ed6309a81fa0f3ae948d118284b673cb40704d
2
SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890
3
SIZE (cgit-1.0.tar.xz) = 85924
3
SIZE (cgit-1.1.tar.xz) = 86268
4
SHA256 (git-2.9.2.tar.gz) = 3cb09a3917c2d8150fc1708f3019cf99a8f0feee6cd61bba3797e3b2a85be9dc
4
SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671
5
SIZE (git-2.9.2.tar.gz) = 5910696
5
SIZE (git-2.10.2.tar.xz) = 4106108

Return to bug 214791