svn commit: r444946 - head/devel/sonar-scanner-cli

Bradley T. Hughes bhughes at FreeBSD.org
Mon Jul 3 12:59:06 UTC 2017


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:   Du<C5><A1>an Vejnovi<C4><8D> <freebsd at dussan.org> (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} \


More information about the svn-ports-all mailing list