svn commit: r476475 - head/devel/include-what-you-use
Rene Ladan
rene at FreeBSD.org
Sun Aug 5 20:45:49 UTC 2018
Author: rene
Date: Sun Aug 5 20:45:47 2018
New Revision: 476475
URL: https://svnweb.freebsd.org/changeset/ports/476475
Log:
devel/include-what-you-use: update to version 0.10
This version uses clang 6.0
Take over maintainership.
Approved by: koobs (implicit, three consecutive maintainer timeouts)
Modified:
head/devel/include-what-you-use/Makefile
head/devel/include-what-you-use/distinfo
Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile Sun Aug 5 20:39:28 2018 (r476474)
+++ head/devel/include-what-you-use/Makefile Sun Aug 5 20:45:47 2018 (r476475)
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= include-what-you-use
-PORTVERSION= 0.8
-PORTREVISION= 1
+PORTVERSION= 0.10
CATEGORIES= devel
-MAINTAINER= koobs at FreeBSD.org
+MAINTAINER= rene at FreeBSD.org
COMMENT= Tool for use with clang to analyze #includes in C and C++ source files
LICENSE= NCSA
@@ -14,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
-BUILD_DEPENDS= clang50:devel/llvm50
-RUN_DEPENDS= clang50:devel/llvm50
+BUILD_DEPENDS= clang60:devel/llvm60
+RUN_DEPENDS= clang60:devel/llvm60
USES= cmake:outsource ncurses python:run shebangfix
USE_GITHUB= yes
@@ -23,9 +22,9 @@ USE_GITHUB= yes
SHEBANG_FILES= fix_includes.py \
iwyu_tool.py
-GH_TAGNAME= clang_5.0
+GH_TAGNAME= clang_6.0
-CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm50/include \
- -DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm50/lib
+CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm60/include \
+ -DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm60/lib
.include <bsd.port.mk>
Modified: head/devel/include-what-you-use/distinfo
==============================================================================
--- head/devel/include-what-you-use/distinfo Sun Aug 5 20:39:28 2018 (r476474)
+++ head/devel/include-what-you-use/distinfo Sun Aug 5 20:45:47 2018 (r476475)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512206198
-SHA256 (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = a9ec29f9a2127816facabe3fab1d72dc5b5326ebe5013f2223b56565f3783828
-SIZE (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = 439081
+TIMESTAMP = 1533500686
+SHA256 (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 720275b2742462004c8b2b2317571569cec8d084f6e8eda745c99043b63d7175
+SIZE (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 440406
More information about the svn-ports-head
mailing list