From owner-svn-ports-all@freebsd.org Wed Mar 9 11:12:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DB00AC8F93; Wed, 9 Mar 2016 11:12:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2D52221; Wed, 9 Mar 2016 11:12:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u29BC5pY081950; Wed, 9 Mar 2016 11:12:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u29BC5VS081949; Wed, 9 Mar 2016 11:12:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201603091112.u29BC5VS081949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 9 Mar 2016 11:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410698 - head/devel/include-what-you-use X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 11:12:06 -0000 Author: antoine Date: Wed Mar 9 11:12:04 2016 New Revision: 410698 URL: https://svnweb.freebsd.org/changeset/ports/410698 Log: Fix DEPENDS Modified: head/devel/include-what-you-use/Makefile Modified: head/devel/include-what-you-use/Makefile ============================================================================== --- head/devel/include-what-you-use/Makefile Wed Mar 9 10:57:37 2016 (r410697) +++ head/devel/include-what-you-use/Makefile Wed Mar 9 11:12:04 2016 (r410698) @@ -3,6 +3,7 @@ PORTNAME= include-what-you-use PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org @@ -11,8 +12,8 @@ COMMENT= Tool for use with clang to anal LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= clang37:${PORTSDIR}/lang/clang37 -RUN_DEPENDS= clang37:${PORTSDIR}/lang/clang37 +BUILD_DEPENDS= clang37:${PORTSDIR}/devel/llvm37 +RUN_DEPENDS= clang37:${PORTSDIR}/devel/llvm37 USES= cmake:outsource ncurses python:run USE_GITHUB= yes