mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to 2.13 and stagify.
PR: ports/183233 Submitted by: zeising Approved by: maintainer timeout
This commit is contained in:
parent
ce9c79d9c5
commit
8fd1101c62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333075
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user