svn commit: r446152 - in head/mail/sympa: . files
Mathieu Arnold
mat at FreeBSD.org
Tue Jul 18 17:52:19 UTC 2017
Author: mat
Date: Tue Jul 18 17:52:17 2017
New Revision: 446152
URL: https://svnweb.freebsd.org/changeset/ports/446152
Log:
Fix usage with postfix's postalias, also update pkg-message.
PR: 220833
Submitted by: mat and maintainer
MFH: 2017Q3
Sponsored by: Absolight
Modified:
head/mail/sympa/Makefile (contents, props changed)
head/mail/sympa/files/pkg-message.in (contents, props changed)
Modified: head/mail/sympa/Makefile
==============================================================================
--- head/mail/sympa/Makefile Tue Jul 18 17:38:54 2017 (r446151)
+++ head/mail/sympa/Makefile Tue Jul 18 17:52:17 2017 (r446152)
@@ -3,7 +3,7 @@
PORTNAME= sympa
PORTVERSION= 6.2.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.sympa.org/distribution/ \
http://www.sympa.org/distribution/old/
@@ -79,7 +79,8 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/bin \
--with-cgidir=${PREFIX}/libexec/${PORTNAME} \
--without-smrshdir
-CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
+CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} \
+ ac_cv_path_POSTALIAS=${LOCALBASE}/sbin/postalias
MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
SUB_FILES= pkg-install pkg-message apache.sample nginx.sample fcgi.sample
SUB_LIST= DB_TYPE=${DB_TYPE} PERL=${PERL} WRKSRC=${WRKSRC} BINDIR=${STAGEDIR}${PREFIX}
Modified: head/mail/sympa/files/pkg-message.in
==============================================================================
--- head/mail/sympa/files/pkg-message.in Tue Jul 18 17:38:54 2017 (r446151)
+++ head/mail/sympa/files/pkg-message.in Tue Jul 18 17:52:17 2017 (r446152)
@@ -1,13 +1,14 @@
-If you upgrade from <6.2, read
-https://www.sympa.org/faq/upgrade-to-v6.2
+If you upgrade:
+ * from <6.2, read
+ read https://www.sympa.org/faq/upgrade-to-v6.2
+ * else, run
+ # sympa.pl --upgrade
-Else upgrade with:
- run sympa.pl --upgrade
+First install:
+ * run # sympa_wizard.pl
+ * create database with # sympa.pl --health_check
+ Sybase: see https://www.sympa.org/manual_6.2/database
-If this is your first installation of sympa, run
- create database with this schema:
- %%LOCALBASE%%/libexec/sympa/create_db.%%DB_TYPE%%
- run sympa_wizard.pl
- for wwsympa server, see samples configs in %%EXAMPLESDIR%%
+for wwsympa server, see samples configs in %%EXAMPLESDIR%%
More information about the svn-ports-head
mailing list