git: 5941ff7c6ab1 - main - sysutils/sanoid-devel: update to 2.1.0.20230428

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Wed, 25 Mar 2026 14:43:27 UTC
The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5941ff7c6ab13e9c59b0ae174110d11d45046c3e

commit 5941ff7c6ab13e9c59b0ae174110d11d45046c3e
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-23 20:12:27 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:00 +0000

    sysutils/sanoid-devel: update to 2.1.0.20230428
    
    Update to a newer snapshot. Fix paths for lzop, mbuffer, pv, and
    sudo to use LOCALBASE.
    
    PR:             263027
---
 sysutils/sanoid-devel/Makefile    | 10 ++++++----
 sysutils/sanoid-devel/distinfo    |  6 +++---
 sysutils/sanoid-devel/pkg-message |  4 ++--
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/sysutils/sanoid-devel/Makefile b/sysutils/sanoid-devel/Makefile
index 4c57f98a7d32..915b798ca8ff 100644
--- a/sysutils/sanoid-devel/Makefile
+++ b/sysutils/sanoid-devel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	sanoid
-PORTVERSION=	1.0.0.20191105
-PORTREVISION=	0
+DISTVERSION=	2.1.0-20230428
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
 
@@ -21,7 +20,7 @@ USES=		shebangfix perl5
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jimsalterjrs
-GH_TAGNAME=	45d0898
+GH_TAGNAME=	55c5e0e
 
 USE_PERL5=	run
 SHEBANG_FILES=	findoid sanoid sleepymutex syncoid
@@ -36,7 +35,10 @@ post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|/etc/sanoid|${PREFIX}/etc/sanoid|' \
 		${WRKSRC}/sanoid
 	@${REINPLACE_CMD} -i '' \
-		-e 's|:/bin:/usr/bin:/sbin|:${PREFIX}/bin:/bin:/usr/bin:/sbin|' \
+		-e 's|/usr/bin/lzop|${LOCALBASE}/bin/lzop|' \
+		-e 's|/usr/bin/mbuffer|${LOCALBASE}/bin/mbuffer|' \
+		-e 's|/usr/bin/pv|${LOCALBASE}/bin/pv|' \
+		-e 's|/usr/bin/sudo|${LOCALBASE}/bin/sudo|' \
 		${WRKSRC}/syncoid
 
 do-install:
diff --git a/sysutils/sanoid-devel/distinfo b/sysutils/sanoid-devel/distinfo
index 6016946177ea..3fb8a94a93c1 100644
--- a/sysutils/sanoid-devel/distinfo
+++ b/sysutils/sanoid-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573002145
-SHA256 (jimsalterjrs-sanoid-1.0.0.20191105-45d0898_GH0.tar.gz) = 7c34080632e54814b01bcb9cc52247f0a1f5dfdc68daf07e397291fa47743c5e
-SIZE (jimsalterjrs-sanoid-1.0.0.20191105-45d0898_GH0.tar.gz) = 116208
+TIMESTAMP = 1683094701
+SHA256 (jimsalterjrs-sanoid-2.1.0-20230428-55c5e0e_GH0.tar.gz) = b31601ae66b67d2b8db369ebf88af60e97ea7132079dbd2c67fa2bcf604c1c2d
+SIZE (jimsalterjrs-sanoid-2.1.0-20230428-55c5e0e_GH0.tar.gz) = 76222
diff --git a/sysutils/sanoid-devel/pkg-message b/sysutils/sanoid-devel/pkg-message
index 5cd683df484c..d1235e3cb75d 100644
--- a/sysutils/sanoid-devel/pkg-message
+++ b/sysutils/sanoid-devel/pkg-message
@@ -3,12 +3,12 @@
   type: install
   message: <<EOD
 
- Sanoid requires additional configuration in the ${PREFIX}/etc/sanoid/sanoid.conf 
+ Sanoid requires additional configuration in the ${PREFIX}/etc/sanoid/sanoid.conf
  file.
 
  A sample has been installed in ${PREFIX}/etc/sanoid/sanoid.conf.sample and
  additional documentation can be found at the sanoid master site:
- 
+
    https://github.com/jimsalterjrs/sanoid
 
 EOD