View | Details | Raw Unified | Return to bug 195586 | Differences between
and this patch

Collapse All | Expand All

(-)arp-scan/Makefile (-5 / +6 lines)
Lines 1-15 Link Here
1
# Created by: Wen Heping <wenheping@gmail.com>
1
# Created by: Wen Heping <wenheping@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD: head/net/arp-scan/Makefile 341949 2014-01-31 09:02:06Z miwi $
3
3
4
PORTNAME=	arp-scan
4
PORTNAME=	arp-scan
5
PORTVERSION=	1.8
5
PORTVERSION=	1.9
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://www.nta-monitor.com/tools/${PORTNAME}/download/
7
8
MASTER_SITES=	https://github.com/royhills/${PORTNAME}/releases/download/${PORTVERSION}/
9
DISTNAME=       ${PORTNAME}-${PORTVERSION}
8
10
9
MAINTAINER=	wenheping@gmail.com
11
MAINTAINER=	wenheping@gmail.com
10
COMMENT=	ARP Scanning and Fingerprinting Tool
12
COMMENT=	ARP scanning and fingerprinting Tool
11
13
12
GNU_CONFIGURE=	yes
13
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
14
15
15
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)arp-scan/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (arp-scan-1.8.tar.gz) = 3e4d2ddb0634dad07cbe7206349e0eb389e37510883b0735a450adef41df6f26
1
SHA256 (arp-scan-1.9.tar.gz) = ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892
2
SIZE (arp-scan-1.8.tar.gz) = 430221
2
SIZE (arp-scan-1.9.tar.gz) = 488442

Return to bug 195586