Author: tilman Date: 2006-09-28 17:58:42 +0200 (Thu, 28 Sep 2006) New Revision: 1959 Modified: crux-2.2/ports/opt/wireshark/.footprint crux-2.2/ports/opt/wireshark/Pkgfile Log: wireshark: don't delete AUTHORS-SHORT as it's read by ws' about box. fixed URL, bumped revision Modified: crux-2.2/ports/opt/wireshark/.footprint =================================================================== --- crux-2.2/ports/opt/wireshark/.footprint 2006-09-28 14:37:07 UTC (rev 1958) +++ crux-2.2/ports/opt/wireshark/.footprint 2006-09-28 15:58:42 UTC (rev 1959) @@ -92,6 +92,7 @@ -rw-r--r-- root/root usr/man/man4/wireshark-filter.4.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/wireshark/ +-rw-r--r-- root/root usr/share/wireshark/AUTHORS-SHORT -rw-r--r-- root/root usr/share/wireshark/capinfos.html -rw-r--r-- root/root usr/share/wireshark/cfilters -rw-r--r-- root/root usr/share/wireshark/colorfilters Modified: crux-2.2/ports/opt/wireshark/Pkgfile =================================================================== --- crux-2.2/ports/opt/wireshark/Pkgfile 2006-09-28 14:37:07 UTC (rev 1958) +++ crux-2.2/ports/opt/wireshark/Pkgfile 2006-09-28 15:58:42 UTC (rev 1959) @@ -1,5 +1,5 @@ # Description: Network Sniffer with nice GTK+ UI -# URL: http://www.ethereal.com +# URL: http://www.wireshark.org # Packager: Martin Opel, mo at obbl-net dot de # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gtk libpcap @@ -7,7 +7,7 @@ name=wireshark version=0.99.3a -release=1 +release=2 source=(http://www.$name.org/download/src/$name-$version.tar.bz2) build() { @@ -28,5 +28,7 @@ image/{hi,lo}{16,32,48}-app-$name.png \ $PKG/usr/share/$name/pixmaps - rm -f $PKG/usr/share/$name/AUTHORS-SHORT + # Don't remove AUTHORS-SHORT here, it's read by wireshark's + # about box. + #rm -f $PKG/usr/share/$name/AUTHORS-SHORT }