diff options
-rw-r--r-- | mail/sendmail-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/sendmail-devel/files/patch-mail.local.c | 12 |
3 files changed, 10 insertions, 11 deletions
diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile index 6f00589a380c..461ccba521b8 100644 --- a/mail/sendmail-devel/Makefile +++ b/mail/sendmail-devel/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sendmail -PORTVERSION= 8.16.0.41 -PORTREVISION= 3 +PORTVERSION= 8.16.0.45 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/snapshots/ PKGNAMESUFFIX?= -devel${PKGNAMESUFFIX2} diff --git a/mail/sendmail-devel/distinfo b/mail/sendmail-devel/distinfo index aed42a7a1f0b..646baca56872 100644 --- a/mail/sendmail-devel/distinfo +++ b/mail/sendmail-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553765712 -SHA256 (sendmail.8.16.0.41.tar.gz) = e01b73de900e419248a5ff0ab38b9dc4873847fba70e98e4ce994452936ffdc2 -SIZE (sendmail.8.16.0.41.tar.gz) = 2262860 +TIMESTAMP = 1588406482 +SHA256 (sendmail.8.16.0.45.tar.gz) = b992989c7b07bd5ef91e6462a105a1870f046b6a4b8fa91952a025f0a7018011 +SIZE (sendmail.8.16.0.45.tar.gz) = 2234383 diff --git a/mail/sendmail-devel/files/patch-mail.local.c b/mail/sendmail-devel/files/patch-mail.local.c index 5e7b7daaa652..dc0870d26581 100644 --- a/mail/sendmail-devel/files/patch-mail.local.c +++ b/mail/sendmail-devel/files/patch-mail.local.c @@ -1,6 +1,6 @@ ---- mail.local/mail.local.c.orig 2014-06-12 17:30:47 UTC +--- mail.local/mail.local.c.orig 2020-04-30 11:52:48 UTC +++ mail.local/mail.local.c -@@ -153,6 +153,8 @@ int ExitVal = EX_OK; /* sysexits.h erro +@@ -153,6 +153,8 @@ int ExitVal = EX_OK; /* sysexits.h error value. */ bool HoldErrs = false; /* Hold errors in ErrBuf */ bool LMTPMode = false; bool BounceQuota = false; /* permanent error when over quota */ @@ -19,10 +19,10 @@ # if _FFR_SPOOL_PATH - while ((ch = getopt(argc, argv, "7bdD:f:h:r:lp:")) != -1) + while ((ch = getopt(argc, argv, "7bBdD:f:h:r:lsp:")) != -1) - # else /* _FFR_SPOOL_PATH */ + # else - while ((ch = getopt(argc, argv, "7bdD:f:h:r:l")) != -1) + while ((ch = getopt(argc, argv, "7bBdD:f:h:r:ls")) != -1) - # endif /* _FFR_SPOOL_PATH */ + # endif #endif /* HASHSPOOL */ { @@ -249,6 +251,10 @@ main(argc, argv) @@ -89,9 +89,9 @@ # if _FFR_SPOOL_PATH - mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] [-p path] user ..."); + mailerr(NULL, "usage: mail.local [-7] [-b] [-B] [-d] [-l] [-s] [-f from|-r from] [-h filename] [-p path] user ..."); - # else /* _FFR_SPOOL_PATH */ + # else - mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] user ..."); + mailerr(NULL, "usage: mail.local [-7] [-b] [-B] [-d] [-l] [-s] [-f from|-r from] [-h filename] user ..."); - # endif /* _FFR_SPOOL_PATH */ + # endif sm_exit(ExitVal); } |