pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/include-what-you-use include-what-you-use: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a0f417a5076
branches:  trunk
changeset: 334665:6a0f417a5076
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 02 08:45:24 2019 +0000

description:
include-what-you-use: updated to 0.12

iwyu 0.12 compatible with llvm+clang 8.0 is released. Major changes:
[iwyu] New command-line option: --keep to mirror IWYU pragma: keep
[iwyu] New command-line option: --cxx17ns to suggest compact C++17 nested namespaces
[iwyu] Improve --no_fwd_decls to optimize for minimal number of redeclarations
[iwyu] Improved mappings for POSIX types and let mappings apply to builtins as well
[iwyu] More principled handling of explicit template instantiations
[iwyu_tool] Breaking change: extra args are no longer automatically prefixed with -Xiwyu (so you can use them for Clang args too)
[iwyu_tool] Better Windows support
[fix_includes] Better handling of template forward-decls

diffstat:

 devel/include-what-you-use/Makefile |   6 +++---
 devel/include-what-you-use/PLIST    |   3 +--
 devel/include-what-you-use/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r d0fab7d2bd16 -r 6a0f417a5076 devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Sun Jun 02 08:43:05 2019 +0000
+++ b/devel/include-what-you-use/Makefile       Sun Jun 02 08:45:24 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:32:46 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/02 08:45:24 adam Exp $
 
-DISTNAME=      include-what-you-use-0.11
-PKGREVISION=   1
+DISTNAME=      include-what-you-use-0.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=include-what-you-use/}
+GITHUB_TAG=    clang_8.0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://include-what-you-use.org/
diff -r d0fab7d2bd16 -r 6a0f417a5076 devel/include-what-you-use/PLIST
--- a/devel/include-what-you-use/PLIST  Sun Jun 02 08:43:05 2019 +0000
+++ b/devel/include-what-you-use/PLIST  Sun Jun 02 08:45:24 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/12/09 20:12:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/02 08:45:24 adam Exp $
 bin/fix_includes.py
 bin/include-what-you-use
 bin/iwyu_tool.py
@@ -16,4 +16,3 @@
 share/include-what-you-use/qt4.imp
 share/include-what-you-use/qt5_4.imp
 share/include-what-you-use/stl.c.headers.imp
-share/include-what-you-use/third_party.imp
diff -r d0fab7d2bd16 -r 6a0f417a5076 devel/include-what-you-use/distinfo
--- a/devel/include-what-you-use/distinfo       Sun Jun 02 08:43:05 2019 +0000
+++ b/devel/include-what-you-use/distinfo       Sun Jun 02 08:45:24 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/12/09 20:12:47 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/06/02 08:45:24 adam Exp $
 
-SHA1 (include-what-you-use-0.11.tar.gz) = da576648d83ff952c58266726d060b723d9a2179
-RMD160 (include-what-you-use-0.11.tar.gz) = 9e42a46c94014b438f15de50158d8da9c38f6bab
-SHA512 (include-what-you-use-0.11.tar.gz) = 9fbc12d152dcc4351430d6e06fe8d53df69acb778702745f86d0a8c1b93dde9c145d7dbaec0db117dabd55e4b531d1f611a7070fb0d1c75e6f81a8744da04068
-Size (include-what-you-use-0.11.tar.gz) = 541819 bytes
+SHA1 (include-what-you-use-0.12.tar.gz) = 06ec3600bc9ab3fae624c505c4c6cc741b5133e7
+RMD160 (include-what-you-use-0.12.tar.gz) = 384aa15a5a40878b5a17090d20629b98c702eae2
+SHA512 (include-what-you-use-0.12.tar.gz) = e75e91ce198b1ec446ed34afcf9fdbcb0534c5edc5346e4884f0f589c73512d778c428aa71c1b109d45a45543a952438610ab21e32ef1f03ff1a014823ed8425
+Size (include-what-you-use-0.12.tar.gz) = 545788 bytes
 SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2



Home | Main Index | Thread Index | Old Index