diff options
author | marcus <marcus@FreeBSD.org> | 2009-12-21 02:03:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-12-21 02:03:11 +0800 |
commit | f75b810e860f64f9f8a50b3e4c42d918eceb72ad (patch) | |
tree | 003e2aaa33a2da1eaa6d1a43d83df5f8368cf371 /net | |
parent | fc5b4014ae1b7a32788662a60a11a22519866090 (diff) | |
download | freebsd-ports-gnome-f75b810e860f64f9f8a50b3e4c42d918eceb72ad.tar.gz freebsd-ports-gnome-f75b810e860f64f9f8a50b3e4c42d918eceb72ad.tar.zst freebsd-ports-gnome-f75b810e860f64f9f8a50b3e4c42d918eceb72ad.zip |
Update to 1.2.5. See
http://www.wireshark.org/docs/relnotes/wireshark-1.2.5.html for a list of
changes in this release.
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index c04a8e0cbfeb..ef69f95bdcef 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= wireshark -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -71,7 +71,7 @@ OPTIONS= RTP "Enable support for playing back RTP streams" off \ PCRE "Enable regular expression matching support" on \ IPV6 "Enable IPv6 support" on \ GEOIP "Enable GeoIP lookups" on \ - LUA " Enable LUA scripting integration" off + LUA "Enable LUA scripting integration" off .endif .include <bsd.port.pre.mk> diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 50e84bdcad19..18218271e1f1 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -MD5 (wireshark-1.2.4.tar.bz2) = ae4533da7d0e54c236e1eed966c42163 -SHA256 (wireshark-1.2.4.tar.bz2) = d2eb6902fb8ccdc1dd2c797b6a76e6383aca593f0c6ee16e835d0dcf89d63338 -SIZE (wireshark-1.2.4.tar.bz2) = 15209570 +MD5 (wireshark-1.2.5.tar.bz2) = 38010265a76f25553498304dcf15a92c +SHA256 (wireshark-1.2.5.tar.bz2) = 3582413520fc2241660519565d5562dffbbd96943de3c2b7bd4edeab41146af2 +SIZE (wireshark-1.2.5.tar.bz2) = 15296289 |