Forgot to CC to list. Forwarding now. -------------------- Start of forwarded message -------------------- From: manphiz <[email protected]> To: Stuart Henderson <[email protected]> Subject: Re: [Maintainer Update] msmtp -> 1.8.15 Date: Thu, 08 Jul 2021 23:13:07 -0700
Stuart Henderson <[email protected]> writes: > On 2021/07/08 00:18, Xiyue Deng wrote: >> Update msmtp to version 1.8.15 >> >> Changelog: >> https://git.marlam.de/gitweb/?p=msmtp.git;a=blob_plain;f=NEWS;hb=5ff9207795557ab0a843096385f4a7c275a2b06f >> >> Updated dependency requirement with security/gnutls>=3.4 which is >> required for xoauth2 support. >> >> Tested on Loongson. >> > > Needs a PLIST sync, and there's not much point listing the gnutls version > requirement which has been satisfied since 2016. I'll take care of it. Thanks Stuart! Please see the updated patch attached. > >> HOMEPAGE = https://marlam.de/msmtp/ >> @@ -18,7 +18,7 @@ MASTER_SITES = https://marlam.de/msmtp/ >> EXTRACT_SUFX = .tar.xz >> >> LIB_DEPENDS = devel/libidn2 \ >> - security/gnutls >> + security/gnutls>=3.4 >> >> SEPARATE_BUILD = Yes >> CONFIGURE_STYLE = gnu >> Index: distinfo >> =================================================================== >> RCS file: /cvs/ports/mail/msmtp/distinfo,v >> retrieving revision 1.31 >> diff -u -p -r1.31 distinfo >> --- distinfo 6 Feb 2020 11:26:10 -0000 1.31 >> +++ distinfo 8 Jul 2021 07:08:19 -0000 >> @@ -1,2 +1,2 @@ >> -SHA256 (msmtp-1.8.7.tar.xz) = mlO83CROxbGoBpNOzHdG2dCdtYH1h77fWX6dovSMUfE= >> -SIZE (msmtp-1.8.7.tar.xz) = 340908 >> +SHA256 (msmtp-1.8.15.tar.xz) = ImXcY56/Lt8waf/+CjvXZ0n4tY9AAdXN6uGYc5SQmc4= >> +SIZE (msmtp-1.8.15.tar.xz) = 370736
Index: Makefile =================================================================== RCS file: /cvs/ports/mail/msmtp/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- Makefile 6 Feb 2020 11:26:10 -0000 1.48 +++ Makefile 9 Jul 2021 06:08:46 -0000 @@ -2,7 +2,7 @@ COMMENT = SMTP plugin for MUAs -DISTNAME = msmtp-1.8.7 +DISTNAME = msmtp-1.8.15 CATEGORIES = mail HOMEPAGE = https://marlam.de/msmtp/ Index: distinfo =================================================================== RCS file: /cvs/ports/mail/msmtp/distinfo,v retrieving revision 1.31 diff -u -p -r1.31 distinfo --- distinfo 6 Feb 2020 11:26:10 -0000 1.31 +++ distinfo 9 Jul 2021 06:08:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (msmtp-1.8.7.tar.xz) = mlO83CROxbGoBpNOzHdG2dCdtYH1h77fWX6dovSMUfE= -SIZE (msmtp-1.8.7.tar.xz) = 340908 +SHA256 (msmtp-1.8.15.tar.xz) = ImXcY56/Lt8waf/+CjvXZ0n4tY9AAdXN6uGYc5SQmc4= +SIZE (msmtp-1.8.15.tar.xz) = 370736 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/msmtp/pkg/PLIST,v retrieving revision 1.9 diff -u -p -r1.9 PLIST --- pkg/PLIST 7 Jul 2015 01:31:40 -0000 1.9 +++ pkg/PLIST 9 Jul 2021 06:08:46 -0000 @@ -1,7 +1,9 @@ @comment $OpenBSD: PLIST,v 1.9 2015/07/07 01:31:40 gsoares Exp $ @bin bin/msmtp +@bin bin/msmtpd @info info/msmtp.info @man man/man1/msmtp.1 +@man man/man1/msmtpd.1 share/examples/msmtp/ share/examples/msmtp/msmtp-enqueue.sh share/examples/msmtp/msmtp-listqueue.sh @@ -13,6 +15,12 @@ share/examples/msmtp/msmtprc-system.exam share/examples/msmtp/msmtprc-user.example share/examples/msmtp/set_sendmail.sh share/locale/de/LC_MESSAGES/msmtp.mo +share/locale/eo/LC_MESSAGES/msmtp.mo +share/locale/fr/LC_MESSAGES/msmtp.mo +share/locale/pt_BR/LC_MESSAGES/msmtp.mo +share/locale/sr/LC_MESSAGES/msmtp.mo +share/locale/ta/LC_MESSAGES/msmtp.mo +share/locale/uk/LC_MESSAGES/msmtp.mo share/msmtp/ share/msmtp/README.msmtpq share/msmtp/msmtpqueue/
signature.asc
Description: PGP signature
-------------------- End of forwarded message --------------------
