View | Details | Raw Unified | Return to bug 263027
Collapse All | Expand All

(-)b/sysutils/sanoid-devel/Makefile (-4 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	sanoid
1
PORTNAME=	sanoid
2
PORTVERSION=	1.0.0.20191105
2
DISTVERSION=	2.1.0-20230428
3
PORTREVISION=	0
4
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
5
PKGNAMESUFFIX=	-devel
4
PKGNAMESUFFIX=	-devel
6
5
Lines 21-27 USES= shebangfix perl5 Link Here
21
20
22
USE_GITHUB=	yes
21
USE_GITHUB=	yes
23
GH_ACCOUNT=	jimsalterjrs
22
GH_ACCOUNT=	jimsalterjrs
24
GH_TAGNAME=	45d0898
23
GH_TAGNAME=	55c5e0e
25
24
26
USE_PERL5=	run
25
USE_PERL5=	run
27
SHEBANG_FILES=	findoid sanoid sleepymutex syncoid
26
SHEBANG_FILES=	findoid sanoid sleepymutex syncoid
Lines 36-42 post-patch: Link Here
36
	@${REINPLACE_CMD} -i '' -e 's|/etc/sanoid|${PREFIX}/etc/sanoid|' \
35
	@${REINPLACE_CMD} -i '' -e 's|/etc/sanoid|${PREFIX}/etc/sanoid|' \
37
		${WRKSRC}/sanoid
36
		${WRKSRC}/sanoid
38
	@${REINPLACE_CMD} -i '' \
37
	@${REINPLACE_CMD} -i '' \
39
		-e 's|:/bin:/usr/bin:/sbin|:${PREFIX}/bin:/bin:/usr/bin:/sbin|' \
38
		-e 's|/usr/bin/lzop|${LOCALBASE}/bin/lzop|' \
39
		-e 's|/usr/bin/mbuffer|${LOCALBASE}/bin/mbuffer|' \
40
		-e 's|/usr/bin/pv|${LOCALBASE}/bin/pv|' \
41
		-e 's|/usr/bin/sudo|${LOCALBASE}/bin/sudo|' \
40
		${WRKSRC}/syncoid
42
		${WRKSRC}/syncoid
41
43
42
do-install:
44
do-install:
(-)b/sysutils/sanoid-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573002145
1
TIMESTAMP = 1683094701
2
SHA256 (jimsalterjrs-sanoid-1.0.0.20191105-45d0898_GH0.tar.gz) = 7c34080632e54814b01bcb9cc52247f0a1f5dfdc68daf07e397291fa47743c5e
2
SHA256 (jimsalterjrs-sanoid-2.1.0-20230428-55c5e0e_GH0.tar.gz) = b31601ae66b67d2b8db369ebf88af60e97ea7132079dbd2c67fa2bcf604c1c2d
3
SIZE (jimsalterjrs-sanoid-1.0.0.20191105-45d0898_GH0.tar.gz) = 116208
3
SIZE (jimsalterjrs-sanoid-2.1.0-20230428-55c5e0e_GH0.tar.gz) = 76222
(-)b/sysutils/sanoid-devel/pkg-message (-3 / +2 lines)
Lines 3-14 Link Here
3
  type: install
3
  type: install
4
  message: <<EOD
4
  message: <<EOD
5
5
6
 Sanoid requires additional configuration in the ${PREFIX}/etc/sanoid/sanoid.conf 
6
 Sanoid requires additional configuration in the ${PREFIX}/etc/sanoid/sanoid.conf
7
 file.
7
 file.
8
8
9
 A sample has been installed in ${PREFIX}/etc/sanoid/sanoid.conf.sample and
9
 A sample has been installed in ${PREFIX}/etc/sanoid/sanoid.conf.sample and
10
 additional documentation can be found at the sanoid master site:
10
 additional documentation can be found at the sanoid master site:
11
 
11
12
   https://github.com/jimsalterjrs/sanoid
12
   https://github.com/jimsalterjrs/sanoid
13
13
14
EOD
14
EOD
15
- 

Return to bug 263027