diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index c2ac3d3d42e..72fd5a6fb92 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,19 +1,17 @@ COMMENT= resend network traffic saved by tcpdump -V= 4.5.1 +V= 4.5.2 DISTNAME= tcpreplay-$V CATEGORIES= net HOMEPAGE= https://tcpreplay.appneta.com/ -MAINTAINER= Nigel Taylor - -# GPLv3 +# GPLv3 "or _with the author's permission_ any later version" PERMIT_PACKAGE= Yes WANTLIB= c dnet>=1 -SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/ +SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/ CONFIGURE_STYLE= gnu diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo index fd3a5b3e772..d0a9370258c 100644 --- a/net/tcpreplay/distinfo +++ b/net/tcpreplay/distinfo @@ -1,2 +1,2 @@ -SHA256 (tcpreplay-4.5.1.tar.gz) = Leeb/Wfsksqa4v+1BFbdHVP/QPP6cbQixl6AYgE8noU= -SIZE (tcpreplay-4.5.1.tar.gz) = 4926189 +SHA256 (tcpreplay-4.5.2.tar.gz) = zP87spRpoEzMIO0LUY4+Q8Sntah2M52UNb/Z23/l0PE= +SIZE (tcpreplay-4.5.2.tar.gz) = 4966240 diff --git a/net/tcpreplay/patches/patch-src_common_sendpacket_h b/net/tcpreplay/patches/patch-src_common_sendpacket_h deleted file mode 100644 index 5e99151f833..00000000000 --- a/net/tcpreplay/patches/patch-src_common_sendpacket_h +++ /dev/null @@ -1,11 +0,0 @@ -Index: src/common/sendpacket.h ---- src/common/sendpacket.h.orig -+++ src/common/sendpacket.h -@@ -27,6 +27,7 @@ - #ifdef __NetBSD__ - #include - #elif ! defined(__HAIKU__) -+#include - #include - #endif -