network/wireshark: Updated for version 1.2.7.

This commit is contained in:
Michiel van Wessem 2010-04-08 23:45:08 -04:00 committed by David Somero
parent ef3e7c33d3
commit af0085fdf1
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wireshark
VERSION=${VERSION:-1.2.6}
VERSION=${VERSION:-1.2.7}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,7 +91,7 @@ make install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man

View file

@ -1,8 +1,8 @@
PRGNAM="wireshark"
VERSION="1.2.6"
VERSION="1.2.7"
HOMEPAGE="http://www.wireshark.org/"
DOWNLOAD="http://www.wireshark.org/download/src/wireshark-1.2.6.tar.bz2"
MD5SUM="f3e0917ed393366bbf96c53b58cb0931"
DOWNLOAD="http://www.wireshark.org/download/src/wireshark-1.2.7.tar.bz2"
MD5SUM="cff6b18aa47a7e3eb973efe62c676b50"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"