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

Collapse All | Expand All

(-)./Makefile (-5 / +6 lines)
Lines 1-15 Link Here
1
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
1
# Created by: Thomas Dreibholz <thomas.dreibholz@gmail.com>
2
2
3
PORTNAME=	tsctp
3
PORTNAME=	tsctp
4
PORTVERSION=	0.7.5
4
PORTVERSION=	0.7.11
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	https://www.uni-due.de/~be0001/tsctp/download/
6
MASTER_SITES=	https://www.nntb.no/~dreibh/tsctp/download/
7
7
8
MAINTAINER=	dreibh@iem.uni-due.de
8
MAINTAINER=	thomas.dreibholz@gmail.com
9
COMMENT=	SCTP Test Tool
9
COMMENT=	SCTP Test Tool
10
WWW=		https://www.nntb.no/~dreibh/tsctp/
10
11
11
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING-BSD
13
14
14
USES=		tar:xz cmake
15
USES=		tar:xz cmake
15
16
(-)./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