Received: by mail.netbsd.org (Postfix, from userid 605) id 3469E84DB7; Tue, 24 Mar 2020 18:18:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2D3184D9D for ; Tue, 24 Mar 2020 18:18:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IuuphjLCkJqE for ; Tue, 24 Mar 2020 18:18:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E87184CD8 for ; Tue, 24 Mar 2020 18:18:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38969FB27; Tue, 24 Mar 2020 18:18:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585073895141720" MIME-Version: 1.0 Date: Tue, 24 Mar 2020 18:18:15 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/textproc/mythes To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200324181815.38969FB27@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. --_----------=_1585073895141720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Mar 24 18:18:15 UTC 2020 Modified Files: pkgsrc/textproc/mythes: Makefile distinfo Log Message: mythes: Update to 1.2.4 Changes: * fix some clang scan-build warnings To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/mythes/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/mythes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585073895141720 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/mythes/Makefile diff -u pkgsrc/textproc/mythes/Makefile:1.15 pkgsrc/textproc/mythes/Makefile:1.16 --- pkgsrc/textproc/mythes/Makefile:1.15 Fri Mar 20 11:58:28 2020 +++ pkgsrc/textproc/mythes/Makefile Tue Mar 24 18:18:15 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/03/20 11:58:28 nia Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/24 18:18:15 nia Exp $ -DISTNAME= mythes-1.2.3 -PKGREVISION= 7 +DISTNAME= mythes-1.2.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/ Index: pkgsrc/textproc/mythes/distinfo diff -u pkgsrc/textproc/mythes/distinfo:1.3 pkgsrc/textproc/mythes/distinfo:1.4 --- pkgsrc/textproc/mythes/distinfo:1.3 Wed Nov 4 01:59:41 2015 +++ pkgsrc/textproc/mythes/distinfo Tue Mar 24 18:18:15 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:59:41 agc Exp $ +$NetBSD: distinfo,v 1.4 2020/03/24 18:18:15 nia Exp $ -SHA1 (mythes-1.2.3.tar.gz) = 8a5d58aa4bb8752375eff51db9f701c269d1831e -RMD160 (mythes-1.2.3.tar.gz) = b89878cad47646db5562d76c81f458612a58433c -SHA512 (mythes-1.2.3.tar.gz) = b0ab3298875c6ce542cce2463f64c680c259847a12296e51551b3823e1ebc74fe1c008991eda980fe0b7a23fdf209a20285848332ff811006e1e9c16505a8949 -Size (mythes-1.2.3.tar.gz) = 4910188 bytes +SHA1 (mythes-1.2.4.tar.gz) = c038831d84882cdf639e038e44decb1e40527591 +RMD160 (mythes-1.2.4.tar.gz) = 4bf022808a362c0711ec857787bc3376e9adb940 +SHA512 (mythes-1.2.4.tar.gz) = a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21 +Size (mythes-1.2.4.tar.gz) = 4910303 bytes --_----------=_1585073895141720--