From owner-svn-ports-head@freebsd.org Mon Jul 3 12:59:05 2017 Return-Path: Delivered-To: svn-ports-head@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 E41519E63C2; Mon, 3 Jul 2017 12:59:05 +0000 (UTC) (envelope-from bhughes@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 B15F86F10E; Mon, 3 Jul 2017 12:59:05 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v63Cx4rq098579; Mon, 3 Jul 2017 12:59:04 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v63Cx41T098578; Mon, 3 Jul 2017 12:59:04 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201707031259.v63Cx41T098578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Mon, 3 Jul 2017 12:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444946 - head/devel/sonar-scanner-cli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/sonar-scanner-cli X-SVN-Commit-Revision: 444946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 12:59:06 -0000 Author: bhughes Date: Mon Jul 3 12:59:04 2017 New Revision: 444946 URL: https://svnweb.freebsd.org/changeset/ports/444946 Log: devel/sonar-scanner-cli: Fix build as non-root PR: 220115 Submitted by: Duan Vejnovi<8D> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11438 Modified: head/devel/sonar-scanner-cli/Makefile Modified: head/devel/sonar-scanner-cli/Makefile ============================================================================== --- head/devel/sonar-scanner-cli/Makefile Mon Jul 3 12:58:53 2017 (r444945) +++ head/devel/sonar-scanner-cli/Makefile Mon Jul 3 12:59:04 2017 (r444946) @@ -3,6 +3,7 @@ PORTNAME= sonar-scanner-cli PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= https://sonarsource.bintray.com/Distribution/${PORTNAME}/ DISTNAME= sonar-scanner-${PORTVERSION} @@ -38,7 +39,6 @@ do-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) @${MV} -f ${STAGEDIR}${PREFIX}/${PORTNAME}/conf/${SQ_CLI}.properties \ ${STAGEDIR}${PREFIX}/${PORTNAME}/conf/${SQ_CLI}.properties.sample - @${CHMOD} -R 644 ${STAGEDIR}${PREFIX}/${PORTNAME} post-install: @${LN} -f ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/${SR} \