diff options
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r-- | devel/cgit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 9085ebbdca86..86a64acfd9d5 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git @@ -16,11 +15,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PROJECTHOST= git-core -GIT_VERSION= 2.3.3 +GIT_VERSION= 2.7.0 USES= cpe gmake iconv shebangfix tar:xz USE_OPENSSL= yes CPE_VENDOR= lars_hjemli -SHEBANG_FILES= filters/html-converters/resources/markdown.pl +SHEBANG_FILES= filters/html-converters/rst2html CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |