|
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 |