diff options
author | wxs <wxs@FreeBSD.org> | 2010-01-26 22:23:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-01-26 22:23:20 +0800 |
commit | 8edbad2b773ed3f03e2b38fce9c55775274fb441 (patch) | |
tree | 095c098114890378f0cba4394d7aae832b3e7bda /mail | |
parent | e985b1d143b48f7e69516b88ee381f53f1fe3bac (diff) | |
download | freebsd-ports-gnome-8edbad2b773ed3f03e2b38fce9c55775274fb441.tar.gz freebsd-ports-gnome-8edbad2b773ed3f03e2b38fce9c55775274fb441.tar.zst freebsd-ports-gnome-8edbad2b773ed3f03e2b38fce9c55775274fb441.zip |
- Update to 1.2.10
- Remove LDA option
PR: ports/141727
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
Yarema <yds@CoolRat.org> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 12 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 12 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 2 |
3 files changed, 8 insertions, 18 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index cbb3fbb16789..c88e3b1ba7d2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.10 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ @@ -56,7 +56,6 @@ PROTOCOLS= imap pop3 OPTIONS= KQUEUE "kqueue(2) support" on \ SSL "SSL support" on \ IPV6 "IPv6 support" on \ - LDA "LDA support" on \ MANAGESIEVE "ManageSieve support" on \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ @@ -100,15 +99,6 @@ CONFIGURE_ARGS+= --without-ssl CONFIGURE_ARGS+= --disable-ipv6 .endif -## LDA support -# -.if defined(WITHOUT_LDA) -CONFIGURE_ARGS+= --without-deliver -PLIST_SUB+= LDA="@comment " -.else -PLIST_SUB+= LDA="" -.endif - ## ManageSieve support # .if defined(WITH_MANAGESIEVE) && !defined(WITHOUT_MANAGESIEVE) diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 7d2321b027e7..72db579b500a 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -MD5 (dovecot-1.2.8.tar.gz) = c6d6c061413d299ccea7b55c3e4faa0a -SHA256 (dovecot-1.2.8.tar.gz) = 145c5dd8519d526c4bc2c1b4d6b5eeb09ba000f57fe5e16af1f72a73acc788c7 -SIZE (dovecot-1.2.8.tar.gz) = 2702887 -MD5 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 4e3d658b2040f1319e7ec5f389aa94ff -SHA256 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 740e3174022c9902577a6184ec2f237dda58208818ca49382e79553d7a2614eb -SIZE (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 6298 +MD5 (dovecot-1.2.10.tar.gz) = b7d0081b17ff6afae85e8dc14157fa57 +SHA256 (dovecot-1.2.10.tar.gz) = a5d609e9e21aa0c727be2c48db662f0a5ff0824e28167a8d7779f5ccbbaa6ad2 +SIZE (dovecot-1.2.10.tar.gz) = 2864295 +MD5 (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = fdded98aa79ca0dffcc6705251eb06bf +SHA256 (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = ef95762d0788869435c6a8d2bf9c416770e50b0f12267897a11d1a5331ac727e +SIZE (dovecot-1.2.10-managesieve-0.11.11.diff.gz) = 6415 diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 51baf39c5d0a..66bfdda0d0c0 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -94,7 +94,7 @@ lib/dovecot/lib21_fts_squat_plugin.so 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 |