Index: head/net/arping/Makefile =================================================================== --- head/net/arping/Makefile (revision 465752) +++ head/net/arping/Makefile (revision 465753) @@ -1,23 +1,22 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= arping -PORTVERSION= 2.15 -PORTREVISION= 1 +DISTVERSION= 2.19 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ MAINTAINER= gavin@FreeBSD.org COMMENT= ARP level "ping" utility LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnet.so:net/libnet +USES= localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLIST_FILES= sbin/arping man/man8/arping.8.gz .include Index: head/net/arping/distinfo =================================================================== --- head/net/arping/distinfo (revision 465752) +++ head/net/arping/distinfo (revision 465753) @@ -1,2 +1,3 @@ -SHA256 (arping-2.15.tar.gz) = 9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 -SIZE (arping-2.15.tar.gz) = 149061 +TIMESTAMP = 1522183846 +SHA256 (arping-2.19.tar.gz) = 36e97b58076dcd478cf732682e828ec00026dd8ec8f63201d147960be25e6616 +SIZE (arping-2.19.tar.gz) = 177178 Index: head/net/arping/pkg-descr =================================================================== --- head/net/arping/pkg-descr (revision 465752) +++ head/net/arping/pkg-descr (revision 465753) @@ -1,9 +1,7 @@ Arping is a util to find out if a specific IP address on the LAN is 'taken' and what MAC address owns it. Sure, you *could* just use 'ping' to find out if it's taken and even if the computer blocks ping (and everything else) you still get an entry in your arp cache. But what if you aren't on a routable net? Then you're screwed. Or you use arping. -WWW: http://www.habets.pp.se/synscan/programs.php - -Roman Shterenzon +WWW: http://www.habets.pp.se/synscan/programs.php?prog=arping