Date: Sat, 12 Mar 2022 10:32:21 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 519eb2e24fc0 - main - devel/include-what-you-use: Update version 0.15=>0.17 Message-ID: <202203121032.22CAWLvB036619@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=519eb2e24fc0a7768585ca1fd4744bc0c6574371 commit 519eb2e24fc0a7768585ca1fd4744bc0c6574371 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-09 15:32:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:32:16 +0000 devel/include-what-you-use: Update version 0.15=>0.17 - Add support llvm13 Relnotes: https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.17 --- devel/include-what-you-use/Makefile | 6 +++--- devel/include-what-you-use/distinfo | 6 +++--- devel/include-what-you-use/pkg-plist | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 1bad1379c351..299979cf6115 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak <koobs@FreeBSD.org> PORTNAME= include-what-you-use -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -10,13 +10,13 @@ COMMENT= Tool for use with clang to analyze \#includes in C and C++ source files LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -LLVM_VER= 11 +LLVM_VER= 13 BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} RUN_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} USES= cmake compiler:c++11-lang ncurses python:run shebangfix USE_GITHUB= yes -GH_TAGNAME= clang_${LLVM_VER} +#GH_TAGNAME= clang_${LLVM_VER} SHEBANG_FILES= fix_includes.py \ iwyu_tool.py diff --git a/devel/include-what-you-use/distinfo b/devel/include-what-you-use/distinfo index c5d3fac3033e..cb74026dc42f 100644 --- a/devel/include-what-you-use/distinfo +++ b/devel/include-what-you-use/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618750002 -SHA256 (include-what-you-use-include-what-you-use-0.15-clang_11_GH0.tar.gz) = 73a70a58d3e1a2e7beece7349580622db9d6b275b600d0e9bbc1c157dd7b9388 -SIZE (include-what-you-use-include-what-you-use-0.15-clang_11_GH0.tar.gz) = 603430 +TIMESTAMP = 1646808050 +SHA256 (include-what-you-use-include-what-you-use-0.17_GH0.tar.gz) = 2682727a4462d2d233ac1c03e63b29d606262dd9e54920e7a70dddc25d4cb270 +SIZE (include-what-you-use-include-what-you-use-0.17_GH0.tar.gz) = 747385 diff --git a/devel/include-what-you-use/pkg-plist b/devel/include-what-you-use/pkg-plist index ce0464b651a8..d618f26c9b6d 100644 --- a/devel/include-what-you-use/pkg-plist +++ b/devel/include-what-you-use/pkg-plist @@ -4,6 +4,8 @@ bin/iwyu_tool.py man/man1/include-what-you-use.1.gz %%DATADIR%%/boost-1.64-all-private.imp %%DATADIR%%/boost-1.64-all.imp +%%DATADIR%%/boost-1.75-all-private.imp +%%DATADIR%%/boost-1.75-all.imp %%DATADIR%%/boost-all-private.imp %%DATADIR%%/boost-all.imp %%DATADIR%%/clang-6.intrinsics.imp @@ -13,6 +15,8 @@ man/man1/include-what-you-use.1.gz %%DATADIR%%/gcc.symbols.imp %%DATADIR%%/iwyu.gcc.imp %%DATADIR%%/libcxx.imp +%%DATADIR%%/python2.7.imp +%%DATADIR%%/%%PYTHON_VERSION%%.imp %%DATADIR%%/qt4.imp %%DATADIR%%/qt5_11.imp %%DATADIR%%/qt5_4.imp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121032.22CAWLvB036619>