Received: by mail.netbsd.org (Postfix, from userid 605) id 8DCB384CEE; Mon, 17 Jun 2019 14:28:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15D4B84CE2 for ; Mon, 17 Jun 2019 14:28:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SrT7EfdDnqo2 for ; Mon, 17 Jun 2019 14:28:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 923FA84CD3 for ; Mon, 17 Jun 2019 14:28:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C15CFBF4; Mon, 17 Jun 2019 14:28:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560781723212730" MIME-Version: 1.0 Date: Mon, 17 Jun 2019 14:28:43 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20190617142843.8C15CFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1560781723212730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Mon Jun 17 14:28:43 UTC 2019 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 1.12.1 + $fcc_before_send, when set, causes Fcc to occur before sending instead of afterwards. When set, the message is saved as-sent; please see the documentation for details. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560781723212730 Content-Disposition: inline Content-Length: 1712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mutt/Makefile diff -u pkgsrc/mail/mutt/Makefile:1.209 pkgsrc/mail/mutt/Makefile:1.210 --- pkgsrc/mail/mutt/Makefile:1.209 Sun May 26 08:43:14 2019 +++ pkgsrc/mail/mutt/Makefile Mon Jun 17 14:28:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.209 2019/05/26 08:43:14 tron Exp $ +# $NetBSD: Makefile,v 1.210 2019/06/17 14:28:43 tron Exp $ -DISTNAME= mutt-1.12.0 +DISTNAME= mutt-1.12.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.73 pkgsrc/mail/mutt/distinfo:1.74 --- pkgsrc/mail/mutt/distinfo:1.73 Sun May 26 08:43:14 2019 +++ pkgsrc/mail/mutt/distinfo Mon Jun 17 14:28:43 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.73 2019/05/26 08:43:14 tron Exp $ +$NetBSD: distinfo,v 1.74 2019/06/17 14:28:43 tron Exp $ -SHA1 (mutt-1.12.0.tar.gz) = 7fa9b0324bfd6c6d2cc8a909c0b49e1400891d23 -RMD160 (mutt-1.12.0.tar.gz) = 83e85beeafb69db6610403444d9b0276a9259c02 -SHA512 (mutt-1.12.0.tar.gz) = b9482af3bfeb39ab8be7244deda49b56a77cfa15b3dfc7dd2b0ec2d7eba8e32b742b7a254ff64e6827a6f74f563830276bf950e8b2b192d27a1fd6b1df70443c -Size (mutt-1.12.0.tar.gz) = 4668896 bytes +SHA1 (mutt-1.12.1.tar.gz) = 74ef9cf9f9666ba2ca48fd349be00ee684001161 +RMD160 (mutt-1.12.1.tar.gz) = 6ce39c7c60f8bac9b23afc0ea9d5744fd831e8e9 +SHA512 (mutt-1.12.1.tar.gz) = 0101120ad2acab89552be210725bae1a903f0b2c48be7207750589d141236537823f27c39e8d700eee16eb6b978058d056180b3d51e45e0242546f176b971538 +Size (mutt-1.12.1.tar.gz) = 4675166 bytes SHA1 (patch-aa) = ffa6fc8af174b3caf3286f24ea6330b4a27d91a1 SHA1 (patch-ab) = 3d094b6bdb2b2ffac8ce6a1d3a306714c9f01835 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 --_----------=_1560781723212730--