Index: head/net/arp-scan/Makefile =================================================================== --- head/net/arp-scan/Makefile (revision 524414) +++ head/net/arp-scan/Makefile (revision 524415) @@ -1,19 +1,18 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= arp-scan PORTVERSION= 1.9 CATEGORIES= net -MASTER_SITES= http://www.nta-monitor.com/files/${PORTNAME}/ +MASTER_SITES= https://github.com/royhills/arp-scan/releases/download/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= ARP scanning and fingerprinting tool -BROKEN= unfetchable - LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_LDCONFIG= yes .include Index: head/net/arp-scan/distinfo =================================================================== --- head/net/arp-scan/distinfo (revision 524414) +++ head/net/arp-scan/distinfo (revision 524415) @@ -1,2 +1,3 @@ +TIMESTAMP = 1580125315 SHA256 (arp-scan-1.9.tar.gz) = ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892 SIZE (arp-scan-1.9.tar.gz) = 488442 Index: head/net/arp-scan/pkg-descr =================================================================== --- head/net/arp-scan/pkg-descr (revision 524414) +++ head/net/arp-scan/pkg-descr (revision 524415) @@ -1,6 +1,4 @@ -arp-scan is a command-line tool that uses the ARP -protocol to discover and fingerprint IP hosts on -the local network. It is available for Linux and -BSD under the GPL licence. +arp-scan is a command-line tool that uses the ARP protocol to discover and +fingerprint IP hosts on the local network. -WWW: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan +WWW: https://github.com/royhills/arp-scan Index: head/net/arp-scan/pkg-plist =================================================================== --- head/net/arp-scan/pkg-plist (revision 524414) +++ head/net/arp-scan/pkg-plist (revision 524415) @@ -1,12 +1,12 @@ +bin/arp-fingerprint bin/arp-scan -bin/get-oui bin/get-iab -bin/arp-fingerprint -%%DATADIR%%/ieee-oui.txt -%%DATADIR%%/ieee-iab.txt -%%DATADIR%%/mac-vendor.txt +bin/get-oui man/man1/arp-fingerprint.1.gz man/man1/arp-scan.1.gz man/man1/get-iab.1.gz man/man1/get-oui.1.gz man/man5/mac-vendor.5.gz +%%DATADIR%%/ieee-iab.txt +%%DATADIR%%/ieee-oui.txt +%%DATADIR%%/mac-vendor.txt