Summary: | [PATCH] update net/arping to 2.13 and stagify | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Niclas Zeising <zeising> | ||||
Component: | Individual Port(s) | Assignee: | Gavin Atkinson <gavin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Niclas Zeising
2013-10-23 11:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->gavin Over to maintainer (via the GNATS Auto Assign Tool) Author: zeising Date: Thu Nov 7 10:08:40 2013 New Revision: 333075 URL: http://svnweb.freebsd.org/changeset/ports/333075 Log: Update to 2.13 and stagify. PR: ports/183233 Submitted by: zeising Approved by: maintainer timeout Modified: head/net/arping/Makefile head/net/arping/distinfo head/net/arping/files/patch-src__arping.c Modified: head/net/arping/Makefile ============================================================================== --- head/net/arping/Makefile Thu Nov 7 10:03:46 2013 (r333074) +++ head/net/arping/Makefile Thu Nov 7 10:08:40 2013 (r333075) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= arping -PORTVERSION= 2.09 -PORTREVISION= 2 +PORTVERSION= 2.13 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -20,8 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config -MAN8= arping.8 -PLIST_FILES= sbin/arping +PLIST_FILES= sbin/arping man/man8/arping.8.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/arping/distinfo ============================================================================== --- head/net/arping/distinfo Thu Nov 7 10:03:46 2013 (r333074) +++ head/net/arping/distinfo Thu Nov 7 10:08:40 2013 (r333075) @@ -1,2 +1,2 @@ -SHA256 (arping-2.09.tar.gz) = 1b3b9df72c6717ebd2dc7cd9bfc6aab0a7c413f9b5a5c5bdadb3c9e0deb6ec46 -SIZE (arping-2.09.tar.gz) = 132797 +SHA256 (arping-2.13.tar.gz) = b2bd992dbbc38251a06daef6db09edb1276a3745f16166177a7542f995549a32 +SIZE (arping-2.13.tar.gz) = 254344 Modified: head/net/arping/files/patch-src__arping.c ============================================================================== --- head/net/arping/files/patch-src__arping.c Thu Nov 7 10:03:46 2013 (r333074) +++ head/net/arping/files/patch-src__arping.c Thu Nov 7 10:08:40 2013 (r333075) @@ -1,6 +1,6 @@ ---- ./src/arping.c.orig 2010-12-15 02:40:26.572881702 +0000 -+++ ./src/arping.c 2010-12-15 02:41:01.891883112 +0000 -@@ -75,15 +75,15 @@ +--- src/arping.c.orig 2012-12-29 16:30:08.000000000 +0100 ++++ src/arping.c 2013-10-23 10:30:44.000000000 +0200 +@@ -81,13 +81,14 @@ #include <libnet.h> #endif @@ -11,12 +11,10 @@ #if HAVE_WIN32_LIBNET_H #include <win32/libnet.h> #endif - #include <pcap.h> -#if HAVE_NET_BPF_H -#include <net/bpf.h> -#endif -- - #ifndef ETH_ALEN - #define ETH_ALEN 6 - #endif + #include <pcap.h> + + #include "arping.h" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |