pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell-en aspell-en: fix PLIST issue



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cc668ec1c72
branches:  trunk
changeset: 336326:3cc668ec1c72
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jul 12 04:04:38 2019 +0000

description:
aspell-en: fix PLIST issue

Addresses PR pkg/54359. (Bumping PKGREVISION since this is a PLIST
change.)

diffstat:

 textproc/aspell-en/Makefile |   3 ++-
 textproc/aspell-en/PLIST    |  16 +++++++++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 162aeb96d533 -r 3cc668ec1c72 textproc/aspell-en/Makefile
--- a/textproc/aspell-en/Makefile       Fri Jul 12 03:52:36 2019 +0000
+++ b/textproc/aspell-en/Makefile       Fri Jul 12 04:04:38 2019 +0000
@@ -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
diff -r 162aeb96d533 -r 3cc668ec1c72 textproc/aspell-en/PLIST
--- a/textproc/aspell-en/PLIST  Fri Jul 12 03:52:36 2019 +0000
+++ b/textproc/aspell-en/PLIST  Fri Jul 12 04:04:38 2019 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index