- Update to 2.3.14
- Remove unecessary BROKEN in DOVECOT and SASL2
This commit is contained in:
parent
bf26984304
commit
7d1c5c8dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208121
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= postfix
|
||||
PORTVERSION= 2.3.13
|
||||
PORTVERSION= 2.3.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
||||
@ -103,18 +103,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SASL2)
|
||||
.if defined(WITH_DOVECOT)
|
||||
BROKEN= Select only one SASL authentication method
|
||||
.endif
|
||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DOVECOT)
|
||||
.if defined(WITH_SASL2)
|
||||
BROKEN= Select only one SASL authentication method
|
||||
.endif
|
||||
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
|
||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
|
||||
.endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (postfix/postfix-2.3.13.tar.gz) = 198a4508ad4dc726584968e86013f6f2
|
||||
SHA256 (postfix/postfix-2.3.13.tar.gz) = d9c33d98c93a00dbabcab9a75cce94946862ea3e2075087707f2465b13f73bdd
|
||||
SIZE (postfix/postfix-2.3.13.tar.gz) = 2790843
|
||||
MD5 (postfix/postfix-2.3.14.tar.gz) = 58f0507c12ffc58e3b94c907ec367635
|
||||
SHA256 (postfix/postfix-2.3.14.tar.gz) = fe368c97889faaeb12cbddca2696c72684021ed032b9db49e06b179cb6e0a67c
|
||||
SIZE (postfix/postfix-2.3.14.tar.gz) = 2793343
|
||||
MD5 (postfix/postfix-2.3.7-vda.patch.gz) = 93ad21258bcde55f39792b5b753aed4b
|
||||
SHA256 (postfix/postfix-2.3.7-vda.patch.gz) = b353c82ecb2b35a5edba38180b683a4ad08895c94e3def0d1a4eeac58ac91061
|
||||
SIZE (postfix/postfix-2.3.7-vda.patch.gz) = 8003
|
||||
|
Loading…
Reference in New Issue
Block a user