mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/tsctp: Update to 0.8.1
Add bash completion file. Changelog: https://github.com/dreibh/tsctp/blob/master/ChangeLog PR: 283442 Approved by: submitter is maintainer
This commit is contained in:
parent
9b8a118766
commit
20580bc2a2
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= tsctp
|
PORTNAME= tsctp
|
||||||
DISTVERSION= 0.7.12
|
DISTVERSION= 0.8.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://www.nntb.no/~dreibh/${PORTNAME}/download/
|
MASTER_SITES= https://www.nntb.no/~dreibh/tsctp/download/
|
||||||
|
|
||||||
MAINTAINER= thomas.dreibholz@gmail.com
|
MAINTAINER= thomas.dreibholz@gmail.com
|
||||||
COMMENT= SCTP Test Tool
|
COMMENT= SCTP Test Tool
|
||||||
|
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-BSD
|
||||||
USES= cmake tar:xz
|
USES= cmake tar:xz
|
||||||
|
|
||||||
PLIST_FILES= bin/tsctp \
|
PLIST_FILES= bin/tsctp \
|
||||||
|
share/bash-completion/completions/tsctp \
|
||||||
share/man/man1/tsctp.1.gz
|
share/man/man1/tsctp.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1707811189
|
TIMESTAMP = 1734703257
|
||||||
SHA256 (tsctp-0.7.12.tar.xz) = ca2974a3604ffebe49b182cef811916d84e0a1ddd2fbb1982b80be0546b38731
|
SHA256 (tsctp-0.8.1.tar.xz) = c2de8ce82156bdaa8846af84f9e7c76b1128b09a754481ee72f69b3a52d12d86
|
||||||
SIZE (tsctp-0.7.12.tar.xz) = 123356
|
SIZE (tsctp-0.8.1.tar.xz) = 134684
|
||||||
|
|
Loading…
Add table
Reference in a new issue