diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-10-03 20:51:18 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-10-03 20:54:58 +0000 |
commit | 9b691950fc867a9d8567ffd39a69555fa1de2256 (patch) | |
tree | 91f32fd09ca7115be6fc453738328c67d0f70f7e | |
parent | f552b2c7840b102ae3cb5aa7f4ba15df1bb25483 (diff) | |
download | ports-9b691950fc867a9d8567ffd39a69555fa1de2256.tar.gz ports-9b691950fc867a9d8567ffd39a69555fa1de2256.zip |
-rw-r--r-- | mail/opensmtpd/Makefile | 12 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 6 | ||||
-rw-r--r-- | 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 |