pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: fix pkglint warnings



details:   https://anonhg.NetBSD.org/pkgsrc/rev/848d2d81cfc8
branches:  trunk
changeset: 374000:848d2d81cfc8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 13 22:32:53 2018 +0000

description:
wireshark: fix pkglint warnings

diffstat:

 net/wireshark/Makefile |  36 ++++++++++++++++++------------------
 net/wireshark/PLIST    |   4 ++--
 2 files changed, 20 insertions(+), 20 deletions(-)

diffs (77 lines):

diff -r 65088736943d -r 848d2d81cfc8 net/wireshark/Makefile
--- a/net/wireshark/Makefile    Sat Jan 13 19:00:53 2018 +0000
+++ b/net/wireshark/Makefile    Sat Jan 13 22:32:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2018/01/12 22:25:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.179 2018/01/13 22:32:53 rillig Exp $
 
 DISTNAME=      wireshark-2.4.4
 CATEGORIES=    net
@@ -31,23 +31,23 @@
 
 PTHREAD_OPTS+=         require
 
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY=         yes
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 1.10.5
-REPLACE_PYTHON+=       help/faq.py
-REPLACE_PYTHON+=       tools/asn2deb
-REPLACE_PYTHON+=       tools/asn2wrs.py
-REPLACE_PYTHON+=       tools/dfilter-test.py
-REPLACE_PYTHON+=       tools/ftsanity.py
-REPLACE_PYTHON+=       tools/html2text.py
-REPLACE_PYTHON+=       tools/idl2deb
-REPLACE_PYTHON+=       tools/indexcap.py
-REPLACE_PYTHON+=       tools/make-dissector-reg.py
-REPLACE_PYTHON+=       tools/make-tap-reg.py
-REPLACE_PYTHON+=       tools/msnchat
-REPLACE_PYTHON+=       tools/ncp2222.py
-REPLACE_PYTHON+=       tools/netscreen2dump.py
-REPLACE_PYTHON+=       tools/pkt-from-core.py
-REPLACE_PYTHON+=       tools/rdps.py
+REPLACE_PYTHON+=               help/faq.py
+REPLACE_PYTHON+=               tools/asn2deb
+REPLACE_PYTHON+=               tools/asn2wrs.py
+REPLACE_PYTHON+=               tools/dfilter-test.py
+REPLACE_PYTHON+=               tools/ftsanity.py
+REPLACE_PYTHON+=               tools/html2text.py
+REPLACE_PYTHON+=               tools/idl2deb
+REPLACE_PYTHON+=               tools/indexcap.py
+REPLACE_PYTHON+=               tools/make-dissector-reg.py
+REPLACE_PYTHON+=               tools/make-tap-reg.py
+REPLACE_PYTHON+=               tools/msnchat
+REPLACE_PYTHON+=               tools/ncp2222.py
+REPLACE_PYTHON+=               tools/netscreen2dump.py
+REPLACE_PYTHON+=               tools/pkt-from-core.py
+REPLACE_PYTHON+=               tools/rdps.py
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
@@ -62,7 +62,7 @@
 post-install: ${POST_INSTALL_TARGETS}
 
 # wireshark no longer builds with NetBSD 3.x provided zlib
-BUILDLINK_API_DEPENDS.zlib=zlib>=1.2.1
+BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.1
 
 # wireshark uses gdk_pixbuf_new_from_inline which is deprecated, but asks
 # to hide deprecated prototypes. This leads to pointer truncation.
diff -r 65088736943d -r 848d2d81cfc8 net/wireshark/PLIST
--- a/net/wireshark/PLIST       Sat Jan 13 19:00:53 2018 +0000
+++ b/net/wireshark/PLIST       Sat Jan 13 22:32:53 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2018/01/03 11:09:41 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.34 2018/01/13 22:32:53 rillig Exp $
 bin/capinfos
 bin/captype
 bin/dftest
@@ -12,8 +12,8 @@
 bin/sharkd
 bin/text2pcap
 bin/tshark
+${PLIST.qt}bin/wireshark
 ${PLIST.gtk3}bin/wireshark-gtk
-${PLIST.qt}bin/wireshark
 lib/libwireshark.la
 lib/libwiretap.la
 lib/libwscodecs.la



Home | Main Index | Thread Index | Old Index