View | Details | Raw Unified | Return to bug 259387
Collapse All | Expand All

(-)ndisc6/Makefile (-4 / +2 lines)
Lines 1-14 Link Here
1
# Created by: rdenis@simphalempin.com
1
# Created by: rdenis@simphalempin.com
2
# $FreeBSD: head/net/ndisc6/Makefile 514143 2019-10-09 12:17:15Z bapt $
3
2
4
PORTNAME=	ndisc6
3
PORTNAME=	ndisc6
5
PORTVERSION=	1.0.4
4
PORTVERSION=	1.0.5
6
PORTREVISION=	1
7
CATEGORIES=	net
5
CATEGORIES=	net
8
MASTER_SITES=	http://www.remlab.net/files/ndisc6/ \
6
MASTER_SITES=	http://www.remlab.net/files/ndisc6/ \
9
		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
7
		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
10
8
11
MAINTAINER=	m.tsatsenko@gmail.com
9
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	IPv6 network diagnostic tools
10
COMMENT=	IPv6 network diagnostic tools
13
11
14
LICENSE=	GPLv2
12
LICENSE=	GPLv2
(-)ndisc6/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1547299650
1
TIMESTAMP = 1635021302
2
SHA256 (ndisc6-1.0.4.tar.bz2) = abb1da4a98d94e5abe1dd7b1c975de540306b0581cbbd36aff035118b2f25c1f
2
SHA256 (ndisc6-1.0.5.tar.bz2) = 36932f9fc47e2844abcda7550fa1343b3af4b4208dfb61e0c9d9224aad5df351
3
SIZE (ndisc6-1.0.4.tar.bz2) = 264071
3
SIZE (ndisc6-1.0.5.tar.bz2) = 267126
(-)ndisc6/pkg-descr (+1 lines)
Lines 2-4 Link Here
2
including ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6),
2
including ICMPv6 Neighbor Discovery tools (rdisc6 and ndisc6),
3
an UDP, TCP and ICMP-based IPv6 traceroute implementation and
3
an UDP, TCP and ICMP-based IPv6 traceroute implementation and
4
a simplistic bandwidth measurement program (tcpspray6).
4
a simplistic bandwidth measurement program (tcpspray6).
5
WWW: https://www.remlab.net/ndisc6/

Return to bug 259387