diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-03-08 13:49:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-03-08 13:49:32 +0000 |
commit | 1cbf69f22e93e37e2d31d3930e2d967d790e61a5 (patch) | |
tree | ad241d92ce22be4f7e207cd26906cb02f449404b /mail/sendmail/Makefile | |
parent | Update to 21.0.3. (diff) |
- fix "exited on signal 11" when dhparams file is missing.
PR: 226431
Diffstat (limited to 'mail/sendmail/Makefile')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b0f3ffd00128..056793a9a7e4 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} |