From owner-svn-ports-head@freebsd.org Tue Mar 27 21:05:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3603EF5C18B; Tue, 27 Mar 2018 21:05:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC7438140A; Tue, 27 Mar 2018 21:05:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D769421688; Tue, 27 Mar 2018 21:05:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RL5l1K073834; Tue, 27 Mar 2018 21:05:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RL5lim073831; Tue, 27 Mar 2018 21:05:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803272105.w2RL5lim073831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Mar 2018 21:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465753 - head/net/arping X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/arping X-SVN-Commit-Revision: 465753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 21:05:48 -0000 Author: yuri Date: Tue Mar 27 21:05:47 2018 New Revision: 465753 URL: https://svnweb.freebsd.org/changeset/ports/465753 Log: net/arping: Update 2.15 -> 2.19 Port changes: * Change to DISTVERSION * Replace CPPFLAGS/LIBS with USES=localbase * Change WWW to a URL with arping-specific info * Remove junk from pkg-descr PR: 226304 Submitted by: Kai Modified: head/net/arping/Makefile head/net/arping/distinfo head/net/arping/pkg-descr Modified: head/net/arping/Makefile ============================================================================== --- head/net/arping/Makefile Tue Mar 27 21:05:10 2018 (r465752) +++ head/net/arping/Makefile Tue Mar 27 21:05:47 2018 (r465753) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= arping -PORTVERSION= 2.15 -PORTREVISION= 1 +DISTVERSION= 2.19 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -11,12 +10,12 @@ MAINTAINER= gavin@FreeBSD.org COMMENT= ARP level "ping" utility LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnet.so:net/libnet +USES= localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLIST_FILES= sbin/arping man/man8/arping.8.gz Modified: head/net/arping/distinfo ============================================================================== --- head/net/arping/distinfo Tue Mar 27 21:05:10 2018 (r465752) +++ head/net/arping/distinfo Tue Mar 27 21:05:47 2018 (r465753) @@ -1,2 +1,3 @@ -SHA256 (arping-2.15.tar.gz) = 9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 -SIZE (arping-2.15.tar.gz) = 149061 +TIMESTAMP = 1522183846 +SHA256 (arping-2.19.tar.gz) = 36e97b58076dcd478cf732682e828ec00026dd8ec8f63201d147960be25e6616 +SIZE (arping-2.19.tar.gz) = 177178 Modified: head/net/arping/pkg-descr ============================================================================== --- head/net/arping/pkg-descr Tue Mar 27 21:05:10 2018 (r465752) +++ head/net/arping/pkg-descr Tue Mar 27 21:05:47 2018 (r465753) @@ -4,6 +4,4 @@ it's taken and even if the computer blocks ping (and e get an entry in your arp cache. But what if you aren't on a routable net? Then you're screwed. Or you use arping. -WWW: http://www.habets.pp.se/synscan/programs.php - -Roman Shterenzon +WWW: http://www.habets.pp.se/synscan/programs.php?prog=arping