svn commit: r495730 - head/devel/cgit
Ryan Steinmetz
zi at FreeBSD.org
Thu Mar 14 20:02:06 UTC 2019
Author: zi
Date: Thu Mar 14 20:02:04 2019
New Revision: 495730
URL: https://svnweb.freebsd.org/changeset/ports/495730
Log:
- Shebang fix for cgit filters
- Bump PORTREVISION
PR: 236420
Submitted by: Frank van den Boom <frank at am-knie.de>
Approved by: Marko Turk <mt at markoturk.info> (maintainer)
Modified:
head/devel/cgit/Makefile
Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile Thu Mar 14 19:44:50 2019 (r495729)
+++ head/devel/cgit/Makefile Thu Mar 14 20:02:04 2019 (r495730)
@@ -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 \
More information about the svn-ports-all
mailing list