svn commit: r551446 - in head/mail/sendmail: . files

Dirk Meyer dinoex at FreeBSD.org
Sun Oct 4 19:50:48 UTC 2020


Author: dinoex
Date: Sun Oct  4 19:50:47 2020
New Revision: 551446
URL: https://svnweb.freebsd.org/changeset/ports/551446

Log:
  - compile with DANE support

Modified:
  head/mail/sendmail/Makefile
  head/mail/sendmail/files/site.config.m4.tls

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Sun Oct  4 19:49:32 2020	(r551445)
+++ head/mail/sendmail/Makefile	Sun Oct  4 19:50:47 2020	(r551446)
@@ -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}

Modified: head/mail/sendmail/files/site.config.m4.tls
==============================================================================
--- head/mail/sendmail/files/site.config.m4.tls	Sun Oct  4 19:49:32 2020	(r551445)
+++ head/mail/sendmail/files/site.config.m4.tls	Sun Oct  4 19:50:47 2020	(r551446)
@@ -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')


More information about the svn-ports-all mailing list