Received: by mail.netbsd.org (Postfix, from userid 605) id 9DF7084DD8; Fri, 12 Jul 2019 04:04:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2306C84D63 for ; Fri, 12 Jul 2019 04:04:39 +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 8eBX2nUIaCZ9 for ; Fri, 12 Jul 2019 04:04:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9733E84C8B for ; Fri, 12 Jul 2019 04:04:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88E02FBF4; Fri, 12 Jul 2019 04:04:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156290427861340" MIME-Version: 1.0 Date: Fri, 12 Jul 2019 04:04:38 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/textproc/aspell-en To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190712040438.88E02FBF4@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. --_----------=_156290427861340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Jul 12 04:04:38 UTC 2019 Modified Files: pkgsrc/textproc/aspell-en: Makefile PLIST Log Message: aspell-en: fix PLIST issue Addresses PR pkg/54359. (Bumping PKGREVISION since this is a PLIST change.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/aspell-en/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/aspell-en/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156290427861340 Content-Disposition: inline Content-Length: 1936 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.4 pkgsrc/textproc/aspell-en/Makefile:1.5 --- pkgsrc/textproc/aspell-en/Makefile:1.4 Sat Jul 6 19:20:57 2019 +++ pkgsrc/textproc/aspell-en/Makefile Fri Jul 12 04:04:38 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/07/06 19:20:57 nia Exp $ +# $NetBSD: Makefile,v 1.5 2019/07/12 04:04:38 gutteridge Exp $ # +PKGREVISION= 1 DISTNAME= aspell6-en-2018.04.16-0 PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1} CATEGORIES= textproc Index: pkgsrc/textproc/aspell-en/PLIST diff -u pkgsrc/textproc/aspell-en/PLIST:1.2 pkgsrc/textproc/aspell-en/PLIST:1.3 --- pkgsrc/textproc/aspell-en/PLIST:1.2 Sat Apr 11 02:07:41 2015 +++ pkgsrc/textproc/aspell-en/PLIST Fri Jul 12 04:04:38 2019 @@ -1,9 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2015/04/11 02:07:41 mef Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/07/12 04:04:38 gutteridge Exp $ lib/aspell/american-variant_0.alias lib/aspell/american-variant_1.alias lib/aspell/american-w_accents.alias lib/aspell/american-wo_accents.alias lib/aspell/american.alias +lib/aspell/australian-variant_0.alias +lib/aspell/australian-variant_1.alias +lib/aspell/australian-w_accents.alias +lib/aspell/australian-wo_accents.alias +lib/aspell/australian.alias lib/aspell/british-ise-w_accents.alias lib/aspell/british-ise-wo_accents.alias lib/aspell/british-ise.alias @@ -32,6 +37,15 @@ lib/aspell/en-w_accents.multi lib/aspell/en-wo_accents-only.rws lib/aspell/en-wo_accents.multi lib/aspell/en.multi +lib/aspell/en_AU-variant_0.multi +lib/aspell/en_AU-variant_0.rws +lib/aspell/en_AU-variant_1.multi +lib/aspell/en_AU-variant_1.rws +lib/aspell/en_AU-w_accents-only.rws +lib/aspell/en_AU-w_accents.multi +lib/aspell/en_AU-wo_accents-only.rws +lib/aspell/en_AU-wo_accents.multi +lib/aspell/en_AU.multi lib/aspell/en_CA-variant_0.multi lib/aspell/en_CA-variant_0.rws lib/aspell/en_CA-variant_1.multi --_----------=_156290427861340--