diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-01-23 03:22:04 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-01-23 03:22:04 +0000 |
commit | 3791c470ae9edcc5b3595cbb44442fb6b2c30169 (patch) | |
tree | bd34770efea002ff3bd7e6b2edab44bfcde8d281 /net/arp-scan | |
parent | 6414fbc734a2524fa013b7da4c7af191c7cd2876 (diff) |
Notes
Diffstat (limited to 'net/arp-scan')
-rw-r--r-- | net/arp-scan/Makefile | 10 | ||||
-rw-r--r-- | net/arp-scan/distinfo | 4 | ||||
-rw-r--r-- | net/arp-scan/pkg-descr | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index 2d8c80590cf8..a3fc7c5046e0 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= arp-scan -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= net -MASTER_SITES= http://www.nta-monitor.com/tools/${PORTNAME}/download/ +MASTER_SITES= http://www.nta-monitor.com/files/${PORTNAME}/ -MAINTAINER= wenheping@gmail.com -COMMENT= ARP Scanning and Fingerprinting Tool +MAINTAINER= ports@FreeBSD.org +COMMENT= ARP scanning and fingerprinting tool + +LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/arp-scan/distinfo b/net/arp-scan/distinfo index 285bde286b97..65ac8e535484 100644 --- a/net/arp-scan/distinfo +++ b/net/arp-scan/distinfo @@ -1,2 +1,2 @@ -SHA256 (arp-scan-1.8.tar.gz) = 3e4d2ddb0634dad07cbe7206349e0eb389e37510883b0735a450adef41df6f26 -SIZE (arp-scan-1.8.tar.gz) = 430221 +SHA256 (arp-scan-1.9.tar.gz) = ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892 +SIZE (arp-scan-1.9.tar.gz) = 488442 diff --git a/net/arp-scan/pkg-descr b/net/arp-scan/pkg-descr index ef55989e66d3..40f6971d78c2 100644 --- a/net/arp-scan/pkg-descr +++ b/net/arp-scan/pkg-descr @@ -3,4 +3,4 @@ protocol to discover and fingerprint IP hosts on the local network. It is available for Linux and BSD under the GPL licence. -WWW: http://www.nta-monitor.com/tools/arp-scan/ +WWW: http://www.nta-monitor.com/tools/arp-scan/ |