Date: Mon, 14 Dec 2009 00:43:01 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yds@CoolRat.org Subject: ports/141446: [PATCH] mail/dovecot: fix LDA handling Message-ID: <200912140043.nBE0h1KY014533@frieza.p6m7g8.net> Resent-Message-ID: <200912140120.nBE1K16p019886@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141446 >Category: ports >Synopsis: [PATCH] mail/dovecot: fix LDA handling >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 14 01:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 8 02:25:55 UTC >Description: libexec/dovecot/deliver doesn't depend on WITH_LDA Port maintainer (yds@CoolRat.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dovecot-1.2.8_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v retrieving revision 1.111 diff -u -u -r1.111 Makefile --- Makefile 10 Dec 2009 15:30:08 -0000 1.111 +++ Makefile 14 Dec 2009 00:22:27 -0000 @@ -7,6 +7,7 @@ PORTNAME= dovecot PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/dovecot/pkg-plist,v retrieving revision 1.31 diff -u -u -r1.31 pkg-plist --- pkg-plist 10 Dec 2009 15:30:08 -0000 1.31 +++ pkg-plist 14 Dec 2009 00:40:56 -0000 @@ -94,7 +94,7 @@ libexec/dovecot/authtest libexec/dovecot/checkpassword-reply libexec/dovecot/convert-tool -%%LDA%%libexec/dovecot/deliver +libexec/dovecot/deliver libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/expire-tool --- dovecot-1.2.8_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912140043.nBE0h1KY014533>