Opened 9 years ago
Last modified 9 years ago
#49927 closed defect
msmtp: update to 1.6.3 — at Initial Version
Reported by: | neverpanic (Clemens Lang) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | ||
Port: | msmtp |
Description
Hi,
I have a patch that updates msmtp to 1.6.3 and fixes #44327 and #44326. OK to commit?
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name msmtp 7 version 1.6. 17 version 1.6.3 8 8 categories mail 9 9 platforms darwin 10 10 maintainers mww … … 19 19 20 20 homepage http://msmtp.sourceforge.net/ 21 21 master_sites sourceforge 22 checksums rmd160 42c8eb94ea5ef9561d6ece1e687eb56dcc10e8ff\23 sha256 c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f322 checksums rmd160 1eebf246a917f99814e24117c89d3f465a8ce793 \ 23 sha256 f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355 24 24 use_xz yes 25 25 26 26 depends_build port:pkgconfig 27 depends_lib port:gettext port:gnutls port:libgcrypt \ 28 port:libgpg-error port:libgsasl port:libiconv port:libtasn1 27 depends_lib port:gettext \ 28 port:gnutls \ 29 port:libgsasl \ 30 port:libiconv \ 31 port:libidn \ 32 port:libtasn1 29 33 30 34 configure.ldflags-append "-lintl" 31 35 configure.args --disable-silent-rules \ 32 36 --mandir=${prefix}/share/man \ 33 37 --infodir=${prefix}/share/info \ 34 --enable-gsasl 38 --with-libgsasl \ 39 --with-libidn \ 40 --without-libsecret 35 41 36 42 platform macosx { 37 43 configure.args-append --with-macosx-keyring
Note: See
TracTickets for help on using
tickets.