Date: Wed, 26 Feb 2014 02:52:53 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187059: net-mgmt/arpscan: Update MASTER_SITES and WWW: line Message-ID: <20140226025253.3d38a2edbc759f60c3fc05f2@yahoo.com> Resent-Message-ID: <201402251810.s1PIA7Tp042484@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187059 >Category: ports >Synopsis: net-mgmt/arpscan: Update MASTER_SITES and WWW: line >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 18:10:06 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/net-mgmt/arpscan/Makefile net-mgmt/arpscan/Makefile --- /usr/ports/net-mgmt/arpscan/Makefile 2014-02-08 04:11:53.000000000 +0900 +++ net-mgmt/arpscan/Makefile 2014-02-26 00:00:00.000000000 +0900 @@ -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 -urN /usr/ports/net-mgmt/arpscan/distinfo net-mgmt/arpscan/distinfo --- /usr/ports/net-mgmt/arpscan/distinfo 2013-11-06 21:49:01.000000000 +0900 +++ net-mgmt/arpscan/distinfo 2014-02-26 00:00:00.000000000 +0900 @@ -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 -urN /usr/ports/net-mgmt/arpscan/pkg-descr net-mgmt/arpscan/pkg-descr --- /usr/ports/net-mgmt/arpscan/pkg-descr 2014-01-23 03:27:24.000000000 +0900 +++ net-mgmt/arpscan/pkg-descr 2014-02-26 00:00:00.000000000 +0900 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140226025253.3d38a2edbc759f60c3fc05f2>