summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-07-01 10:09:34 +0300
committerGleb Popov <arrowd@FreeBSD.org>2025-07-01 10:14:15 +0300
commit3ebde630e220d99cb7f8cc5c1c53b53a7e4c97be (patch)
treeb43a841ff7c0476c3e787991bf86d4314b5b9000
parenttextproc/xan: update to 0.51.0 (diff)
net/ktcplist: Install the manpage
Reported by: kib
-rw-r--r--net/ktcplist/Makefile9
-rw-r--r--net/ktcplist/distinfo6
2 files changed, 10 insertions, 5 deletions
diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile
index 687eaa6712ad..9094fbfe8e34 100644
--- a/net/ktcplist/Makefile
+++ b/net/ktcplist/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ktcplist
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= net sysutils
MAINTAINER= arrowd@FreeBSD.org
@@ -12,8 +13,12 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= kostikbel
-GH_TAGNAME= dd671deafd14cb6b9319b4bedb5837915d140088
+GH_TAGNAME= 18077c4df543d23ced0c08a6a8329e43c184ac75
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/ktcplist.1.gz
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/ktcplist.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>
diff --git a/net/ktcplist/distinfo b/net/ktcplist/distinfo
index 403f4a68c7d6..9943163ef0f0 100644
--- a/net/ktcplist/distinfo
+++ b/net/ktcplist/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1751288798
+TIMESTAMP = 1751353890
SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933
SIZE (rust/crates/anstream-0.6.19.crate) = 28767
SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd
@@ -71,5 +71,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270
SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564
SHA256 (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = b4516ecd95532e6cce6a114fb72abfc97f26465d6f70d794f091211a632daa53
SIZE (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = 1003682
-SHA256 (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 64f97d224b12199c14d1d48d8efc2286749b668c62213e12a45e069b15c12b6f
-SIZE (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 4683
+SHA256 (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = a9c37f7049a4fb6b81046f45ae5938089be6f58b28fb5188b9f1b955cd329937
+SIZE (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = 4703