Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 19:35:21 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537837 - head/mail/dovecot
Message-ID:  <202006031935.053JZLpt031027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Wed Jun  3 19:35:21 2020
New Revision: 537837
URL: https://svnweb.freebsd.org/changeset/ports/537837

Log:
  mail/dovecot: fix example config *.conf.ext REINPLACE missed in r537587.
  
  PR:		246963
  Submitted by:	kfv@irbug.org
  MFH:		2020Q2

Modified:
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Wed Jun  3 19:28:08 2020	(r537836)
+++ head/mail/dovecot/Makefile	Wed Jun  3 19:35:21 2020	(r537837)
@@ -9,7 +9,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 
@@ -135,8 +135,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib -L${OPENSSLLIB}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc/dovecot,${PREFIX}/etc/dovecot,g; \
-                 s,sysconfdir=/etc,sysconfdir=${PREFIX}/etc,g' \
-                 ${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/*
+		s,sysconfdir=/etc,sysconfdir=${PREFIX}/etc,g' \
+		${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/* \
+		${WRKSRC}/doc/example-config/*.conf.ext
 	@${REINPLACE_CMD} -e '/^LIBS =/s/$$/ @LTLIBICONV@/' \
 		${WRKSRC}/src/lib-mail/Makefile.in
 # Install the sample config files into ETCDIR/example-config/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031935.053JZLpt031027>