mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Update to 1.2.10
- Remove LDA option PR: ports/141727 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> Yarema <yds@CoolRat.org> (maintainer)
This commit is contained in:
parent
8e04d470e9
commit
4475924ab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248609
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user