Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2006 17:20:08 GMT
From:      Robin Breathe <robin@isometry.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/94117: mail/dovecot port doesn't install dovecot-openssl.cnf
Message-ID:  <200603061720.k26HK83q054389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/94117; it has been noted by GNATS.

From: Robin Breathe <robin@isometry.net>
To: bug-followup@FreeBSD.org
Cc: Jim C. Nasby <decibel@decibel.org>
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--



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