Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2018 09:32:08 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Rene Ladan <rene@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r476475 - head/devel/include-what-you-use
Message-ID:  <dabb82ef-be41-6d16-f18b-a609c06699c1@FreeBSD.org>
In-Reply-To: <201808052045.w75Kjlnl059608@repo.freebsd.org>
References:  <201808052045.w75Kjlnl059608@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/08/2018 6:45 am, Rene Ladan wrote:
> Author: rene
> Date: Sun Aug  5 20:45:47 2018
> New Revision: 476475
> URL: https://svnweb.freebsd.org/changeset/ports/476475
> 
> Log:
>   devel/include-what-you-use: update to version 0.10
>   
>   This version uses clang 6.0
>   
>   Take over maintainership.
>   
>   Approved by:	 koobs (implicit, three consecutive maintainer timeouts)

While 'technically correct', there's plenty of evidence I'm active
(particularly of late), and the timeouts referenced date back to 2016.

2016-12-27 215211
2017-12-24 223537
2018-01-31 224617

Please revert the maintainer change and in future for maintainer
changes, submit a PR with a maintainer change patch, and let that
timeout. That's explicit.

> Modified:
>   head/devel/include-what-you-use/Makefile
>   head/devel/include-what-you-use/distinfo
> 
> Modified: head/devel/include-what-you-use/Makefile
> ==============================================================================
> --- head/devel/include-what-you-use/Makefile	Sun Aug  5 20:39:28 2018	(r476474)
> +++ head/devel/include-what-you-use/Makefile	Sun Aug  5 20:45:47 2018	(r476475)
> @@ -2,11 +2,10 @@
>  # $FreeBSD$
>  
>  PORTNAME=	include-what-you-use
> -PORTVERSION=	0.8
> -PORTREVISION=	1
> +PORTVERSION=	0.10
>  CATEGORIES=	devel
>  
> -MAINTAINER=	koobs@FreeBSD.org
> +MAINTAINER=	rene@FreeBSD.org
>  COMMENT=	Tool for use with clang to analyze #includes in C and C++ source files
>  
>  LICENSE=	NCSA
> @@ -14,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
>  
>  BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=c++11"
>  
> -BUILD_DEPENDS=	clang50:devel/llvm50
> -RUN_DEPENDS=	clang50:devel/llvm50
> +BUILD_DEPENDS=	clang60:devel/llvm60
> +RUN_DEPENDS=	clang60:devel/llvm60
>  
>  USES=		cmake:outsource ncurses python:run shebangfix
>  USE_GITHUB=	yes
> @@ -23,9 +22,9 @@ USE_GITHUB=	yes
>  SHEBANG_FILES=	fix_includes.py \
>  		iwyu_tool.py
>  
> -GH_TAGNAME=	clang_5.0
> +GH_TAGNAME=	clang_6.0
>  
> -CMAKE_ARGS+=	-DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm50/include \
> -		-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm50/lib
> +CMAKE_ARGS+=	-DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm60/include \
> +		-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm60/lib
>  
>  .include <bsd.port.mk>
> 
> Modified: head/devel/include-what-you-use/distinfo
> ==============================================================================
> --- head/devel/include-what-you-use/distinfo	Sun Aug  5 20:39:28 2018	(r476474)
> +++ head/devel/include-what-you-use/distinfo	Sun Aug  5 20:45:47 2018	(r476475)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1512206198
> -SHA256 (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = a9ec29f9a2127816facabe3fab1d72dc5b5326ebe5013f2223b56565f3783828
> -SIZE (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = 439081
> +TIMESTAMP = 1533500686
> +SHA256 (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 720275b2742462004c8b2b2317571569cec8d084f6e8eda745c99043b63d7175
> +SIZE (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 440406
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dabb82ef-be41-6d16-f18b-a609c06699c1>