svn commit: r385682 - branches/2015Q2/www/p5-RTx-Calendar

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:48:56 UTC 2015


Author: amdmi3
Date: Thu May  7 20:48:55 2015
New Revision: 385682
URL: https://svnweb.freebsd.org/changeset/ports/385682

Log:
  MFH: r385348
  
  - Add NEED_ROOT, doesn't build from plain user (Couldn't load RT config file RT_Config.pm as user nobody / group nobody)
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/www/p5-RTx-Calendar/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/p5-RTx-Calendar/Makefile
==============================================================================
--- branches/2015Q2/www/p5-RTx-Calendar/Makefile	Thu May  7 20:47:47 2015	(r385681)
+++ branches/2015Q2/www/p5-RTx-Calendar/Makefile	Thu May  7 20:48:55 2015	(r385682)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	p5-Date-ICal>0:${PORTSDIR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
+NEED_ROOT=	yes
 
 USES+=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list