svn commit: r446153 - in branches/2017Q3/mail/sympa: . files

Mathieu Arnold mat at FreeBSD.org
Tue Jul 18 17:53:40 UTC 2017


Author: mat
Date: Tue Jul 18 17:53:39 2017
New Revision: 446153
URL: https://svnweb.freebsd.org/changeset/ports/446153

Log:
  MFH: r446152
  
  Fix usage with postfix's postalias, also update pkg-message.
  
  PR:		220833
  Submitted by:	mat and maintainer
  Sponsored by:	Absolight

Modified:
  branches/2017Q3/mail/sympa/Makefile
  branches/2017Q3/mail/sympa/files/pkg-message.in
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/mail/sympa/Makefile
==============================================================================
--- branches/2017Q3/mail/sympa/Makefile	Tue Jul 18 17:52:17 2017	(r446152)
+++ branches/2017Q3/mail/sympa/Makefile	Tue Jul 18 17:53:39 2017	(r446153)
@@ -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: branches/2017Q3/mail/sympa/files/pkg-message.in
==============================================================================
--- branches/2017Q3/mail/sympa/files/pkg-message.in	Tue Jul 18 17:52:17 2017	(r446152)
+++ branches/2017Q3/mail/sympa/files/pkg-message.in	Tue Jul 18 17:53:39 2017	(r446153)
@@ -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-all mailing list