diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-01 22:29:15 +0000 |
commit | 44f586c7a0b65d5e7ff0fec66208765ac1e77f41 (patch) | |
tree | 42d1b5401a22e790ac32c2531b926c30e77a66a8 /news/trn | |
parent | 028d6892e18fce93db86c12efc2c3675556e2afc (diff) | |
download | pkgsrc-44f586c7a0b65d5e7ff0fec66208765ac1e77f41.tar.gz |
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/PLIST | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/news/trn/PLIST b/news/trn/PLIST index 07331f490d7..44ae5e4f074 100644 --- a/news/trn/PLIST +++ b/news/trn/PLIST @@ -1,19 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:10:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:51 rillig Exp $ bin/Pnews bin/Rnmail bin/nntplist bin/rn bin/trn bin/trn-artchk -share/trn/INIT -share/trn/Pnews.header -share/trn/Speller -share/trn/filexp -share/trn/makedir -share/trn/mbox.saver -share/trn/newsnews -share/trn/norm.saver -share/trn/access.def +man/man1/Pnews.1 +man/man1/Rnmail.1 +man/man1/rn.1 +man/man1/trn.1 share/trn/HelpFiles/changelog share/trn/HelpFiles/config/environment share/trn/HelpFiles/config/index @@ -21,11 +16,16 @@ share/trn/HelpFiles/config/macros share/trn/HelpFiles/config/options share/trn/HelpFiles/hints share/trn/HelpFiles/quickstart -share/trn/HelpFiles/top share/trn/HelpFiles/samples/access share/trn/HelpFiles/samples/index share/trn/HelpFiles/samples/trnrc -man/man1/Pnews.1 -man/man1/Rnmail.1 -man/man1/rn.1 -man/man1/trn.1 +share/trn/HelpFiles/top +share/trn/INIT +share/trn/Pnews.header +share/trn/Speller +share/trn/access.def +share/trn/filexp +share/trn/makedir +share/trn/mbox.saver +share/trn/newsnews +share/trn/norm.saver |