Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dreibh/tsctp
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Feb 10, 2024
2 parents f92e4f2 + 2b7f83b commit d036dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions freebsd/tsctp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PORTNAME= tsctp
PORTVERSION= 0.7.11
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://www.nntb.no/~dreibh/tsctp/download/
MASTER_SITES= https://www.nntb.no/~dreibh/${PORTNAME}/download/

MAINTAINER= thomas.dreibholz@gmail.com
COMMENT= SCTP Test Tool
Expand All @@ -10,10 +11,9 @@ WWW= https://www.nntb.no/~dreibh/tsctp/
LICENSE= BSD2CLAUSE
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>
2 changes: 1 addition & 1 deletion freebsd/tsctp/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1701950282
TIMESTAMP = 1705749573
SHA256 (tsctp-0.7.11.tar.xz) = e4592237ae0ac528e57f5992f8f05b0ee42cef5a0380b9e3c54891f162bbd42f
SIZE (tsctp-0.7.11.tar.xz) = 123076

0 comments on commit d036dc6

Please sign in to comment.