svn commit: r377713 - head/net/arp-scan

Wen Heping wen at FreeBSD.org
Fri Jan 23 03:22:06 UTC 2015


Author: wen
Date: Fri Jan 23 03:22:04 2015
New Revision: 377713
URL: https://svnweb.freebsd.org/changeset/ports/377713
QAT: https://qat.redports.org/buildarchive/r377713/

Log:
  - Update to 1.9 [1]
  - Add LICENSE [1]
  - Reset maintainer to ports@
  
  PR:		195586 [1]
  Submitted by:	mathieu.sim at gmail.com [1]

Modified:
  head/net/arp-scan/Makefile
  head/net/arp-scan/distinfo
  head/net/arp-scan/pkg-descr

Modified: head/net/arp-scan/Makefile
==============================================================================
--- head/net/arp-scan/Makefile	Fri Jan 23 03:19:57 2015	(r377712)
+++ head/net/arp-scan/Makefile	Fri Jan 23 03:22:04 2015	(r377713)
@@ -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 at gmail.com
-COMMENT=	ARP Scanning and Fingerprinting Tool
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	ARP scanning and fingerprinting tool
+
+LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/net/arp-scan/distinfo
==============================================================================
--- head/net/arp-scan/distinfo	Fri Jan 23 03:19:57 2015	(r377712)
+++ head/net/arp-scan/distinfo	Fri Jan 23 03:22:04 2015	(r377713)
@@ -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

Modified: head/net/arp-scan/pkg-descr
==============================================================================
--- head/net/arp-scan/pkg-descr	Fri Jan 23 03:19:57 2015	(r377712)
+++ head/net/arp-scan/pkg-descr	Fri Jan 23 03:22:04 2015	(r377713)
@@ -3,4 +3,4 @@ protocol to discover and fingerprint IP 
 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/


More information about the svn-ports-all mailing list