View | Details | Raw Unified | Return to bug 273583 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/sccache/Makefile (-19 / +30 lines)
Lines 1-6 Link Here
1
PORTNAME=	sccache
1
PORTNAME=	sccache
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.5.4
3
DISTVERSION=	0.5.4
4
PORTREVISION=	1
4
PORTEPOCH=	1
5
PORTEPOCH=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
7
Lines 16-33 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures Link Here
16
17
17
USES=		cargo ssl
18
USES=		cargo ssl
18
19
19
LIB_DEPENDS+=libzstd.so:archivers/zstd
20
LIB_DEPENDS+=	libzstd.so:archivers/zstd
20
21
21
USE_GITHUB=	yes
22
USE_GITHUB=	yes
22
GH_ACCOUNT=	mozilla
23
GH_ACCOUNT=	mozilla
23
24
24
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=		DOCS
25
OPTIONS_DEFAULT=	DOCS
26
OPTIONS_DEFAULT=	DOCS
26
27
27
PLIST_FILES=	bin/sccache
28
PLIST_FILES=	bin/sccache \
28
PORTDOCS=	README.md
29
		bin/sccache-dist
30
PORTDOCS=	README.md docs/Architecture.md docs/Azure.md docs/Caching.md \
31
		docs/Configuration.md docs/Distributed.md \
32
		docs/DistributedFreeBSD.md docs/DistributedQuickstart.md \
33
		docs/GHA.md docs/Gcs.md docs/Jenkins.md docs/Local.md \
34
		docs/Memcached.md docs/Redis.md docs/Releasing.md \
35
		docs/ResponseFiles.md docs/Rust.md docs/S3.md docs/Webdav.md
36
SUB_FILES=	pkg-message
29
37
30
CARGO_FEATURES=	all
38
CARGO_FEATURES=	dist-client,dist-server
31
CARGO_CRATES=	addr2line-0.19.0 \
39
CARGO_CRATES=	addr2line-0.19.0 \
32
		adler-1.0.2 \
40
		adler-1.0.2 \
33
		aho-corasick-0.7.20 \
41
		aho-corasick-0.7.20 \
Lines 35-41 CARGO_CRATES= addr2line-0.19.0 \ Link Here
35
		android_system_properties-0.1.5 \
43
		android_system_properties-0.1.5 \
36
		anstyle-0.3.5 \
44
		anstyle-0.3.5 \
37
		anstyle-1.0.0 \
45
		anstyle-1.0.0 \
38
		anyhow-1.0.70 \
46
		anyhow-1.0.71 \
39
		ar-0.9.0 \
47
		ar-0.9.0 \
40
		arc-swap-1.5.1 \
48
		arc-swap-1.5.1 \
41
		arrayref-0.3.6 \
49
		arrayref-0.3.6 \
Lines 46-52 CARGO_CRATES= addr2line-0.19.0 \ Link Here
46
		async-compat-0.2.1 \
54
		async-compat-0.2.1 \
47
		async-trait-0.1.68 \
55
		async-trait-0.1.68 \
48
		autocfg-1.1.0 \
56
		autocfg-1.1.0 \
49
		backon-0.4.0 \
57
		backon-0.4.1 \
50
		backtrace-0.3.67 \
58
		backtrace-0.3.67 \
51
		base64-0.13.1 \
59
		base64-0.13.1 \
52
		base64-0.21.0 \
60
		base64-0.21.0 \
Lines 109-115 CARGO_CRATES= addr2line-0.19.0 \ Link Here
109
		errno-0.3.1 \
117
		errno-0.3.1 \
110
		errno-dragonfly-0.1.2 \
118
		errno-dragonfly-0.1.2 \
111
		error-chain-0.12.4 \
119
		error-chain-0.12.4 \
112
		fastrand-1.8.0 \
120
		fastrand-1.9.0 \
113
		filetime-0.2.21 \
121
		filetime-0.2.21 \
114
		flagset-0.4.3 \
122
		flagset-0.4.3 \
115
		flate2-1.0.26 \
123
		flate2-1.0.26 \
Lines 204-210 CARGO_CRATES= addr2line-0.19.0 \ Link Here
204
		number_prefix-0.4.0 \
