Index: mail/opensmtpd/Makefile =================================================================== --- mail/opensmtpd/Makefile (revision 390976) +++ mail/opensmtpd/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 5.4.6 +PORTVERSION= 5.7.1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -17,13 +17,14 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 -OPTIONS_DEFINE= CA_BUNDLE PAM LIBASRDEVEL MAILERCONF +OPTIONS_DEFINE= CA_BUNDLE LIBASRDEVEL MAILERCONF PAM TABLE_DB -OPTIONS_DEFAULT= CA_BUNDLE PAM +OPTIONS_DEFAULT= CA_BUNDLE PAM TABLE_DB CA_BUNDLE_DESC= Install CA bundle for OpenSSL LIBASRDEVEL_DESC= Use development version of libasr MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) +TABLE_DB_DESC= Build table-db plugin (aliases) USES= cpe libtool USE_OPENSSL= yes @@ -44,12 +45,14 @@ OPTIONS_SUB= yes +CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt +CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_ns + LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr LIBASRDEVEL_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr-devel -CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss - PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd +TABLE_DB_CONFIGURE_ON= --enable-table-db + .include Index: mail/opensmtpd/distinfo =================================================================== --- mail/opensmtpd/distinfo (revision 390976) +++ mail/opensmtpd/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-5.4.6p1.tar.gz) = f9ee7eafcc0e2e019428cae83844e0166bd56583471e6a3a1cb148cd11a51af5 -SIZE (opensmtpd-5.4.6p1.tar.gz) = 797347 +SHA256 (opensmtpd-5.7.1p1.tar.gz) = 67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a +SIZE (opensmtpd-5.7.1p1.tar.gz) = 708295 Index: mail/opensmtpd/pkg-plist =================================================================== --- mail/opensmtpd/pkg-plist (revision 390976) +++ mail/opensmtpd/pkg-plist (working copy) @@ -1,13 +1,13 @@ etc/mail/smtpd.conf.sample libexec/opensmtpd/encrypt libexec/opensmtpd/mail.local -libexec/opensmtpd/makemap +%%TABLE_DB%%libexec/opensmtpd/makemap sbin/smtpctl sbin/smtpd -man/man8/newaliases.8.gz +%%TABLE_DB%%man/man8/makemap.8.gz +%%TABLE_DB%%man/man8/newaliases.8.gz man/man8/sendmail.8.gz man/man8/smtpd.8.gz -man/man8/makemap.8.gz man/man8/smtpctl.8.gz man/man5/table.5.gz man/man5/smtpd.conf.5.gz