From owner-dev-commits-ports-all@freebsd.org Thu Apr 22 12:40:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46F8B5F137F; Thu, 22 Apr 2021 12:40:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FQxq31cDDz3sHV; Thu, 22 Apr 2021 12:40:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 202DD19EB4; Thu, 22 Apr 2021 12:40:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13MCeliL019521; Thu, 22 Apr 2021 12:40:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13MCelh1019520; Thu, 22 Apr 2021 12:40:47 GMT (envelope-from git) Date: Thu, 22 Apr 2021 12:40:47 GMT Message-Id: <202104221240.13MCelh1019520@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 2c9f5d1cb54d - main - devel/include-what-you-use: update to 0.15 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c9f5d1cb54dc06c60f83ee79435c0bdf579e65d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2021 12:40:47 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c9f5d1cb54dc06c60f83ee79435c0bdf579e65d commit 2c9f5d1cb54dc06c60f83ee79435c0bdf579e65d Author: Rene Ladan AuthorDate: 2021-04-22 12:38:46 +0000 Commit: Rene Ladan CommitDate: 2021-04-22 12:40:36 +0000 devel/include-what-you-use: update to 0.15 PR: 255189 Approved by: koobs (maintainer) MFH: 2021Q2 (several bugfix releases) --- devel/include-what-you-use/Makefile | 8 +++----- devel/include-what-you-use/distinfo | 6 +++--- devel/include-what-you-use/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 44cce81b8a6d..41b1de142df9 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -1,8 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= include-what-you-use -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org @@ -11,18 +10,17 @@ COMMENT= Tool for use with clang to analyze \#includes in C and C++ source files LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -LLVM_VER= 80 +LLVM_VER= 11 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} SHEBANG_FILES= fix_includes.py \ iwyu_tool.py -GH_TAGNAME= clang_8.0 - CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/llvm \ -DClang_DIR=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/clang diff --git a/devel/include-what-you-use/distinfo b/devel/include-what-you-use/distinfo index 13d2527b6b93..c5d3fac3033e 100644 --- a/devel/include-what-you-use/distinfo +++ b/devel/include-what-you-use/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556011804 -SHA256 (include-what-you-use-include-what-you-use-0.12-clang_8.0_GH0.tar.gz) = 2df080a3e657ebf40386c94a327d1aeeb9ff8d4569bfb860df398629b7f0fdb6 -SIZE (include-what-you-use-include-what-you-use-0.12-clang_8.0_GH0.tar.gz) = 545788 +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 diff --git a/devel/include-what-you-use/pkg-plist b/devel/include-what-you-use/pkg-plist index 543823b36104..ce0464b651a8 100644 --- a/devel/include-what-you-use/pkg-plist +++ b/devel/include-what-you-use/pkg-plist @@ -1,6 +1,7 @@ bin/fix_includes.py bin/include-what-you-use 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-all-private.imp @@ -13,5 +14,6 @@ bin/iwyu_tool.py %%DATADIR%%/iwyu.gcc.imp %%DATADIR%%/libcxx.imp %%DATADIR%%/qt4.imp +%%DATADIR%%/qt5_11.imp %%DATADIR%%/qt5_4.imp %%DATADIR%%/stl.c.headers.imp