Index: head/mail/msmtp/Makefile =================================================================== --- head/mail/msmtp/Makefile (revision 473176) +++ head/mail/msmtp/Makefile (revision 473177) @@ -1,70 +1,69 @@ # Created by: R.I.Pienaar # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.6.6 -PORTREVISION= 1 +PORTVERSION= 1.6.7 CATEGORIES= mail ipv6 -MASTER_SITES= SF +MASTER_SITES= https://marlam.de/msmtp/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes USES= gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPQ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= MSMTPQ OPENSSL OPTIONS_SUB= yes GSASL_DESC= GSASL support LIBSECRET_DESC= GNOME password management MSMTPQ_DESC= Install offline messaging scripts GSASL_CONFIGURE_WITH= libgsasl GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:dns/libidn LIBSECRET_CONFIGURE_WITH= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret MSMTPQ_PORTDOCS= README.msmtpq MSMTPQ_RUN_DEPENDS= bash:shells/bash NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNUTLS_CONFIGURE_ON= --with-ssl=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-ssl=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-ssl=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 Index: head/mail/msmtp/distinfo =================================================================== --- head/mail/msmtp/distinfo (revision 473176) +++ head/mail/msmtp/distinfo (revision 473177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479218554 -SHA256 (msmtp-1.6.6.tar.xz) = da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e -SIZE (msmtp-1.6.6.tar.xz) = 283744 +TIMESTAMP = 1529778513 +SHA256 (msmtp-1.6.7.tar.xz) = 419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357 +SIZE (msmtp-1.6.7.tar.xz) = 293208 Index: head/mail/msmtp/pkg-descr =================================================================== --- head/mail/msmtp/pkg-descr (revision 473176) +++ head/mail/msmtp/pkg-descr (revision 473177) @@ -1,23 +1,21 @@ msmtp -- An SMTP client msmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and probably other MUAs (mail user agents). It forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. To use this program, create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 (and DIGEST-MD5 and NTLM when compiled with GSASL support) * TLS encrypted connections (including server certificate verification and the possibility to send a client certificate) * DSN (Delivery Status Notification) support * IPv6 support (on systems that support it) * support for multiple accounts * sendmail compatible exit codes (which most MUAs understand). -Note: you may want to install mail/msmtpqueue - queuing support for msmtp. - -WWW: http://msmtp.sourceforge.net/ +WWW: https://marlam.de/msmtp/ Index: head/mail/msmtp/pkg-plist =================================================================== --- head/mail/msmtp/pkg-plist (revision 473176) +++ head/mail/msmtp/pkg-plist (revision 473177) @@ -1,5 +1,6 @@ bin/msmtp man/man1/msmtp.1.gz %%MSMTPQ%%bin/msmtp-queue %%MSMTPQ%%bin/msmtpq %%NLS%%share/locale/de/LC_MESSAGES/msmtp.mo +%%NLS%%share/locale/fr/LC_MESSAGES/msmtp.mo