diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
commit | dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b /mail/sendmail | |
parent | f8fbc1ddbadd068b44e2668c55ac085ee7d0cddd (diff) | |
download | freebsd-ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.zip |
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
Diffstat (limited to 'mail/sendmail')
-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 7c7a308d1aab..0ff5790ddf61 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ DISTNAME= ${PORTNAME}.${PORTVERSION} |