aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2012-05-27 21:14:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2012-05-27 21:14:56 +0000
commit0ae1ba82c502c3987c320912040eca9e968fe3fd (patch)
tree6970fab0fc3ece343c6957a051d871932ba68d18 /net/wireshark
parentd9508869146e8ab1dbc128fa4a832607f737171c (diff)
downloadports-0ae1ba82c502c3987c320912040eca9e968fe3fd.tar.gz
ports-0ae1ba82c502c3987c320912040eca9e968fe3fd.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile29
-rw-r--r--net/wireshark/distinfo4
2 files changed, 17 insertions, 16 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 846247aef466..94dced990fc2 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME?= wireshark
-PORTVERSION= 1.6.5
-PORTREVISION= 1
+PORTVERSION= 1.6.8
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
- http://wireshark.osmirror.nl/download/src/ \
http://ftp.uni-kl.de/pub/wireshark/src/ \
- http://wireshark.askapache.com/download/src/ \
- http://wireshark.dsmirror.nl/download/src/ \
- ftp://ftp.uni-kl.de/pub/wireshark/src/
+ http://wireshark.askapache.com/download/src/all-versions/ \
+ ftp://ftp.uni-kl.de/pub/wireshark/src/ \
+ http://prdownloads.sourceforge.net/wireshark/ \
+ http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
+ ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \
+ http://wireshark.zing.org/download/src/
DISTNAME= ${DATADIR_NAME}-${PORTVERSION}
MAINTAINER= marcus@FreeBSD.org
@@ -100,7 +101,7 @@ CONFIGURE_ARGS+= --enable-threads
.endif
.if !defined(WITHOUT_PCRE) && !defined(LITE)
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --with-pcre=no
@@ -124,36 +125,36 @@ CONFIGURE_ARGS+=--without-portaudio
.endif
.if !defined(WITHOUT_SNMP) && !defined(LITE)
-LIB_DEPENDS+= smi.2:${PORTSDIR}/net-mgmt/libsmi
+LIB_DEPENDS+= smi:${PORTSDIR}/net-mgmt/libsmi
CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-libsmi=no
.endif
.if !defined(WITHOUT_ADNS) && !defined(LITE)
-LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns
+LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns
CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --with-adns=no
.endif
.if !defined(WITHOUT_CARES) && !defined(LITE)
-LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares
CONFIGURE_ARGS+= --with-c-ares=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --with-c-ares=no
.endif
.if !defined(WITHOUT_GEOIP) && !defined(LITE)
-LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
CONFIGURE_ARGS+= --with-geoip=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --with-geoip=no
.endif
.if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
- gcrypt.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \
+ gcrypt:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} \
--with-gnutls=yes
.else
@@ -161,7 +162,7 @@ CONFIGURE_ARGS+=--with-gnutls=no
.endif
.if !defined(WITHOUT_LIBGCRYPT)
-LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
.endif
diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo
index e1ed42287e71..d3c75aa02f2a 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wireshark-1.6.5.tar.bz2) = 151768199f9b50f5593b97025a33303df4d3b3983a203be89d8a1f5ba830bfcd
-SIZE (wireshark-1.6.5.tar.bz2) = 21505901
+SHA256 (wireshark-1.6.8.tar.bz2) = d4fbaffa4fd32543ed1d03b3097bf89a7d492e6d02e9bf8f8aa8a71281f3057f
+SIZE (wireshark-1.6.8.tar.bz2) = 21967111