diff options
author | tron <tron@pkgsrc.org> | 2010-05-15 20:27:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-05-15 20:27:28 +0000 |
commit | 85199a56f3263c9cba12756879a935efca586e2b (patch) | |
tree | eada4d328381e3e4bfe6b70948889240d434fb5f /net/wireshark/PLIST | |
parent | b1a8fea5546dcb6c9b7c2d575b857702b302a206 (diff) | |
download | pkgsrc-85199a56f3263c9cba12756879a935efca586e2b.tar.gz |
Add a new option "lua" to enable support for Lua scripts and turn it on
by default. Bump package revisions as the binary package changed.
Suggested by Jonathan Kollasch in private e-mail.
Diffstat (limited to 'net/wireshark/PLIST')
-rw-r--r-- | net/wireshark/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index 155414ad50a..1bd393db3ea 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2010/04/08 10:03:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2010/05/15 20:27:28 tron Exp $ bin/capinfos bin/dftest bin/dumpcap @@ -46,6 +46,7 @@ share/wireshark/COPYING share/wireshark/capinfos.html share/wireshark/cfilters share/wireshark/colorfilters +${PLIST.lua}share/wireshark/console.lua share/wireshark/dfilters share/wireshark/diameter/Ericsson.xml share/wireshark/diameter/TGPPGmb.xml @@ -63,6 +64,7 @@ share/wireshark/diameter/mobileipv6.xml share/wireshark/diameter/nasreq.xml share/wireshark/diameter/sip.xml share/wireshark/diameter/sunping.xml +${PLIST.lua}share/wireshark/dtd_gen.lua share/wireshark/dtds/dc.dtd share/wireshark/dtds/itunes.dtd share/wireshark/dtds/mscml.dtd @@ -85,6 +87,7 @@ share/wireshark/help/getting_started.txt share/wireshark/help/overview.txt share/wireshark/help/toc share/wireshark/idl2wrs.html +${PLIST.lua}share/wireshark/init.lua share/wireshark/ipmap.html share/wireshark/manuf share/wireshark/mergecap.html |