svn commit: r388687 - head/mail/sympa

Mathieu Arnold mat at FreeBSD.org
Sun Jun 7 09:28:17 UTC 2015


Author: mat
Date: Sun Jun  7 09:28:16 2015
New Revision: 388687
URL: https://svnweb.freebsd.org/changeset/ports/388687

Log:
  Fix build as a user.
  
  Sponsored by:	Absolight

Modified:
  head/mail/sympa/Makefile
  head/mail/sympa/pkg-plist

Modified: head/mail/sympa/Makefile
==============================================================================
--- head/mail/sympa/Makefile	Sat Jun  6 21:30:14 2015	(r388686)
+++ head/mail/sympa/Makefile	Sun Jun  7 09:28:16 2015	(r388687)
@@ -44,7 +44,7 @@ PORTSCOUT=	limit:^[0-9]+(\.[0-9]+)*$$
 USERS=		sympa
 GROUPS=		sympa
 # Shebang is corrected by configure script
-USES=		cpe perl5
+USES=		cpe perl5 fakeroot
 GNU_CONFIGURE=	yes
 ICONSDIR?=	www/icons
 CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME}	\

Modified: head/mail/sympa/pkg-plist
==============================================================================
--- head/mail/sympa/pkg-plist	Sat Jun  6 21:30:14 2015	(r388686)
+++ head/mail/sympa/pkg-plist	Sun Jun  7 09:28:16 2015	(r388687)
@@ -74,12 +74,12 @@ libexec/sympa/tpl2tt2.pl
 libexec/sympa/tt2.pm
 libexec/sympa/wwslib.pm
 @owner sympa
-libexec/sympa/bouncequeue
-libexec/sympa/familyqueue
-libexec/sympa/queue
-libexec/sympa/sympa_newaliases-wrapper
-libexec/sympa/sympa_soap_server-wrapper.fcgi
-libexec/sympa/wwsympa-wrapper.fcgi
+@(,,4755) libexec/sympa/bouncequeue
+@(,,4755) libexec/sympa/familyqueue
+@(,,4755) libexec/sympa/queue
+@(,,4750) libexec/sympa/sympa_newaliases-wrapper
+@(,,6755) libexec/sympa/sympa_soap_server-wrapper.fcgi
+@(,,6755) libexec/sympa/wwsympa-wrapper.fcgi
 @owner
 libexec/sympa/wwsympa.fcgi
 @group


More information about the svn-ports-all mailing list