212
		number_prefix-0.4.0 \
205
		object-0.30.3 \
213
		object-0.30.3 \
206
		once_cell-1.17.1 \
214
		once_cell-1.17.1 \
207
		opendal-0.37.0 \
215
		opendal-0.39.0 \
208
		openssl-0.10.55 \
216
		openssl-0.10.55 \
209
		openssl-macros-0.1.0 \
217
		openssl-macros-0.1.0 \
210
		openssl-probe-0.1.5 \
218
		openssl-probe-0.1.5 \
Lines 230-250 CARGO_CRATES= addr2line-0.19.0 \ Link Here
230
		proc-macro-error-1.0.4 \
238
		proc-macro-error-1.0.4 \
231
		proc-macro-error-attr-1.0.4 \
239
		proc-macro-error-attr-1.0.4 \
232
		proc-macro-hack-0.5.20+deprecated \
240
		proc-macro-hack-0.5.20+deprecated \
233
		proc-macro2-1.0.56 \
241
		proc-macro2-1.0.63 \
234
		quick-error-1.2.3 \
242
		quick-error-1.2.3 \
235
		quick-xml-0.27.1 \
243
		quick-xml-0.29.0 \
236
		quick-xml-0.28.1 \
237
		quote-1.0.26 \
244
		quote-1.0.26 \
238
		rand-0.8.5 \
245
		rand-0.8.5 \
239
		rand_chacha-0.3.1 \
246
		rand_chacha-0.3.1 \
240
		rand_core-0.6.4 \
247
		rand_core-0.6.4 \
241
		redis-0.22.1 \
248
		redis-0.23.3 \
242
		redox_syscall-0.2.16 \
249
		redox_syscall-0.2.16 \
243
		redox_users-0.4.3 \
250
		redox_users-0.4.3 \
244
		regex-1.7.3 \
251
		regex-1.7.3 \
245
		regex-automata-0.1.10 \
252
		regex-automata-0.1.10 \
246
		regex-syntax-0.6.29 \
253
		regex-syntax-0.6.29 \
247
		reqsign-0.13.0 \
254
		reqsign-0.14.1 \
248
		reqwest-0.11.18 \
255
		reqwest-0.11.18 \
249
		resolv-conf-0.7.0 \
256
		resolv-conf-0.7.0 \
250
		retry-2.0.0 \
257
		retry-2.0.0 \
Lines 257-266 CARGO_CRATES= addr2line-0.19.0 \ Link Here
257
		rustix-0.36.4 \
264
		rustix-0.36.4 \
258
		rustix-0.37.7 \
265
		rustix-0.37.7 \
259
		rustls-0.20.7 \
266
		rustls-0.20.7 \
260
		rustls-0.21.1 \
267
		rustls-0.21.7 \
261
		rustls-native-certs-0.6.2 \
268
		rustls-native-certs-0.6.2 \
262
		rustls-pemfile-1.0.1 \
269
		rustls-pemfile-1.0.1 \
263
		rustls-webpki-0.100.1 \
270
		rustls-webpki-0.101.4 \
264
		ryu-1.0.11 \
271
		ryu-1.0.11 \
265
		safemem-0.3.3 \
272
		safemem-0.3.3 \
266
		same-file-1.0.6 \
273
		same-file-1.0.6 \
Lines 269-275 CARGO_CRATES= addr2line-0.19.0 \ Link Here
269
		sct-0.7.0 \
276
		sct-0.7.0 \
270
		security-framework-2.7.0 \
277
		security-framework-2.7.0 \
271
		security-framework-sys-2.6.1 \
278
		security-framework-sys-2.6.1 \
272
		semver-1.0.16 \
279
		semver-1.0.17 \
273
		serde-1.0.159 \
280
		serde-1.0.159 \
274
		serde_derive-1.0.159 \
281
		serde_derive-1.0.159 \
275
		serde_json-1.0.94 \
282
		serde_json-1.0.94 \
Lines 320-325 CARGO_CRATES= addr2line-0.19.0 \ Link Here
320
		tokio-1.28.2 \
327
		tokio-1.28.2 \
