pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/include-what-you-use



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 18 05:48:54 UTC 2020

Modified Files:
        pkgsrc/devel/include-what-you-use: Makefile PLIST distinfo

Log Message:
include-what-you-use: update to 0.14.

iwyu 0.14 compatible with llvm+clang 10 is released. Major changes:

    [iwyu] Report non-builtin enum base types
    [iwyu] Disable forward-declares for decls in inline namespaces
    [iwyu] Make C structs forward-declarable again
    [iwyu] Always keep Qt .moc includes
    [iwyu] Include binary type traits in analysis (e.g. __is_convertible_to)
    [iwyu_tool] Fail fast if include-what-you-use is not found
    [iwyu_tool] Print all diagnostic ouptut to stderr
    [fix_includes] Improve file extension detection
    Add man page for include-what-you-use


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/include-what-you-use/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/include-what-you-use/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/include-what-you-use/Makefile
diff -u pkgsrc/devel/include-what-you-use/Makefile:1.18 pkgsrc/devel/include-what-you-use/Makefile:1.19
--- pkgsrc/devel/include-what-you-use/Makefile:1.18     Tue Nov 26 18:34:31 2019
+++ pkgsrc/devel/include-what-you-use/Makefile  Mon May 18 05:48:54 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/11/26 18:34:31 nia Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/18 05:48:54 wiz Exp $
 
-DISTNAME=      include-what-you-use-0.13.src
+DISTNAME=      include-what-you-use-0.14.src
 PKGNAME=       ${DISTNAME:S/.src//1}
 CATEGORIES=    devel
 MASTER_SITES=  https://include-what-you-use.org/downloads/

Index: pkgsrc/devel/include-what-you-use/PLIST
diff -u pkgsrc/devel/include-what-you-use/PLIST:1.5 pkgsrc/devel/include-what-you-use/PLIST:1.6
--- pkgsrc/devel/include-what-you-use/PLIST:1.5 Tue Nov 26 18:34:31 2019
+++ pkgsrc/devel/include-what-you-use/PLIST     Mon May 18 05:48:54 2020
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2019/11/26 18:34:31 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/18 05:48:54 wiz Exp $
 bin/fix_includes.py
 bin/include-what-you-use
 bin/iwyu_tool.py
+man/man1/include-what-you-use.1
 share/include-what-you-use/boost-1.64-all-private.imp
 share/include-what-you-use/boost-1.64-all.imp
 share/include-what-you-use/boost-all-private.imp

Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.11 pkgsrc/devel/include-what-you-use/distinfo:1.12
--- pkgsrc/devel/include-what-you-use/distinfo:1.11     Tue Nov 26 18:34:31 2019
+++ pkgsrc/devel/include-what-you-use/distinfo  Mon May 18 05:48:54 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2019/11/26 18:34:31 nia Exp $
+$NetBSD: distinfo,v 1.12 2020/05/18 05:48:54 wiz Exp $
 
-SHA1 (include-what-you-use-0.13.src.tar.gz) = 533f4c70a1bf1b0fd859242e416516a33914d981
-RMD160 (include-what-you-use-0.13.src.tar.gz) = e42ab3337a935b22211cc68f9f728f152b953439
-SHA512 (include-what-you-use-0.13.src.tar.gz) = b75a7cf076c74be0d8f21c35710be37d66911bfea0837bc1135d6782a745379e059e3efd09f278dd40545009d209b8c00d42a32f40efb31b876a9a3aa4607df9
-Size (include-what-you-use-0.13.src.tar.gz) = 589267 bytes
+SHA1 (include-what-you-use-0.14.src.tar.gz) = a67e9a48f18c70c6f3cb6fed5357a21c708187c6
+RMD160 (include-what-you-use-0.14.src.tar.gz) = 284cb5d5cfe20bf10f979db4aab036197971a12a
+SHA512 (include-what-you-use-0.14.src.tar.gz) = ac328c6bdf834fde58bbf14c662fdf97aac22a24a85bce4a6475c73027b3ec1c558925efb5f0ac3addf446f21d29e37a70a7c5773c178f9ab7f12e90be7d69b4
+Size (include-what-you-use-0.14.src.tar.gz) = 598485 bytes
 SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2



Home | Main Index | Thread Index | Old Index