Fixes "too many open file descriptors in ripgrep 0.7.0":
https://github.com/BurntSushi/ripgrep/issues/648

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/textproc/ripgrep/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    1 Nov 2017 20:27:22 -0000       1.5
+++ Makefile    28 Jan 2018 08:21:30 -0000
@@ -4,7 +4,7 @@ COMMENT =               line oriented search tool usi
 
 GH_ACCOUNT =           BurntSushi
 GH_PROJECT =           ripgrep
-GH_TAGNAME =           0.7.0
+GH_TAGNAME =           0.7.1
 
 CATEGORIES =           textproc sysutils
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/textproc/ripgrep/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    1 Nov 2017 20:27:22 -0000       1.5
+++ distinfo    28 Jan 2018 08:27:33 -0000
@@ -38,7 +38,7 @@ SHA256 (cargo/void-1.0.2.tar.gz) = agLki
 SHA256 (cargo/walkdir-2.0.1.tar.gz) = 
QLbSAfT4mYqDcZa23pxz41rxTJksu5LEq2QdLC3OUt4=
 SHA256 (cargo/winapi-0.2.8.tar.gz) = 
Fn3J1pSam4V/NFEnXpEcP0QlWELB96dvM8VRA6kJCHo=
 SHA256 (cargo/winapi-build-0.1.1.tar.gz) = 
LTFe7js0rKR5ey2msT7Ygmbm1hJWKgxGOQr4KZ/Gmbw=
-SHA256 (ripgrep-0.7.0.tar.gz) = XC8jnfvcWvGPUlUJB3omgm9D193k6j9+3RVuetJwY2Y=
+SHA256 (ripgrep-0.7.1.tar.gz) = 4BBpNjes67QJ89unyvWe8JPRiUozsUAVBBuNQ1R2ZfU=
 SIZE (cargo/aho-corasick-0.6.3.tar.gz) = 24963
 SIZE (cargo/ansi_term-0.9.0.tar.gz) = 11718
 SIZE (cargo/atty-0.2.3.tar.gz) = 5486
@@ -79,4 +79,4 @@ SIZE (cargo/void-1.0.2.tar.gz) = 2356
 SIZE (cargo/walkdir-2.0.1.tar.gz) = 21483
 SIZE (cargo/winapi-0.2.8.tar.gz) = 455145
 SIZE (cargo/winapi-build-0.1.1.tar.gz) = 669
-SIZE (ripgrep-0.7.0.tar.gz) = 474530
+SIZE (ripgrep-0.7.1.tar.gz) = 474458

Reply via email to