Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 21:05:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465753 - head/net/arping
Message-ID:  <201803272105.w2RL5lim073831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd_ports@k-worx.org>

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 <roman@xpert.com>
+WWW: http://www.habets.pp.se/synscan/programs.php?prog=arping



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803272105.w2RL5lim073831>