Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2003 06:40:02 -0800 (PST)
From:      Dominic Marks <dom@cus.org.uk>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/47048: Port Update: mail/dovecot
Message-ID:  <200301141440.h0EEe2kT022907@freefall.freebsd.org>

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

From: Dominic Marks <dom@cus.org.uk>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/47048: Port Update: mail/dovecot
Date: Tue, 14 Jan 2003 14:40:12 +0000

 Hey,
 
 I forgot to break out the vpopmail support into it's own option. Here is
 an updated diff.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
 retrieving revision 1.7
 diff -u -3 -p -r1.7 Makefile
 --- Makefile	2003/01/12 17:40:06	1.7
 +++ Makefile	2003/01/14 14:35:29
 @@ -6,22 +6,35 @@
  #
  
  PORTNAME=	dovecot
 -PORTVERSION=	0.99.5
 +PORTVERSION=	0.99.7
  CATEGORIES=	mail ipv6
  MASTER_SITES=	http://dovecot.procontrol.fi/
  
  MAINTAINER=	d.marks@student.umist.ac.uk
  
 -USE_REINPLACE=	yes
 +.if WITH_SASL2
 +LIB_DEPENDS+=   sasl2.2:${PORTSDIR}/security/cyrus-sasl2
 +CONFIGURE_ARGS+=	--with-cyrus-sasl2
 +.endif
 +
 +.if WITH_VPOPMAIL
 +VCHKPW=		${LOCALBASE}/vpopmail/bin/vckpw
 +BUILD_DEPENDS+= ${VCHKPW}:${PORTSDIR}/mail/vpopmail
 +CONFIGURE_ARGS+=	--with-vpopmail
 +.endif
 +
 +DOVECOT=	/var/dovecot
  GNU_CONFIGURE=	yes
 +USE_REINPLACE=	yes
  CONFIGURE_ARGS+=	--disable-shadow --enable-ipv6 \
  		--localstatedir=/var/dovecot --with-ssl=openssl \
 -		--with-vpopmail --with-pam --with-rawlog \
 -		--with-ssldir=/var/dovecot/ssl 
 -		
 +		--with-pam --with-rawlog --with-ssldir=/var/dovecot/ssl
 +
  pre-build:
 -	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
 -		${WRKSRC}/dovecot-example.conf
 +	@${REINPLACE_CMD} \
 +		-e 's,%%PREFIX%%,${PREFIX},' \
 +		-e 's,%%DOVECOT%%,${DOVECOT},' \
 +			${WRKSRC}/dovecot-example.conf
  
  pre-install:
  	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" \
 @@ -34,12 +47,14 @@ do-install:
  		${WRKSRC}/src/auth/imap-auth \
  		${WRKSRC}/src/login/imap-login \
  			${PREFIX}/lib/dovecot/
 -	${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf ${PREFIX}/etc/		
 +	${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf ${PREFIX}/etc/
  	${INSTALL_PROGRAM} ${WRKSRC}/src/master/imap-master ${PREFIX}/sbin/
  
  post-install:
  	@${MKDIR} /var/dovecot
  	@${MKDIR} /var/dovecot/ssl
 +	@${MKDIR} /var/dovecot/ssl/certs
 +	@${MKDIR} /var/dovecot/ssl/private
  	@${MKDIR} /var/dovecot/auth
  	@${MKDIR} /var/dovecot/login
  	@${CHOWN} -R imapd:imapd /var/dovecot
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/dovecot/distinfo,v
 retrieving revision 1.3
 diff -u -3 -p -r1.3 distinfo
 --- distinfo	2003/01/12 17:40:06	1.3
 +++ distinfo	2003/01/14 14:35:29
 @@ -1 +1 @@
 -MD5 (dovecot-0.99.5.tar.gz) = b9e592f23213be9db3603f8bda8235cd
 +MD5 (dovecot-0.99.7.tar.gz) = 169349448e4cd4f62cdb3162d6b92a90
 
 Thanks,
 -- 
 Dominic
  <dom at cus.org.uk> <d.marks at student.umist.ac.uk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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