Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2002 13:30:00 GMT
From:      Dominic Marks <dom@cus.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45000: Maintainer Update: mail/dovecot
Message-ID:  <200211061330.gA6DU0iD069722@moo.cus.org.uk>

next in thread | raw e-mail | index | archive | help

>Number:         45000
>Category:       ports
>Synopsis:       Maintainer Update: mail/dovecot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 05:30:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
UMIST
>Environment:
System: FreeBSD moo.cus.org.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 20 15:11:50 BST 2002 root@moo.cus.org.uk:/usr/obj/usr/src/sys/MOO i386
	
>Description:
	dovecot 0.97 -> 0.98.4

	See http://dovecot.procontrol.fi/ for a complete list of the
	enhancements which have been made.
	
>How-To-Repeat:
	NA.
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.4
diff -u -3 -p -r1.4 Makefile
--- Makefile	2002/11/02 04:33:42	1.4
+++ Makefile	2002/11/06 13:25:52
@@ -6,12 +6,13 @@
 #
 
 PORTNAME=	dovecot
-PORTVERSION=	0.97
+PORTVERSION=	0.98.4
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://dovecot.procontrol.fi/
 
 MAINTAINER=	d.marks@student.umist.ac.uk
 
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-shadow --enable-ipv6 \
 		--localstatedir=/var/dovecot
@@ -23,12 +24,12 @@ PLIST_SUB+=	DOCS="@comment "
 .endif
 
 pre-build:
-	@${SED} 's,%%PREFIX%%,${PREFIX},' < ${WRKSRC}/dovecot-example.conf \
-		> ${WRKSRC}/dovecot-example.conf.new
-	@${MV} ${WRKSRC}/dovecot-example.conf.new ${WRKSRC}/dovecot-example.conf
+	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
+		${WRKSRC}/dovecot-example.conf
 
 pre-install:
-	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" \
+		${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 
 post-install:
 	@${MKDIR} /var/dovecot
@@ -36,8 +37,9 @@ post-install:
 	@${MKDIR} /var/dovecot/login
 	@${CHOWN} imapd:imapd /var/dovecot
 	@if [ ! -f ${PREFIX}/etc/rc.d/dovecot-imapd.sh ]; then \
-		${ECHO} "Install ${PREFIX}/etc/rc.d/dovecot-imapd.sh startup file."; \
-		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dovecot-imapd.sh ${PREFIX}/etc/rc.d/dovecot-imapd.sh; \
+		${ECHO} "Installing dovecot-imapd.sh startup file.";
+		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dovecot-imapd.sh \
+			${PREFIX}/etc/rc.d/dovecot-imapd.sh; \
 	fi
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/dovecot
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.1
diff -u -3 -p -r1.1 distinfo
--- distinfo	2002/09/01 14:17:04	1.1
+++ distinfo	2002/11/06 13:25:52
@@ -1 +1 @@
-MD5 (dovecot-0.97.tar.gz) = e11fb1b9cd005d6072332e9df87ba620
+MD5 (dovecot-0.98.4.tar.gz) = 2b8087867cbfc4a85183daee2fe49854
	


>Release-Note:
>Audit-Trail:
>Unformatted:

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?200211061330.gA6DU0iD069722>