svn commit: r537837 - head/mail/dovecot

Larry Rosenman ler at FreeBSD.org
Wed Jun 3 19:35:22 UTC 2020


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 at 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/


More information about the svn-ports-all mailing list