aboutsummaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpslice/Makefile')
-rw-r--r--net/tcpslice/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
index a7a53339957f..de44addbb437 100644
--- a/net/tcpslice/Makefile
+++ b/net/tcpslice/Makefile
@@ -1,7 +1,8 @@
# Created by: smace@FreeBSD.org
PORTNAME= tcpslice
-PORTVERSION= 20200819
+PORTVERSION= 1.5
+PORTEPOCH= 1
CATEGORIES= net
MAINTAINER= sbz@FreeBSD.org
@@ -13,13 +14,13 @@ USES= cpe
CPE_VENDOR= tcpdump
-PLIST_FILES= sbin/tcpslice \
+PLIST_FILES= bin/tcpslice \
man/man1/tcpslice.1.gz
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= the-tcpdump-group
-GH_TAGNAME= 3a7bac3
+GH_TAGNAME= f73194c
.include <bsd.port.mk>