From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 25 18:10:07 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68BD8BB8 for ; Tue, 25 Feb 2014 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 47A341672 for ; Tue, 25 Feb 2014 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PIA7r8042485 for ; Tue, 25 Feb 2014 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PIA7Tp042484; Tue, 25 Feb 2014 18:10:07 GMT (envelope-from gnats) Resent-Date: Tue, 25 Feb 2014 18:10:07 GMT Resent-Message-Id: <201402251810.s1PIA7Tp042484@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92ADA863 for ; Tue, 25 Feb 2014 18:01:38 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 6386015EA for ; Tue, 25 Feb 2014 18:01:38 +0000 (UTC) Received: from coppermine.my.domain (ZT028143.ppp.dion.ne.jp [59.128.28.143]) by omta02.auone-net.jp (au one net mail) with ESMTP id 74D1A1560016 for ; Wed, 26 Feb 2014 03:01:31 +0900 (JST) Message-Id: <20140226025253.3d38a2edbc759f60c3fc05f2@yahoo.com> Date: Wed, 26 Feb 2014 02:52:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187059: net-mgmt/arpscan: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 18:10:07 -0000 >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 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: