Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 05:28:40 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9a3d4adaa301 - 2022Q2 - mail/sendmail: Fix option SASL and SMTP AUTH
Message-ID:  <202204220528.23M5Seki073121@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a3d4adaa3013704507f256755d612af1e9dc4e9

commit 9a3d4adaa3013704507f256755d612af1e9dc4e9
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-04-20 05:34:44 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-04-22 05:28:09 +0000

    mail/sendmail: Fix option SASL and SMTP AUTH
    
    PR: 263287
    (cherry picked from commit 0625156b336bacba1e5dc541680af85e97feb0e2)
---
 mail/sendmail/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 25e0536143f8..7c36b1ec32be 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sendmail
 PORTVERSION=	8.17.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
 DISTNAME=	${PORTNAME}.${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204220528.23M5Seki073121>