Date: Sun, 7 Jun 2015 09:28:17 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388687 - head/mail/sympa Message-ID: <201506070928.t579SHhu027092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506070928.t579SHhu027092>