321
		tokio-macros-2.1.0 \
328
		tokio-macros-2.1.0 \
322
		tokio-native-tls-0.3.0 \
329
		tokio-native-tls-0.3.0 \
330
		tokio-retry-0.3.0 \
323
		tokio-rustls-0.23.4 \
331
		tokio-rustls-0.23.4 \
324
		tokio-rustls-0.24.0 \
332
		tokio-rustls-0.24.0 \
325
		tokio-serde-0.8.0 \
333
		tokio-serde-0.8.0 \
Lines 408-416 CARGO_CRATES= addr2line-0.19.0 \ Link Here
408
		zstd-sys-2.0.7+zstd.1.5.4
416
		zstd-sys-2.0.7+zstd.1.5.4
409
417
410
do-install-DOCS-on:
418
do-install-DOCS-on:
411
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
419
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/docs
412
	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
420
.for f in ${PORTDOCS}
421
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f}
422
.endfor
413
423
414
post-install:
424
post-install:
415
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache
425
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache
426
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache-dist
416
.include <bsd.port.mk>
427
.include <bsd.port.mk>
(-)b/devel/sccache/distinfo (-25 / +25 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1690133956
1
TIMESTAMP = 1693932012
2
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
2
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
3
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
3
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
4
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
4
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
Lines 13-20 SHA256 (rust/crates/anstyle-0.3.5.crate) = 23ea9e81bd02e310c216d080f6223c1790122 Link Here
13
SIZE (rust/crates/anstyle-0.3.5.crate) = 14272
13
SIZE (rust/crates/anstyle-0.3.5.crate) = 14272
14
SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d
14
SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d
15
SIZE (rust/crates/anstyle-1.0.0.crate) = 13972
15
SIZE (rust/crates/anstyle-1.0.0.crate) = 13972
16
SHA256 (rust/crates/anyhow-1.0.70.crate) = 7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4
16
SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8
17
SIZE (rust/crates/anyhow-1.0.70.crate) = 43803
17
SIZE (rust/crates/anyhow-1.0.71.crate) = 43808
18
SHA256 (rust/crates/ar-0.9.0.crate) = d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69
18
SHA256 (rust/crates/ar-0.9.0.crate) = d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69
19
SIZE (rust/crates/ar-0.9.0.crate) = 14636
19
SIZE (rust/crates/ar-0.9.0.crate) = 14636
20
SHA256 (rust/crates/arc-swap-1.5.1.crate) = 983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164
20
SHA256 (rust/crates/arc-swap-1.5.1.crate) = 983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164
Lines 35-42 SHA256 (rust/crates/async-trait-0.1.68.crate) = b9ccdd8f2a161be9bd5c023df56f1b2a Link Here
35
SIZE (rust/crates/async-trait-0.1.68.crate) = 28625
35
SIZE (rust/crates/async-trait-0.1.68.crate) = 28625
36
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
36
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
37
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
37
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
38
SHA256 (rust/crates/backon-0.4.0.crate) = f34fac4d7cdaefa2deded0eda2d5d59dbfd43370ff3f856209e72340ae84c294
38
SHA256 (rust/crates/backon-0.4.1.crate) = 0c1a6197b2120bb2185a267f6515038558b019e92b832bb0320e96d66268dcf9
39
SIZE (rust/crates/backon-0.4.0.crate) = 12070
39
SIZE (rust/crates/backon-0.4.1.crate) = 21485
40
SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca
40
SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca
41
SIZE (rust/crates/backtrace-0.3.67.crate) = 78564
41
SIZE (rust/crates/backtrace-0.3.67.crate) = 78564
42
SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8
42
SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8
Lines 161-168 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d25187 Link Here
161
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
161
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
162
SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc
162
SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc
163
SIZE (rust/crates/error-chain-0.12.4.crate) = 29274
163
SIZE (rust/crates/error-chain-0.12.4.crate) = 29274
164
SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
164
SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be
165
SIZE (rust/crates/fastrand-1.8.0.crate) = 11369
165
SIZE (rust/crates/fastrand-1.9.0.crate) = 11910
166
SHA256 (rust/crates/filetime-0.2.21.crate) = 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153
166
SHA256 (rust/crates/filetime-0.2.21.crate) = 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153
167
SIZE (rust/crates/filetime-0.2.21.crate) = 15026
167
SIZE (rust/crates/filetime-0.2.21.crate) = 15026
168
SHA256 (rust/crates/flagset-0.4.3.crate) = cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499
168
SHA256 (rust/crates/flagset-0.4.3.crate) = cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499
Lines 351-358 SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9 Link Here
351
SIZE (rust/crates/object-0.30.3.crate) = 258901
351
SIZE (rust/crates/object-0.30.3.crate) = 258901
352
SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3
352
SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3
353
SIZE (rust/crates/once_cell-1.17.1.crate) = 32856
353
SIZE (rust/crates/once_cell-1.17.1.crate) = 32856
354
SHA256 (rust/crates/opendal-0.37.0.crate) = 6a37de9fe637d53550bf3f76d5c731f69cb6f9685ada6afd390ada98994a3f91
354
SHA256 (rust/crates/opendal-0.39.0.crate) = 1ad95e460e5976ab1b74f398ab856c59f8417b3dd32202329e3491dcbe3a6b84
355
SIZE (rust/crates/opendal-0.37.0.crate) = 402485
355
SIZE (rust/crates/opendal-0.39.0.crate) = 425118
356
SHA256 (rust/crates/openssl-0.10.55.crate) = 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d
356
SHA256 (rust/crates/openssl-0.10.55.crate) = 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d
357
SIZE (rust/crates/openssl-0.10.55.crate) = 258750
357
SIZE (rust/crates/openssl-0.10.55.crate) = 258750
358
SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c
358
SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c
Lines 403-416 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b1 Link Here
403
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
403
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
404
SHA256 (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068
404
SHA256 (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068
405
SIZE (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045
405
SIZE (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045
406
SHA256 (rust/crates/proc-macro2-1.0.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435
406
SHA256 (rust/crates/proc-macro2-1.0.63.crate) = 7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb
407
SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454
407
SIZE (rust/crates/proc-macro2-1.0.63.crate) = 44867
408
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
408
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
409
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
409
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
410
SHA256 (rust/crates/quick-xml-0.27.1.crate) = ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41
410
SHA256 (rust/crates/quick-xml-0.29.0.crate) = 81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51
411
SIZE (rust/crates/quick-xml-0.27.1.crate) = 146699
411
SIZE (rust/crates/quick-xml-0.29.0.crate) = 160308
412
SHA256 (rust/crates/quick-xml-0.28.1.crate) = e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2
413
SIZE (rust/crates/quick-xml-0.28.1.crate) = 155431
414
SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc
412
SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc
415
SIZE (rust/crates/quote-1.0.26.crate) = 28397
413
SIZE (rust/crates/quote-1.0.26.crate) = 28397
416
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
414
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
Lines 419-426 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4 Link Here
419
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
417
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
420
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
418
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
421
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
419
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
422
SHA256 (rust/crates/redis-0.22.1.crate) = 513b3649f1a111c17954296e4a3b9eecb108b766c803e2b99f179ebe27005985
420
SHA256 (rust/crates/redis-0.23.3.crate) = 4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba
423
SIZE (rust/crates/redis-0.22.1.crate) = 138512
421
SIZE (rust/crates/redis-0.23.3.crate) = 184669
424
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
422
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
425
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
423
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
426
SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b
424
SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b
Lines 431-438 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142 Link Here
431
SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
429
SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
432
SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1
430
SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1
433
SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752
431
SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752
434
SHA256 (rust/crates/reqsign-0.13.0.crate) = b6cb65eb3405f9c2de5c18bfc37338d6bbdb2c35eb8eb0e946208cbb564e4833
432
SHA256 (rust/crates/reqsign-0.14.1.crate) = 3228e570df74d69d3d3236a71371f1edd748a3e4eb728ea1f29d403bc10fc727
435
SIZE (rust/crates/reqsign-0.13.0.crate) = 62572
433
SIZE (rust/crates/reqsign-0.14.1.crate) = 64205
436
SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55
434
SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55
437
SIZE (rust/crates/reqwest-0.11.18.crate) = 154387
435
SIZE (rust/crates/reqwest-0.11.18.crate) = 154387
438
SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00
436
SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00
Lines 457-470 SHA256 (rust/crates/rustix-0.37.7.crate) = 2aae838e49b3d63e9274e1c01833cc8139d3f Link Here
457
SIZE (rust/crates/rustix-0.37.7.crate) = 307751
455
SIZE (rust/crates/rustix-0.37.7.crate) = 307751
458
SHA256 (rust/crates/rustls-0.20.7.crate) = 539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c
456
SHA256 (rust/crates/rustls-0.20.7.crate) = 539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c
459
SIZE (rust/crates/rustls-0.20.7.crate) = 268469
457
SIZE (rust/crates/rustls-0.20.7.crate) = 268469
460
SHA256 (rust/crates/rustls-0.21.1.crate) = c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e
458
SHA256 (rust/crates/rustls-0.21.7.crate) = cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8
461
SIZE (rust/crates/rustls-0.21.1.crate) = 275001
459
SIZE (rust/crates/rustls-0.21.7.crate) = 283818
462
SHA256 (rust/crates/rustls-native-certs-0.6.2.crate) = 0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50
460
SHA256 (rust/crates/rustls-native-certs-0.6.2.crate) = 0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50
463
SIZE (rust/crates/rustls-native-certs-0.6.2.crate) = 22089
461
SIZE (rust/crates/rustls-native-certs-0.6.2.crate) = 22089
464
SHA256 (rust/crates/rustls-pemfile-1.0.1.crate) = 0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55
462
SHA256 (rust/crates/rustls-pemfile-1.0.1.crate) = 0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55
465
SIZE (rust/crates/rustls-pemfile-1.0.1.crate) = 19171
463
SIZE (rust/crates/rustls-pemfile-1.0.1.crate) = 19171
466
SHA256 (rust/crates/rustls-webpki-0.100.1.crate) = d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b
464
SHA256 (rust/crates/rustls-webpki-0.101.4.crate) = 7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d
467
SIZE (rust/crates/rustls-webpki-0.100.1.crate) = 70719
465
SIZE (rust/crates/rustls-webpki-0.101.4.crate) = 164324
468
SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09
466
SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09
469
SIZE (rust/crates/ryu-1.0.11.crate) = 47007
467
SIZE (rust/crates/ryu-1.0.11.crate) = 47007
470
SHA256 (rust/crates/safemem-0.3.3.crate) = ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072
468
SHA256 (rust/crates/safemem-0.3.3.crate) = ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072
Lines 481-488 SHA256 (rust/crates/security-framework-2.7.0.crate) = 2bc1bb97804af6631813c55739 Link Here
481
SIZE (rust/crates/security-framework-2.7.0.crate) = 72601
479
SIZE (rust/crates/security-framework-2.7.0.crate) = 72601
482
SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556
480
SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556
483
SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717
481
SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717
484
SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a
482
SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed
485
SIZE (rust/crates/semver-1.0.16.crate) = 29850
483
SIZE (rust/crates/semver-1.0.17.crate) = 29685
486
SHA256 (rust/crates/serde-1.0.159.crate) = 3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065
484
SHA256 (rust/crates/serde-1.0.159.crate) = 3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065
487
SIZE (rust/crates/serde-1.0.159.crate) = 77014
485
SIZE (rust/crates/serde-1.0.159.crate) = 77014
488
SHA256 (rust/crates/serde_derive-1.0.159.crate) = 4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585
486
SHA256 (rust/crates/serde_derive-1.0.159.crate) = 4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585
Lines 583-588 SHA256 (rust/crates/tokio-macros-2.1.0.crate) = 630bdcf245f78637c13ec01ffae6187c Link Here
583
SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472
581
SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472
584
SHA256 (rust/crates/tokio-native-tls-0.3.0.crate) = f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b
582
SHA256 (rust/crates/tokio-native-tls-0.3.0.crate) = f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b
585
SIZE (rust/crates/tokio-native-tls-0.3.0.crate) = 20759
583
SIZE (rust/crates/tokio-native-tls-0.3.0.crate) = 20759
584
SHA256 (rust/crates/tokio-retry-0.3.0.crate) = 7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f
585
SIZE (rust/crates/tokio-retry-0.3.0.crate) = 6146
586
SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59
586
SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59
587
SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024
587
SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024
588
SHA256 (rust/crates/tokio-rustls-0.24.0.crate) = e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5
588
SHA256 (rust/crates/tokio-rustls-0.24.0.crate) = e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5
(-)b/devel/sccache/files/patch-Cargo.lock (-2 / +242 lines)
Lines 1-6 Link Here
1
--- Cargo.lock.orig	2023-06-27 08:23:13 UTC
1
--- Cargo.lock.orig	2023-06-27 08:23:13 UTC
2
+++ Cargo.lock
2
+++ Cargo.lock
3
@@ -1702,15 +1702,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178
3
@@ -55,9 +55,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc6
4
 
5
 [[package]]
6
 name = "anyhow"
7
-version = "1.0.70"
8
+version = "1.0.71"
9
 source = "registry+https://github.com/rust-lang/crates.io-index"
10
-checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
11
+checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
12
 dependencies = [
13
  "backtrace",
14
 ]
15
@@ -145,13 +145,13 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b
16
 
17
 [[package]]
18
 name = "backon"
19
-version = "0.4.0"
20
+version = "0.4.1"
21
 source = "registry+https://github.com/rust-lang/crates.io-index"
22
-checksum = "f34fac4d7cdaefa2deded0eda2d5d59dbfd43370ff3f856209e72340ae84c294"
23
+checksum = "0c1a6197b2120bb2185a267f6515038558b019e92b832bb0320e96d66268dcf9"
24
 dependencies = [
25
- "futures",
26
+ "fastrand",
27
+ "futures-core",
28
  "pin-project",
29
- "rand",
30
  "tokio",
31
 ]
32
 
33
@@ -734,9 +734,9 @@ dependencies = [
34
 
35
 [[package]]
36
 name = "fastrand"
37
-version = "1.8.0"
38
+version = "1.9.0"
39
 source = "registry+https://github.com/rust-lang/crates.io-index"
40
-checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
41
+checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
42
 dependencies = [
43
  "instant",
44
 ]
45
@@ -1119,7 +1119,7 @@ checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d10
46
 dependencies = [
47
  "http",
48
  "hyper",
49
- "rustls 0.21.1",
50
+ "rustls 0.21.7",
51
  "tokio",
52
  "tokio-rustls 0.24.0",
53
 ]
54
@@ -1636,9 +1636,9 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f
55
 
56
 [[package]]
57
 name = "opendal"
58
-version = "0.37.0"
59
+version = "0.39.0"
60
 source = "registry+https://github.com/rust-lang/crates.io-index"
61
-checksum = "6a37de9fe637d53550bf3f76d5c731f69cb6f9685ada6afd390ada98994a3f91"
62
+checksum = "1ad95e460e5976ab1b74f398ab856c59f8417b3dd32202329e3491dcbe3a6b84"
63
 dependencies = [
64
  "anyhow",
65
  "async-compat",
66
@@ -1658,7 +1658,7 @@ dependencies = [
67
  "parking_lot",
68
  "percent-encoding",
69
  "pin-project",
70
- "quick-xml 0.27.1",
71
+ "quick-xml",
72
  "redis",
73
  "reqsign",
74
  "reqwest",
75
@@ -1702,15 +1702,6 @@ source = "registry+https://github.com/rust-lang/crates
4
 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
76
 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
5
 
77
 
6
 [[package]]
78
 [[package]]
Lines 16-22 Link Here
16
 name = "openssl-sys"
88
 name = "openssl-sys"
17
 version = "0.9.90"
89
 version = "0.9.90"
18
 source = "registry+https://github.com/rust-lang/crates.io-index"
90
 source = "registry+https://github.com/rust-lang/crates.io-index"
19
@@ -1718,7 +1709,6 @@ dependencies = [
91
@@ -1718,7 +1709,6 @@ checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03d
20
 dependencies = [
92
 dependencies = [
21
  "cc",
93
  "cc",
22
  "libc",
94
  "libc",
Lines 24-26 Link Here
24
  "pkg-config",
96
  "pkg-config",
25
  "vcpkg",
97
  "vcpkg",
26
 ]
98
 ]
99
@@ -1914,9 +1904,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc07
100
 
101
 [[package]]
102
 name = "proc-macro2"
103
-version = "1.0.56"
104
+version = "1.0.63"
105
 source = "registry+https://github.com/rust-lang/crates.io-index"
106
-checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
107
+checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
108
 dependencies = [
109
  "unicode-ident",
110
 ]
111
@@ -1929,25 +1919,15 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eb
112
 
113
 [[package]]
114
 name = "quick-xml"
115
-version = "0.27.1"
116
+version = "0.29.0"
117
 source = "registry+https://github.com/rust-lang/crates.io-index"
118
-checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
119
+checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
120
 dependencies = [
121
  "memchr",
122
  "serde",
123
 ]
124
 
125
 [[package]]
126
-name = "quick-xml"
127
-version = "0.28.1"
128
-source = "registry+https://github.com/rust-lang/crates.io-index"
129
-checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
130
-dependencies = [
131
- "memchr",
132
- "serde",
133
-]
134
-
135
-[[package]]
136
 name = "quote"
137
 version = "1.0.26"
138
 source = "registry+https://github.com/rust-lang/crates.io-index"
139
@@ -1988,9 +1968,9 @@ dependencies = [
140
 
141
 [[package]]
142
 name = "redis"
143
-version = "0.22.1"
144
+version = "0.23.3"
145
 source = "registry+https://github.com/rust-lang/crates.io-index"
146
-checksum = "513b3649f1a111c17954296e4a3b9eecb108b766c803e2b99f179ebe27005985"
147
+checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
148
 dependencies = [
149
  "arc-swap",
150
  "async-trait",
151
@@ -2001,9 +1981,14 @@ dependencies = [
152
  "itoa",
153
  "percent-encoding",
154
  "pin-project-lite",
155
+ "rustls 0.21.7",
156
+ "rustls-native-certs",
157
  "ryu",
158
  "sha1_smol",
159
+ "socket2",
160
  "tokio",
161
+ "tokio-retry",
162
+ "tokio-rustls 0.24.0",
163
  "tokio-util",
164
  "url",
165
 ]
166
@@ -2053,9 +2038,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9
167
 
168
 [[package]]
169
 name = "reqsign"
170
-version = "0.13.0"
171
+version = "0.14.1"
172
 source = "registry+https://github.com/rust-lang/crates.io-index"
173
-checksum = "b6cb65eb3405f9c2de5c18bfc37338d6bbdb2c35eb8eb0e946208cbb564e4833"
174
+checksum = "3228e570df74d69d3d3236a71371f1edd748a3e4eb728ea1f29d403bc10fc727"
175
 dependencies = [
176
  "anyhow",
177
  "async-trait",
178
@@ -2070,7 +2055,7 @@ dependencies = [
179
  "log",
180
  "once_cell",
181
  "percent-encoding",
182
- "quick-xml 0.28.1",
183
+ "quick-xml",
184
  "rand",
185
  "reqwest",
186
  "rsa",
187
@@ -2107,7 +2092,7 @@ dependencies = [
188
  "once_cell",
189
  "percent-encoding",
190
  "pin-project-lite",
191
- "rustls 0.21.1",
192
+ "rustls 0.21.7",
193
  "rustls-native-certs",
194
  "rustls-pemfile",
195
  "serde",
196
@@ -2279,9 +2264,9 @@ dependencies = [
197
 
198
 [[package]]
199
 name = "rustls"
200
-version = "0.21.1"
201
+version = "0.21.7"
202
 source = "registry+https://github.com/rust-lang/crates.io-index"
203
-checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
204
+checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
205
 dependencies = [
206
  "log",
207
  "ring",
208
@@ -2312,9 +2297,9 @@ dependencies = [
209
 
210
 [[package]]
211
 name = "rustls-webpki"
212
-version = "0.100.1"
213
+version = "0.101.4"
214
 source = "registry+https://github.com/rust-lang/crates.io-index"
215
-checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
216
+checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
217
 dependencies = [
218
  "ring",
219
  "untrusted",
220
@@ -2349,6 +2334,7 @@ dependencies = [
221
  "ar",
222
  "assert_cmd",
223
  "async-trait",
224
+ "backon",
225
  "base64 0.21.0",
226
  "bincode",
227
  "blake3",
228
@@ -2470,9 +2456,9 @@ dependencies = [
229
 
230
 [[package]]
231
 name = "semver"
232
-version = "1.0.16"
233
+version = "1.0.17"
234
 source = "registry+https://github.com/rust-lang/crates.io-index"
235
-checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
236
+checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
237
 
238
 [[package]]
239
 name = "serde"
240
@@ -2985,6 +2971,17 @@ dependencies = [
241
 ]
242
 
243
 [[package]]
244
+name = "tokio-retry"
245
+version = "0.3.0"
246
+source = "registry+https://github.com/rust-lang/crates.io-index"
247
+checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
248
+dependencies = [
249
+ "pin-project",
250
+ "rand",
251
+ "tokio",
252
+]
253
+
254
+[[package]]
255
 name = "tokio-rustls"
256
 version = "0.23.4"
257
 source = "registry+https://github.com/rust-lang/crates.io-index"
258
@@ -3001,7 +2998,7 @@ version = "0.24.0"
259
 source = "registry+https://github.com/rust-lang/crates.io-index"
260
 checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
261
 dependencies = [
262
- "rustls 0.21.1",
263
+ "rustls 0.21.7",
264
  "tokio",
265
 ]
266
 
(-)b/devel/sccache/files/patch-Cargo.toml (-2 / +28 lines)
Lines 1-7 Link Here
1
--- Cargo.toml.orig	2023-06-27 08:23:13 UTC
1
--- Cargo.toml.orig	2023-06-27 08:23:13 UTC
2
+++ Cargo.toml
2
+++ Cargo.toml
3
@@ -154,10 +154,6 @@ webdav = ["opendal"]
3
@@ -27,6 +27,7 @@ strip = true
4
 redis = ["url", "opendal/services-redis"]
4
 anyhow = { version = "1.0", features = ["backtrace"] }
5
 ar = "0.9"
6
 async-trait = "0.1"
7
+backon = "0.4.1"
8
 base64 = "0.21"
9
 bincode = "1"
10
 blake3 = "1"
11
@@ -56,11 +57,11 @@ log = "0.4"
12
 num_cpus = "1.15"
13
 number_prefix = "0.4"
14
 once_cell = "1.17"
15
-opendal = { version = "0.37.0", optional = true }
16
+opendal = { version = "0.39.0", optional = true }
17
 openssl = { version = "0.10.55", optional = true }
18
 rand = "0.8.4"
19
 regex = "1.7.3"
20
-reqsign = { version = "0.13.0", optional = true }
21
+reqsign = { version = "0.14.1", optional = true }
22
 reqwest = { version = "0.11", features = [
23
   "json",
24
   "blocking",
25
@@ -151,13 +152,9 @@ gcs = ["opendal", "reqsign", "url", "reqwest/blocking"
26
 gha = ["opendal"]
27
 memcached = ["opendal/services-memcached"]
28
 native-zlib = []
29
-redis = ["url", "opendal/services-redis"]
30
+redis = ["url", "opendal/services-redis", "opendal/services-redis-rustls"]
5
 s3 = ["opendal", "reqsign"]
31
 s3 = ["opendal", "reqsign"]
6
 webdav = ["opendal"]
32
 webdav = ["opendal"]
7
-# Enable features that will build a vendored version of openssl and
33
-# Enable features that will build a vendored version of openssl and
(-)b/devel/sccache/files/pkg-message.in (-1 / +11 lines)
Added Link Here
0
- 
1
[
2
{ type: install
3
  message: <<EOM
4
When using sccache as a build server (sccache-dist server), make sure
5
to follow the instruction in:
6
7
  %%DOCSDIR%%docs/DistributedFreeBSD.md
8
                              
9
EOM
10
}
11
]

Return to bug 273583