Hi list,

a small update for the silver searcher to 0.31.0. It mostly fixes
small bugs but also adds support for --nomultiline, which disables
regex matching across multiple lines. Multiline matching is now
the default behaviour.

Have a fun and a nice day/night,
Florian

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- Makefile    17 May 2015 13:58:42 -0000      1.17
+++ Makefile    18 Sep 2015 14:23:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      code searching tool, with a focus on speed (ag)
 
-DISTNAME =     the_silver_searcher-0.30.0
+DISTNAME =     the_silver_searcher-0.31.0
 CATEGORIES =   textproc
 
 HOMEPAGE =     https://github.com/ggreer/the_silver_searcher
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.16
diff -u -p -u -r1.16 distinfo
--- distinfo    17 May 2015 13:58:42 -0000      1.16
+++ distinfo    18 Sep 2015 14:23:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.30.0.tar.gz) = 
tL+eUL9IvF/eJ/w4b3vK2GRO8VoXTIYqEIE+gb0Sfmk=
-SIZE (the_silver_searcher-0.30.0.tar.gz) = 177418
+SHA256 (the_silver_searcher-0.31.0.tar.gz) = 
K1VtYacC0E4mOFMqugi8zxeFI7ajhGSiUwVWNYGCMnE=
+SIZE (the_silver_searcher-0.31.0.tar.gz) = 177903
Index: patches/patch-ag_bashcomp_sh
===================================================================
RCS file: patches/patch-ag_bashcomp_sh
diff -N patches/patch-ag_bashcomp_sh
--- patches/patch-ag_bashcomp_sh        20 Sep 2013 12:46:59 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-$OpenBSD: patch-ag_bashcomp_sh,v 1.1.1.1 2013/09/20 12:46:59 bcallah Exp $
---- ag.bashcomp.sh.orig        Thu Sep 19 19:56:28 2013
-+++ ag.bashcomp.sh     Thu Sep 19 19:55:01 2013
-@@ -1,4 +1,3 @@
--have ag &&
- _ag() {
-   local lngopt shtopt split=false
-   local cur prev

Reply via email to