diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:36 +0800 |
commit | 8814b1a02abd5f3f487b527450deaf1ab5c00e57 (patch) | |
tree | ee5661ab35116dd0d62d108901f636c8d032b8f0 | |
parent | 83464938d06565fca4a4fdea793b2f615697e745 (diff) | |
download | freebsd-ports-gnome-8814b1a02abd5f3f487b527450deaf1ab5c00e57.tar.gz freebsd-ports-gnome-8814b1a02abd5f3f487b527450deaf1ab5c00e57.tar.zst freebsd-ports-gnome-8814b1a02abd5f3f487b527450deaf1ab5c00e57.zip |
- Remove DEPRECATED
- Update MASTER_SITES and WWW: line
PR: 155869
Submitted by: Ports Fury
-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/ |