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