aboutsummaryrefslogtreecommitdiff
path: root/devel/cgit
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2019-03-14 20:02:04 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2019-03-14 20:02:04 +0000
commit85eda320322304dc6172dc8f4fa1369274e7e8a1 (patch)
tree578f823df9bfe36181ef9ad0676ca5e36ec8f038 /devel/cgit
parentb53e949be12bdef33400d0dc30e34c6f111851aa (diff)
downloadports-85eda320322304dc6172dc8f4fa1369274e7e8a1.tar.gz
ports-85eda320322304dc6172dc8f4fa1369274e7e8a1.zip
- Shebang fix for cgit filters
- Bump PORTREVISION PR: 236420 Submitted by: Frank van den Boom <frank@am-knie.de> Approved by: Marko Turk <mt@markoturk.info> (maintainer)
Notes
Notes: svn path=/head/; revision=495730
Diffstat (limited to 'devel/cgit')
-rw-r--r--devel/cgit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile
index 51ac6e7fd437..a640553a0b7b 100644
--- a/devel/cgit/Makefile
+++ b/devel/cgit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cgit
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
https://www.kernel.org/pub/software/scm/git/:git
@@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= msgfmt:devel/gettext-tools
GIT_VERSION= 2.18.0
-USES= cpe gmake iconv perl5 python:env shebangfix ssl tar:xz
+USES= cpe gmake iconv perl5 python:3.2+,env shebangfix ssl tar:xz
CPE_VENDOR= lars_hjemli
USE_PERL5= test
SHEBANG_FILES= filters/email-gravatar.py \