#49927: msmtp: update to 1.6.3 --------------------+-------------------- Reporter: cal@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Keywords: | Port: msmtp --------------------+-------------------- Hi, I have a patch that updates msmtp to 1.6.3 and fixes #44327 and #44326. OK to commit? {{{#!patch Index: Portfile =================================================================== --- Portfile (revision 143211) +++ Portfile (working copy) @@ -4,7 +4,7 @@ PortSystem 1.0 name msmtp -version 1.6.1 +version 1.6.3 categories mail platforms darwin maintainers mww @@ -19,19 +19,25 @@ homepage http://msmtp.sourceforge.net/ master_sites sourceforge -checksums rmd160 42c8eb94ea5ef9561d6ece1e687eb56dcc10e8ff \ - sha256 c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3 +checksums rmd160 1eebf246a917f99814e24117c89d3f465a8ce793 \ + sha256 f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355 use_xz yes depends_build port:pkgconfig -depends_lib port:gettext port:gnutls port:libgcrypt \ - port:libgpg-error port:libgsasl port:libiconv port:libtasn1 +depends_lib port:gettext \ + port:gnutls \ + port:libgsasl \ + port:libiconv \ + port:libidn \ + port:libtasn1 configure.ldflags-append "-lintl" configure.args --disable-silent-rules \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ - --enable-gsasl + --with-libgsasl \ + --with-libidn \ + --without-libsecret platform macosx { configure.args-append --with-macosx-keyring }}} -- Ticket URL: <https://trac.macports.org/ticket/49927> MacPorts <https://www.macports.org/> Ports system for OS X