Index: head/net/tcpslice/Makefile =================================================================== --- head/net/tcpslice/Makefile (revision 569430) +++ head/net/tcpslice/Makefile (revision 569431) @@ -1,22 +1,22 @@ # Created by: smace@FreeBSD.org # $FreeBSD$ PORTNAME= tcpslice -PORTVERSION= 20200515 +PORTVERSION= 20200819 CATEGORIES= net MAINTAINER= sbz@FreeBSD.org COMMENT= Tool for extracting portions of pcap files LICENSE= BSD3CLAUSE PLIST_FILES= sbin/tcpslice \ man/man1/tcpslice.1.gz GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= the-tcpdump-group -GH_TAGNAME= 8ba3f89 +GH_TAGNAME= 3a7bac3 .include Index: head/net/tcpslice/distinfo =================================================================== --- head/net/tcpslice/distinfo (revision 569430) +++ head/net/tcpslice/distinfo (revision 569431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589571154 -SHA256 (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = dd4d52f7e578e6fe0907f268edf059808fdf7e7f14f4b5112877b0f229fa019c -SIZE (the-tcpdump-group-tcpslice-20200515-8ba3f89_GH0.tar.gz) = 130490 +TIMESTAMP = 1616977323 +SHA256 (the-tcpdump-group-tcpslice-20200819-3a7bac3_GH0.tar.gz) = 129be7b63b3e1f0eaafbc78cecaba542592bfec3f7d83b498941f5a3aebee849 +SIZE (the-tcpdump-group-tcpslice-20200819-3a7bac3_GH0.tar.gz) = 131853 Index: head/net/tcpslice/pkg-descr =================================================================== --- head/net/tcpslice/pkg-descr (revision 569430) +++ head/net/tcpslice/pkg-descr (revision 569431) @@ -1,6 +1,6 @@ tcpslice is a tool for extracting portions of packet trace files generated using tcpdump's -w flag. The basic operation of tcpslice is to copy to stdout all packets from its input file(s) whose timestamps fall within a given range. -WWW: http://www.tcpdump.org/related.html +WWW: https://www.tcpdump.org/related.html