summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-03 00:34:32 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-03 11:26:37 +0200
commit84d94aad9731c7295df12aaccc4ef2e794ed627a (patch)
tree486bb3b9b2632d28bee703a0db4dce115a57f434
parentdevel/pear-channel-doctrine: Mark DEPRECATED (diff)
comms/libmodbus: Update version 3.1.9=>3.1.10
Changelog: https://github.com/stephane/libmodbus/releases/tag/v3.1.10
-rw-r--r--comms/libmodbus/Makefile6
-rw-r--r--comms/libmodbus/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile
index 13e4d788e7e3..9c4c06cb5863 100644
--- a/comms/libmodbus/Makefile
+++ b/comms/libmodbus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libmodbus
DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.9
+DISTVERSION= 3.1.10
CATEGORIES= comms
MAINTAINER= bofh@FreeBSD.org
@@ -26,10 +26,10 @@ OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= go-md2man:textproc/go-md2man
post-install-MANPAGES-on:
- go-md2man -in docs/index.md | gzip > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz
+ go-md2man -in docs/index.md | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz
for files in `${FIND} ${WRKSRC}/docs -type f -name 'modbus*.md'`; do \
basefiles=`basename $${files} .md`; \
- go-md2man -in $${files} | gzip > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \
+ go-md2man -in $${files} | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \
done
.include <bsd.port.mk>
diff --git a/comms/libmodbus/distinfo b/comms/libmodbus/distinfo
index 941bc1384a1e..25eccd4a1a25 100644
--- a/comms/libmodbus/distinfo
+++ b/comms/libmodbus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751446554
-SHA256 (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 75ac07f49b138a636c65980b92a4792290ee901503c324f2f4e23592bfa036c0
-SIZE (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 204381
+TIMESTAMP = 1751494982
+SHA256 (stephane-libmodbus-v3.1.10_GH0.tar.gz) = e93503749cd89fda4c8cf1ee6371a3a9cc1f0a921c165afbbc4fd96d4813fa1a
+SIZE (stephane-libmodbus-v3.1.10_GH0.tar.gz) = 204988