svn commit: r465753 - head/net/arping
Yuri Victorovich
yuri at FreeBSD.org
Tue Mar 27 21:05:48 UTC 2018
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 at 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 at 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 at xpert.com>
+WWW: http://www.habets.pp.se/synscan/programs.php?prog=arping
More information about the svn-ports-all
mailing list