Opened 9 years ago
Closed 9 years ago
#49927 closed defect (fixed)
msmtp: update to 1.6.3
Reported by: | neverpanic (Clemens Lang) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | ||
Port: | msmtp |
Description (last modified by neverpanic (Clemens Lang))
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 configure.ldflags-append "-lintl"31 34 configure.args --disable-silent-rules \ 32 -- mandir=${prefix}/share/man\33 -- infodir=${prefix}/share/info\34 -- enable-gsasl35 --with-libgsasl \ 36 --with-libidn \ 37 --without-libsecret 35 38 36 39 platform macosx { 37 40 configure.args-append --with-macosx-keyring
Change History (2)
comment:1 Changed 9 years ago by neverpanic (Clemens Lang)
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r143327, maintainer timeout.