aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:01:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:01:38 +0000
commit116b19c0f0ba58beafe1063db6f00d6e073e0cf3 (patch)
tree9b8cfcac931121281f1f7c505581f2c641382315 /net-mgmt
parent703301fbb470f588724f85fd6835d304a6df7f98 (diff)
downloadports-116b19c0f0ba58beafe1063db6f00d6e073e0cf3.tar.gz
ports-116b19c0f0ba58beafe1063db6f00d6e073e0cf3.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpscan/Makefile18
-rw-r--r--net-mgmt/arpscan/distinfo4
-rw-r--r--net-mgmt/arpscan/pkg-descr2
3 files changed, 14 insertions, 10 deletions
diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile
index 7a920c97d3f2..25e9adcd90fb 100644
--- a/net-mgmt/arpscan/Makefile
+++ b/net-mgmt/arpscan/Makefile
@@ -3,24 +3,28 @@
PORTNAME= arpscan
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= net-mgmt
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= GH
+DIST_SUBDIR= repacked
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet
+LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet
+
+USE_GITHUB= yes
+GH_ACCOUNT= jasonish
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= e59831a
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= aclocal autoheader automake autoconf
+AUTOMAKE_ARGS= --add-missing --copy
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/arpscan/distinfo b/net-mgmt/arpscan/distinfo
index 629b721e697c..950b0ddb73ee 100644
--- a/net-mgmt/arpscan/distinfo
+++ b/net-mgmt/arpscan/distinfo
@@ -1,2 +1,2 @@
-SHA256 (arpscan-0.5.tar.gz) = d2561c82a07d88a20aac38e228cf7965e296dcfc3f82d60d9e7f23940255c187
-SIZE (arpscan-0.5.tar.gz) = 75501
+SHA256 (repacked/arpscan-0.5.tar.gz) = e3fc78ef7f6bfa558a5c40025750d4fdc505bc632be6af1bdd83102c2782cfb3
+SIZE (repacked/arpscan-0.5.tar.gz) = 5187
diff --git a/net-mgmt/arpscan/pkg-descr b/net-mgmt/arpscan/pkg-descr
index 1fcbb3805043..5f330cafd935 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://code.google.com/p/arpscan/
+WWW: https://github.com/jasonish/arpscan/