Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 20:55:08 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b691950fc86 - main - mail/opensmtpd: update to 7.3.0p2
Message-ID:  <202310032055.393Kt8kv036830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 9b691950fc867a9d8567ffd39a69555fa1de2256
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-10-03 20:51:18 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-10-03 20:54:58 +0000

    mail/opensmtpd: update to 7.3.0p2
    
    PR:     272047
    Release Notes:  https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.3.0p0
                    https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.3.0p1
                    https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.3.0p2
---
 mail/opensmtpd/Makefile  | 12 ++++--------
 mail/opensmtpd/distinfo  |  6 +++---
 mail/opensmtpd/pkg-plist |  7 +++++++
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index a603380b9d71..674f4f5f9a2b 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	opensmtpd
-PORTVERSION=	6.8.0
+PORTVERSION=	7.3.0
 DISTVERSIONSUFFIX=	p2
 PORTEPOCH=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://www.opensmtpd.org/archives/
+MASTER_SITES=	https://www.opensmtpd.org/archives/
 
 MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Security- and simplicity-focused SMTP server from OpenBSD
@@ -14,16 +14,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libevent.so:devel/libevent
 
-OPTIONS_DEFINE=	CA_BUNDLE LIBASRDEVEL MAILERCONF PAM TABLE_DB
+OPTIONS_DEFINE=	CA_BUNDLE MAILERCONF PAM TABLE_DB
 
 OPTIONS_DEFAULT=	CA_BUNDLE PAM TABLE_DB
 
 CA_BUNDLE_DESC=		Use NSS CA bundle for SSL instead of /etc/ssl/cert.pem
-LIBASRDEVEL_DESC=	Use development version of libasr
 MAILERCONF_DESC=	Activate OpenSMTPD in mailer.conf(5)
 TABLE_DB_DESC=		Build table-db plugin (aliases)
 
-USES=		bison cpe groff libtool localbase ssl
+USES=		cpe groff libtool localbase ssl
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	openbsd
@@ -41,9 +40,6 @@ OPTIONS_SUB=	yes
 CA_BUNDLE_CONFIGURE_WITH=	path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-LIBASRDEVEL_LIB_DEPENDS_OFF=	libasr.so:dns/libasr
-LIBASRDEVEL_LIB_DEPENDS=	libasr.so:dns/libasr-devel
-
 PAM_CONFIGURE_WITH=	auth-pam=smtpd
 TABLE_DB_CONFIGURE_WITH=	table-db
 
diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo
index 04894f81839e..e5a488d70ad4 100644
--- a/mail/opensmtpd/distinfo
+++ b/mail/opensmtpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608827327
-SHA256 (opensmtpd-6.8.0p2.tar.gz) = 51bf05312fe56764748faab9e63170bfbb7c7d84a37c4117b62b2681eb3a4d17
-SIZE (opensmtpd-6.8.0p2.tar.gz) = 860189
+TIMESTAMP = 1695893703
+SHA256 (opensmtpd-7.3.0p2.tar.gz) = fccdfbc5b98d150012bf9ccdef51752c18a862ed10888b56289826b83a2b5a4e
+SIZE (opensmtpd-7.3.0p2.tar.gz) = 846999
diff --git a/mail/opensmtpd/pkg-plist b/mail/opensmtpd/pkg-plist
index 7ddf01b07681..71f30e39333f 100644
--- a/mail/opensmtpd/pkg-plist
+++ b/mail/opensmtpd/pkg-plist
@@ -10,11 +10,18 @@ libexec/opensmtpd/mail.mda
 %%TABLE_DB%%libexec/opensmtpd/makemap
 @(,_smtpq,2555) sbin/smtpctl
 sbin/smtpd
+man/man1/lockspool.1.gz
 man/man1/smtp.1.gz
 man/man5/aliases.5.gz
 man/man5/forward.5.gz
 man/man5/smtpd.conf.5.gz
 man/man5/table.5.gz
+man/man7/smtpd-filters.7.gz
+man/man8/mail.lmtp.8.gz
+man/man8/mail.local.8.gz
+man/man8/mail.maildir.8.gz
+man/man8/mail.mboxfile.8.gz
+man/man8/mail.mda.8.gz
 %%TABLE_DB%%man/man8/makemap.8.gz
 %%TABLE_DB%%man/man8/newaliases.8.gz
 man/man8/sendmail.8.gz



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