Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2020 20:08:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524415 - head/net/arp-scan
Message-ID:  <202001272008.00RK8ThF004518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 27 20:08:28 2020
New Revision: 524415
URL: https://svnweb.freebsd.org/changeset/ports/524415

Log:
  Unbreak this port
  
  - Add LICENSE_FILE
  - Sort PLIST
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership

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

Modified: head/net/arp-scan/Makefile
==============================================================================
--- head/net/arp-scan/Makefile	Mon Jan 27 20:08:23 2020	(r524414)
+++ head/net/arp-scan/Makefile	Mon Jan 27 20:08:28 2020	(r524415)
@@ -4,14 +4,13 @@
 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

Modified: head/net/arp-scan/distinfo
==============================================================================
--- head/net/arp-scan/distinfo	Mon Jan 27 20:08:23 2020	(r524414)
+++ head/net/arp-scan/distinfo	Mon Jan 27 20:08:28 2020	(r524415)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1580125315
 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	Mon Jan 27 20:08:23 2020	(r524414)
+++ head/net/arp-scan/pkg-descr	Mon Jan 27 20:08:28 2020	(r524415)
@@ -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

Modified: head/net/arp-scan/pkg-plist
==============================================================================
--- head/net/arp-scan/pkg-plist	Mon Jan 27 20:08:23 2020	(r524414)
+++ head/net/arp-scan/pkg-plist	Mon Jan 27 20:08:28 2020	(r524415)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001272008.00RK8ThF004518>