Commits

Jeremy Lavergne authored 5e58d597e99
arping: update to 2.20
No tags

net/arping/Portfile

Modified
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 2
3 3 PortSystem 1.0
4 4
5 5 name arping
6 -version 2.19
6 +version 2.20
7 7 categories net
8 8 platforms darwin
9 9 maintainers {snc @nerdling} openmaintainer
10 10 license GPL-2
11 11 description utility to find out if an IP address is already taken on a LAN
12 12 long_description Arping is a util to find out if a specific IP address on \
13 13 the LAN is 'taken' and what MAC address owns it.
14 14
15 15 homepage http://www.habets.pp.se/synscan/programs.php?prog=arping
16 16 master_sites http://www.habets.pp.se/synscan/files/
17 -checksums rmd160 d15907115377633e0d852c1b257141cfd2d51bc5 \
18 - sha256 36e97b58076dcd478cf732682e828ec00026dd8ec8f63201d147960be25e6616
17 +checksums rmd160 5aba327531093d93c09002eafccbc3f0954eab0f \
18 + sha256 34e108923cb601ebdc954062d3ff0bdd44d6eff087895af48994398f08025785 \
19 + size 179007
19 20
20 21 depends_lib port:libnet11 \
21 22 lib:libpcap.DP:libpcap
22 23
23 24 post-destroot {
24 25 xinstall -m 755 ${worksrcpath}/src/arping ${destroot}${prefix}/bin
25 26 xinstall -m 755 ${worksrcpath}/extra/arping-scan-net.sh \
26 27 ${destroot}${prefix}/bin/arping-scan-net
27 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
28 29 xinstall -m 644 -W ${worksrcpath} LICENSE README \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut