diff -ruN wireshark-devel.orig/Portfile wireshark-devel/Portfile
old
|
new
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | | # $Id$ |
| 2 | # $Id: Portfile 79853 2011-06-28 05:39:20Z ryandesign@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name wireshark-devel |
7 | 7 | epoch 2 |
8 | | version 1.6.0 |
| 8 | version 1.6.2 |
9 | 9 | categories net |
10 | 10 | maintainers gmail.com:hsivank |
11 | 11 | description Graphical network analyzer and capture tool |
… |
… |
|
24 | 24 | |
25 | 25 | use_bzip2 yes |
26 | 26 | |
27 | | checksums sha1 c54ab0d77f6bbe6a2b7329de69ed10614d57aa35 \ |
28 | | rmd160 d30ba785f8e8ac6d74b4f3f55f9e797a8bc0dec3 |
| 27 | checksums md5 301677b5f8150265315632fb6247e06e \ |
| 28 | sha1 a18d4e8eaf56fe0214b19d7fde0eb91a06817a49 \ |
| 29 | rmd160 e343d9bb5600b236dea708bb68ecad805a9ee20a |
29 | 30 | |
30 | 31 | conflicts wireshark |
31 | 32 | |