The three wrappers have to be owned by sympa (and setuid, but it is the case). Generated with FreeBSD Port Tools 1.01 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->crees Over to maintainer (via the GNATS Auto Assign Tool)
Actually, this is not exactly right, attached a new patch, everything in libexec/sympa has to be owned by sympa, it seems. -- Mathieu Arnold
Author: crees Date: Sat Apr 19 17:10:40 2014 New Revision: 351603 URL: http://svnweb.freebsd.org/changeset/ports/351603 QAT: https://qat.redports.org/buildarchive/r351603/ Log: Add NLS to OPTIONS_DEFINE as it's used in the port PR: ports/188688 Submitted by: mat Fix ownership of installed libexec files PR: ports/188689 Submitted by: mat Modified: head/mail/sympa/Makefile head/mail/sympa/pkg-plist Modified: head/mail/sympa/Makefile ============================================================================== --- head/mail/sympa/Makefile Sat Apr 19 17:01:37 2014 (r351602) +++ head/mail/sympa/Makefile Sat Apr 19 17:10:40 2014 (r351603) @@ -3,6 +3,7 @@ PORTNAME= sympa PORTVERSION= 6.1.20 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -69,7 +70,7 @@ USE_RC_SUBR= sympa CONFLICTS= sympa-5* -OPTIONS_DEFINE= FASTCGI APACHE +OPTIONS_DEFINE= FASTCGI APACHE NLS OPTIONS_DEFAULT=APACHE OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= ORACLE PGSQL SYBASE MYSQL Modified: head/mail/sympa/pkg-plist ============================================================================== --- head/mail/sympa/pkg-plist Sat Apr 19 17:01:37 2014 (r351602) +++ head/mail/sympa/pkg-plist Sat Apr 19 17:10:40 2014 (r351603) @@ -5,6 +5,8 @@ etc/sympa.conf.sample etc/wwsympa.conf.sample %%ETCDIR%%/data_structure.version %%ETCDIR%%/etc_README +@owner sympa +@group sympa libexec/sympa/Archive.pm libexec/sympa/Auth.pm libexec/sympa/Bounce.pm @@ -79,6 +81,8 @@ libexec/sympa/tt2.pm libexec/sympa/wwslib.pm libexec/sympa/wwsympa-wrapper.fcgi libexec/sympa/wwsympa.fcgi +@owner +@group man/man1/sympa_newaliases.1.gz man/man8/alias_manager.8.gz man/man8/archived.8.gz _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!