svn commit: r351603 - head/mail/sympa
Chris Rees
crees at FreeBSD.org
Sat Apr 19 17:10:40 UTC 2014
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
+ at owner sympa
+ at 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
+ at owner
+ at group
man/man1/sympa_newaliases.1.gz
man/man8/alias_manager.8.gz
man/man8/archived.8.gz
More information about the svn-ports-head
mailing list