Date: Sun, 21 Jan 2024 11:25:39 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 019c2e5879c5 - main - net/tsctp: Update to 0.7.5 Message-ID: <202401211125.40LBPdxo055066@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=019c2e5879c570902defbf5192803a87c3b37235 commit 019c2e5879c570902defbf5192803a87c3b37235 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2024-01-21 10:06:30 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-21 11:24:48 +0000 net/tsctp: Update to 0.7.5 Committed with some minor adjustments to submitters patch Changelog: https://github.com/dreibh/tsctp/blob/tsctp-0.7.11/ChangeLog PR: 275605 --- net/tsctp/Makefile | 17 ++++++++--------- net/tsctp/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/net/tsctp/Makefile b/net/tsctp/Makefile index 5330cc0b5e41..c1b3084fecc7 100644 --- a/net/tsctp/Makefile +++ b/net/tsctp/Makefile @@ -1,19 +1,18 @@ PORTNAME= tsctp -PORTVERSION= 0.7.5 +DISTVERSION= 0.7.11 CATEGORIES= net -MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/ +MASTER_SITES= https://www.nntb.no/~dreibh/${PORTNAME}/download/ -MAINTAINER= dreibh@iem.uni-due.de +MAINTAINER= thomas.dreibholz@gmail.com COMMENT= SCTP Test Tool -WWW= https://www.uni-due.de/~be0001/tsctp/ +WWW= https://www.nntb.no/~dreibh/tsctp/ LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING-BSD -USES= tar:xz cmake +USES= cmake tar:xz -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man - -PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz +PLIST_FILES= bin/tsctp \ + share/man/man1/tsctp.1.gz .include <bsd.port.mk> diff --git a/net/tsctp/distinfo b/net/tsctp/distinfo index 0b8cecf522cd..b63922012680 100644 --- a/net/tsctp/distinfo +++ b/net/tsctp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618747412 -SHA256 (tsctp-0.7.5.tar.xz) = 9a10b254add197d9a751ec0d48c5581d24361d225068ff15fb9c48e0a4b129e7 -SIZE (tsctp-0.7.5.tar.xz) = 109464 +TIMESTAMP = 1705749573 +SHA256 (tsctp-0.7.11.tar.xz) = e4592237ae0ac528e57f5992f8f05b0ee42cef5a0380b9e3c54891f162bbd42f +SIZE (tsctp-0.7.11.tar.xz) = 123076
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211125.40LBPdxo055066>