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

Collapse All | Expand All

(-)ripgrep/Makefile (-3 / +2 lines)
Lines 4-10 Link Here
4
# vim: ts=8 noet
4
# vim: ts=8 noet
5
5
6
PORTNAME=	ripgrep
6
PORTNAME=	ripgrep
7
DISTVERSION=	0.8.0
7
DISTVERSION=	0.8.1
8
CATEGORIES=	textproc
8
CATEGORIES=	textproc
9
9
10
MAINTAINER=	petteri.valkonen@iki.fi
10
MAINTAINER=	petteri.valkonen@iki.fi
Lines 86-91 Link Here
86
86
87
BASH_PLIST_FILES=	etc/bash_completion.d/rg.bash
87
BASH_PLIST_FILES=	etc/bash_completion.d/rg.bash
88
FISH_PLIST_FILES=	share/fish/completions/rg.fish
88
FISH_PLIST_FILES=	share/fish/completions/rg.fish
89
ZSH_PLIST_FILES=	share/zsh/site-functions/_rg
89
90
90
# simd crate uses cfg_target_feature which isn't stable yet, so unlock
91
# simd crate uses cfg_target_feature which isn't stable yet, so unlock
91
# unstable features similar to how lang/rust bootstraps. www/firefox
92
# unstable features similar to how lang/rust bootstraps. www/firefox
Lines 94-101 Link Here
94
SIMD_VARS=	CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}}
95
SIMD_VARS=	CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}}
95
SIMD_VARS_i386=	RUSTFLAGS+="-C target-feature=+sse2"
96
SIMD_VARS_i386=	RUSTFLAGS+="-C target-feature=+sse2"
96
97
97
ZSH_PLIST_FILES=	share/zsh/site-functions/_rg
98
99
post-patch:
98
post-patch:
100
	@${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs
99
	@${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs
101
100
(-)ripgrep/distinfo (-3 / +3 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1518468285
1
TIMESTAMP = 1519469648
2
SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4
2
SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4
3
SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443
3
SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443
4
SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455
4
SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455
Lines 79-83 Link Here
79
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
79
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
80
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
80
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
81
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
81
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
82
SHA256 (BurntSushi-ripgrep-0.8.0_GH0.tar.gz) = c26391013522dfce3d870aec911fc602425e2eb385b75802b5b44440f4c32e24
82
SHA256 (BurntSushi-ripgrep-0.8.1_GH0.tar.gz) = 7035379fce0c1e32552e8ee528b92c3d01b8d3935ea31d26c51a73287be74bb3
83
SIZE (BurntSushi-ripgrep-0.8.0_GH0.tar.gz) = 518238
83
SIZE (BurntSushi-ripgrep-0.8.1_GH0.tar.gz) = 521088

Return to bug 226185