View | Details | Raw Unified | Return to bug 275605 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-6 / +5 lines)
Lines 1-15 Link Here
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
2
3
PORTNAME=	tsctp
1
PORTNAME=	tsctp
4
PORTVERSION=	0.7.5
2
PORTVERSION=	0.7.11
5
CATEGORIES=	net
3
CATEGORIES=	net
6
MASTER_SITES=	https://www.uni-due.de/~be0001/tsctp/download/
4
MASTER_SITES=	https://www.nntb.no/~dreibh/tsctp/download/
7
5
8
MAINTAINER=	dreibh@iem.uni-due.de
6
MAINTAINER=	thomas.dreibholz@gmail.com
9
COMMENT=	SCTP Test Tool
7
COMMENT=	SCTP Test Tool
8
WWW=		https://www.nntb.no/~dreibh/tsctp/
10
9
11
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING-BSD
13
12
14
USES=		tar:xz cmake
13
USES=		tar:xz cmake
15
14
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1618747412
1
TIMESTAMP = 1701950282
2
SHA256 (tsctp-0.7.5.tar.xz) = 9a10b254add197d9a751ec0d48c5581d24361d225068ff15fb9c48e0a4b129e7
2
SHA256 (tsctp-0.7.11.tar.xz) = e4592237ae0ac528e57f5992f8f05b0ee42cef5a0380b9e3c54891f162bbd42f
3
SIZE (tsctp-0.7.5.tar.xz) = 109464
3
SIZE (tsctp-0.7.11.tar.xz) = 123076
(-)./pkg-descr (-2 lines)
Lines 1-5 Link Here
1
TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
1
TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
2
functionality tests to check implementations interoperability and
2
functionality tests to check implementations interoperability and
3
to verify that the SCTP stack is working.
3
to verify that the SCTP stack is working.
4
5
WWW: https://www.uni-due.de/~be0001/tsctp/

Return to bug 275605