diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-25 11:36:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-25 11:36:36 +0000 |
commit | 0e81abbf0cfd895aa57ff6e7d93626073193b6b9 (patch) | |
tree | c3c7b6d22608c2cacb0711fffcd79daa7b086069 /net-mgmt/arpscan | |
parent | 996d0371675d5a80b6cd25ed5dc0b1386d61e1d4 (diff) |
Notes
Diffstat (limited to 'net-mgmt/arpscan')
-rw-r--r-- | net-mgmt/arpscan/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/arpscan/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index e1292cf47d7e..39f75b7119b4 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -8,15 +8,11 @@ PORTNAME= arpscan PORTVERSION= 0.3 CATEGORIES= net-mgmt -MASTER_SITES= http://ish.cx/~jason/arpscan/ \ - http://unx.ca/~jason/arpscan/ +MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Simple arp scanner -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet GNU_CONFIGURE= yes diff --git a/net-mgmt/arpscan/pkg-descr b/net-mgmt/arpscan/pkg-descr index c7cbf77e8e74..1fcbb3805043 100644 --- a/net-mgmt/arpscan/pkg-descr +++ b/net-mgmt/arpscan/pkg-descr @@ -1,4 +1,4 @@ arpscan is a very simple scanner which sends out arp requests for the given IP addresses and displays a list of the found hosts. -WWW: http://ish.cx/~jason/arpscan/ +WWW: http://code.google.com/p/arpscan/ |