From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:01:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30ACA621; Thu, 27 Feb 2014 09:01:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34751CE2; Thu, 27 Feb 2014 09:01:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R91c2Z041431; Thu, 27 Feb 2014 09:01:38 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R91cOq041424; Thu, 27 Feb 2014 09:01:38 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270901.s1R91cOq041424@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346274 - head/net-mgmt/arpscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:01:39 -0000 Author: miwi Date: Thu Feb 27 09:01:38 2014 New Revision: 346274 URL: http://svnweb.freebsd.org/changeset/ports/346274 QAT: https://qat.redports.org/buildarchive/r346274/ Log: - Update MASTER_SITES PR: 187059 Modified: head/net-mgmt/arpscan/Makefile head/net-mgmt/arpscan/distinfo head/net-mgmt/arpscan/pkg-descr Modified: head/net-mgmt/arpscan/Makefile ============================================================================== --- head/net-mgmt/arpscan/Makefile Thu Feb 27 09:00:19 2014 (r346273) +++ head/net-mgmt/arpscan/Makefile Thu Feb 27 09:01:38 2014 (r346274) @@ -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 Modified: head/net-mgmt/arpscan/distinfo ============================================================================== --- head/net-mgmt/arpscan/distinfo Thu Feb 27 09:00:19 2014 (r346273) +++ head/net-mgmt/arpscan/distinfo Thu Feb 27 09:01:38 2014 (r346274) @@ -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 Modified: head/net-mgmt/arpscan/pkg-descr ============================================================================== --- head/net-mgmt/arpscan/pkg-descr Thu Feb 27 09:00:19 2014 (r346273) +++ head/net-mgmt/arpscan/pkg-descr Thu Feb 27 09:01:38 2014 (r346274) @@ -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/