Skip to content

Commit

Permalink
devel/include-what-you-use: Update version 0.15=>0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Mar 12, 2022
1 parent 0d1e1a1 commit 519eb2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 4 additions & 0 deletions devel/include-what-you-use/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 519eb2e

Please sign in to comment.