Skip to content

Commit

Permalink
mail/opensmtpd: update to 7.3.0p2
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffykhv committed Oct 3, 2023
1 parent f552b2c commit 9b69195
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
12 changes: 4 additions & 8 deletions 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
Expand All @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
7 changes: 7 additions & 0 deletions mail/opensmtpd/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 9b69195

Please sign in to comment.