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 /misc/rump | |
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 'misc/rump')
-rw-r--r-- | misc/rump/PLIST.Linux | 6 | ||||
-rw-r--r-- | misc/rump/PLIST.SunOS | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/rump/PLIST.Linux b/misc/rump/PLIST.Linux index 978b1f6b59d..c65e4b79937 100644 --- a/misc/rump/PLIST.Linux +++ b/misc/rump/PLIST.Linux @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST.Linux,v 1.3 2013/07/05 17:20:59 stacktic Exp $ -lib/librumphijack_pic.a +@comment $NetBSD: PLIST.Linux,v 1.4 2018/01/01 22:29:44 rillig Exp $ lib/librumphijack.so lib/librumphijack.so.0 lib/librumphijack.so.0.0 +lib/librumphijack_pic.a lib/librumpkern_sys_linux.a -lib/librumpkern_sys_linux_pic.a lib/librumpkern_sys_linux.so lib/librumpkern_sys_linux.so.0 lib/librumpkern_sys_linux.so.0.0 +lib/librumpkern_sys_linux_pic.a diff --git a/misc/rump/PLIST.SunOS b/misc/rump/PLIST.SunOS index a364a7f9b99..6eff472df7f 100644 --- a/misc/rump/PLIST.SunOS +++ b/misc/rump/PLIST.SunOS @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST.SunOS,v 1.2 2013/07/05 17:20:59 stacktic Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.3 2018/01/01 22:29:44 rillig Exp $ lib/librumpkern_sys_sunos.a -lib/librumpkern_sys_sunos_pic.a lib/librumpkern_sys_sunos.so lib/librumpkern_sys_sunos.so.0 lib/librumpkern_sys_sunos.so.0.0 +lib/librumpkern_sys_sunos_pic.a |