From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 6 17:20:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0AD316A420 for ; Mon, 6 Mar 2006 17:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A485C43D45 for ; Mon, 6 Mar 2006 17:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k26HK838054390 for ; Mon, 6 Mar 2006 17:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k26HK83q054389; Mon, 6 Mar 2006 17:20:08 GMT (envelope-from gnats) Date: Mon, 6 Mar 2006 17:20:08 GMT Message-Id: <200603061720.k26HK83q054389@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Robin Breathe Cc: Subject: Re: ports/94117: mail/dovecot port doesn't install dovecot-openssl.cnf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robin Breathe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 17:20:09 -0000 The following reply was made to PR ports/94117; it has been noted by GNATS. From: Robin Breathe To: bug-followup@FreeBSD.org Cc: Jim C. Nasby Subject: Re: ports/94117: mail/dovecot port doesn't install dovecot-openssl.cnf Date: Mon, 6 Mar 2006 17:18:17 +0000 --Apple-Mail-2-149540036 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed The referenced PR refers to a significantly outdated revision of the port. The move from /var/dovecot/ssl to /etc/ssl was in order to comply with hier(7). Since SSL is neither configured nor enabled by default, I believe it should be up to the user to choose a non-standard location if they so wish. Below is a patch to install dovecot-openssl.cnf alongside the mkcert.sh script. Please commit it and close this PR. --Apple-Mail-2-149540036 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0755; name="dovecot-1.0.b3_1.diff" Content-Disposition: attachment; filename=dovecot-1.0.b3_1.diff diff -ruN dovecot-1.0.b3/Makefile dovecot/Makefile --- dovecot-1.0.b3/Makefile Mon Mar 6 17:05:58 2006 +++ dovecot/Makefile Mon Mar 6 17:11:18 2006 @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.beta3 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -114,6 +115,7 @@ post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ diff -ruN dovecot-1.0.b3/pkg-plist dovecot/pkg-plist --- dovecot-1.0.b3/pkg-plist Mon Mar 6 17:05:58 2006 +++ dovecot/pkg-plist Mon Mar 6 17:06:33 2006 @@ -39,5 +39,6 @@ @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw +share/dovecot/dovecot-openssl.cnf share/dovecot/mkcert.sh @dirrm share/dovecot --Apple-Mail-2-149540036 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Robin --Apple-Mail-2-149540036--