Index: head/net/mcjoin/Makefile =================================================================== --- head/net/mcjoin/Makefile (revision 564637) +++ head/net/mcjoin/Makefile (revision 564638) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= mcjoin DISTVERSIONPREFIX= v -DISTVERSION= 2.6 +DISTVERSION= 2.9 CATEGORIES= net MAINTAINER= john@saltant.com COMMENT= Simple multicast testing application for UNIX LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= troglobit .include Index: head/net/mcjoin/distinfo =================================================================== --- head/net/mcjoin/distinfo (revision 564637) +++ head/net/mcjoin/distinfo (revision 564638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593213284 -SHA256 (troglobit-mcjoin-v2.6_GH0.tar.gz) = a078d4840e62ba981a338977f29d02eb9000d20a5b3c9d94af895ba5f7d8882d -SIZE (troglobit-mcjoin-v2.6_GH0.tar.gz) = 18474 +TIMESTAMP = 1612714473 +SHA256 (troglobit-mcjoin-v2.9_GH0.tar.gz) = d848220b9bab41952f5297f5ec0f7d1553b74e23df1a1f78622fa9077007036c +SIZE (troglobit-mcjoin-v2.9_GH0.tar.gz) = 80041 Index: head/net/mcjoin/pkg-descr =================================================================== --- head/net/mcjoin/pkg-descr (revision 564637) +++ head/net/mcjoin/pkg-descr (revision 564638) @@ -1,12 +1,11 @@ -mcjoin is a very simple and easy-to-use tool to test IPv4 and IPv6 -multicast. It features: +mcjoin is a simple and easy-to-use tool to test IP multicast, +featuring: - * an optional multicast generator (server) - * an end device that can act as a data sink (client) - * supports joining one or more groups: - * ASM (*,G) support - * SSM (S,G) support - * IPv4 - * IPv6 + * a multicast generator (server) + * a multicast data sink (client) + * supports joining/sending to one or more groups: + * ASM (*,G) + * SSM (S,G) + * IPv4 & IPv6 WWW: https://github.com/troglobit/mcjoin