diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 0cb9119dd41e..68ffc2218ba1 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,73 +1,72 @@ PORTNAME= msmtp -PORTVERSION= 1.8.20 -PORTREVISION= 1 +PORTVERSION= 1.8.22 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ PATCH_SITES= https://github.com/marlam/msmtp-mirror/commit/ MAINTAINER= novel@FreeBSD.org COMMENT= SMTP plugin for MUAs WWW= https://marlam.de/msmtp/ LICENSE= GPLv3 GNU_CONFIGURE= yes USES= autoreconf cpe gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp CPE_VENDOR= marlam OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPD MSMTPQ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= GNUTLS MSMTPD MSMTPQ OPTIONS_SUB= yes GSASL_DESC= GSASL support LIBSECRET_DESC= GNOME password management MSMTPD_DESC= Include minimal SMTP server that pipes mails to msmtp MSMTPQ_DESC= Install offline messaging scripts GSASL_CONFIGURE_WITH= libgsasl GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 LIBSECRET_CONFIGURE_WITH= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret MSMTPD_CONFIGURE_WITH= msmtpd MSMTPQ_PORTDOCS= README.msmtpq MSMTPQ_RUN_DEPENDS= bash:shells/bash NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNUTLS_CONFIGURE_ON= --with-tls=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-tls=openssl OPENSSL_CONFIGURE_ENV= libssl_CFLAGS="-I${OPENSSLINC}" \ libssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" CERTSFILE= ${LOCALBASE}/share/certs/ca-root-nss.crt .include .if ${PORT_OPTIONS:MGNUTLS} || ${PORT_OPTIONS:MOPENSSL} RUN_DEPENDS+= ${CERTSFILE}:security/ca_root_nss .else CONFIGURE_ARGS+= --with-tls=no .endif post-extract: @${REINPLACE_CMD} -e 's|/etc/ssl/certs/ca\\-certificates.crt|${CERTSFILE}|' \ ${WRKSRC}/doc/msmtp.1 .if ${PORT_OPTIONS:MMSMTPQ} post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/msmtp-queue ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/msmtpq ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/README.msmtpq ${STAGEDIR}${DOCSDIR} .endif .include diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index c2fb0f29be3a..7be7584c3e3b 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648219861 -SHA256 (msmtp-1.8.20.tar.xz) = d93ae2aafc0f48af7dc9d0b394df1bb800588b8b4e8d096d8b3cf225344eb111 -SIZE (msmtp-1.8.20.tar.xz) = 385696 +TIMESTAMP = 1666633749 +SHA256 (msmtp-1.8.22.tar.xz) = 1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7 +SIZE (msmtp-1.8.22.tar.xz) = 390692