diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-10-04 19:50:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-10-04 19:50:47 +0000 |
commit | 7ecf0966e1d625f2405acb447403176a14014ff4 (patch) | |
tree | a1b643444b8f930bf73aada3fc90c59595753f24 /mail/sendmail | |
parent | 54cd28389bbfa55a05568eb477ba9219d80d887d (diff) | |
download | freebsd-ports-7ecf0966e1d625f2405acb447403176a14014ff4.zip |
- compile with DANE support
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4.tls | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 5a43663efe3f..7e8067dd0405 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.16.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index ec8a57bdbee1..92998b979f47 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,2 +1,2 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC -DDANE') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |