svn commit: r441058 - head/devel/include-what-you-use

Tobias C. Berner tcberner at FreeBSD.org
Tue May 16 21:05:42 UTC 2017


Author: tcberner
Date: Tue May 16 21:05:41 2017
New Revision: 441058
URL: https://svnweb.freebsd.org/changeset/ports/441058

Log:
  Fix shebangs.
  
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/devel/include-what-you-use/Makefile

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Tue May 16 21:05:08 2017	(r441057)
+++ head/devel/include-what-you-use/Makefile	Tue May 16 21:05:41 2017	(r441058)
@@ -3,6 +3,7 @@
 
 PORTNAME=	include-what-you-use
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	koobs at FreeBSD.org
@@ -14,9 +15,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 BUILD_DEPENDS=	clang39:devel/llvm39
 RUN_DEPENDS=	clang39:devel/llvm39
 
-USES=		cmake:outsource ncurses python:run
+USES=		cmake:outsource ncurses python:run shebangfix
 USE_GITHUB=	yes
 
+SHEBANG_FILES=	fix_includes.py \
+		iwyu_tool.py
+
 GH_TAGNAME=	clang_3.9
 
 CMAKE_ARGS+=	-DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm39/include \


More information about the svn-ports-all mailing list