Received: by mail.netbsd.org (Postfix, from userid 605) id 4D6258510D; Wed, 3 Feb 2021 09:37:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8825185107 for ; Wed, 3 Feb 2021 09:37:22 +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 umG2VJWhIVNI for ; Wed, 3 Feb 2021 09:37:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E2D384D6B for ; Wed, 3 Feb 2021 09:37:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9ADEAFA94; Wed, 3 Feb 2021 09:37:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161234504123350" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 09:37:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/textproc/aspell-en To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210203093721.9ADEAFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161234504123350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Feb 3 09:37:21 UTC 2021 Modified Files: pkgsrc/textproc/aspell-en: Makefile distinfo Log Message: aspell-en: Update to 2020.12.07.0 2020.12.07: Updates to SCOWL 2020.12.07 which added some new words. The update also fixed a number of variant problems and removed irregardless, froward (+ derivatives) and perpend. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/aspell-en/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/aspell-en/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161234504123350 Content-Disposition: inline Content-Length: 1895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/aspell-en/Makefile diff -u pkgsrc/textproc/aspell-en/Makefile:1.6 pkgsrc/textproc/aspell-en/Makefile:1.7 --- pkgsrc/textproc/aspell-en/Makefile:1.6 Sat Oct 19 10:45:56 2019 +++ pkgsrc/textproc/aspell-en/Makefile Wed Feb 3 09:37:21 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/10/19 10:45:56 nia Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/03 09:37:21 nia Exp $ -DISTNAME= aspell6-en-2019.10.06-0 +DISTNAME= aspell6-en-2020.12.07-0 PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/} Index: pkgsrc/textproc/aspell-en/distinfo diff -u pkgsrc/textproc/aspell-en/distinfo:1.5 pkgsrc/textproc/aspell-en/distinfo:1.6 --- pkgsrc/textproc/aspell-en/distinfo:1.5 Sat Oct 19 10:45:56 2019 +++ pkgsrc/textproc/aspell-en/distinfo Wed Feb 3 09:37:21 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2019/10/19 10:45:56 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/02/03 09:37:21 nia Exp $ -SHA1 (aspell6-en-2019.10.06-0.tar.bz2) = 434a3ab3015b291ffa07a375efd47039cdcc5b23 -RMD160 (aspell6-en-2019.10.06-0.tar.bz2) = 84a80e93560096cd324919f63671ec25f60f642b -SHA512 (aspell6-en-2019.10.06-0.tar.bz2) = e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e -Size (aspell6-en-2019.10.06-0.tar.bz2) = 188331 bytes +SHA1 (aspell6-en-2020.12.07-0.tar.bz2) = 908b254f283e47c086f12e35e423b54fb9a29b0d +RMD160 (aspell6-en-2020.12.07-0.tar.bz2) = 037e0454216289a2afd1c04037772e45056ae6f5 +SHA512 (aspell6-en-2020.12.07-0.tar.bz2) = 9ed4e64891242e5e5e7d6ac82a0d1fda3bdc5116bd9d926e787b8f381080b357915f0c9b39cae04c1da0f2ec6e47ffe30a584f7f3bf7d455a46e8518a7858547 +Size (aspell6-en-2020.12.07-0.tar.bz2) = 188972 bytes SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 SHA1 (patch-ab) = 95767f553e37e39183ea5d26dc7ebfb488752cf5 --_----------=_161234504123350--