UPDATE: the_silver_searcher

2017-08-31 Thread Florian Stinglmayr
Hi list,

here is an update for the_silver_searcher to 2.1.0. Mostly
support for new languages (such as org-mode, .dot, .asciidoc
and a few more. And also a lot of fixes unrelated to OpenBSD.

Forgive my git heresy.

diff --git a/textproc/the_silver_searcher/Makefile 
b/textproc/the_silver_searcher/Makefile
index cd13aaa7509..8311b61bf3b 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-2.0.0
+DISTNAME = the_silver_searcher-2.1.0
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
diff --git a/textproc/the_silver_searcher/distinfo 
b/textproc/the_silver_searcher/distinfo
index 19b8a2e2a1c..06ca678dc6a 100644
--- a/textproc/the_silver_searcher/distinfo
+++ b/textproc/the_silver_searcher/distinfo
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-2.0.0.tar.gz) = 
ADOH67/d5UWEEQPQ74EvMKVQGphK+z1bRftVcUselRM=
-SIZE (the_silver_searcher-2.0.0.tar.gz) = 183959
+SHA256 (the_silver_searcher-2.1.0.tar.gz) = 
1GUr2Rw6Beh6FYCcXz8UrS5eH4AYWvUQ4/pK0gOMFdQ=
+SIZE (the_silver_searcher-2.1.0.tar.gz) = 190010



Re: UPDATE: the_silver_searcher to 1.0.3

2017-05-05 Thread Theo Buehler
On Fri, May 05, 2017 at 05:29:29PM +0200, Florian Stinglmayr wrote:
> Hi list,
> 
> simple update to 1.0.3. The merge request did not make it in
> so the patch is still required.

builds and works fine on amd64

ok

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
> retrieving revision 1.24
> diff -u -p -u -r1.24 Makefile
> --- Makefile  5 Jan 2017 13:50:49 -   1.24
> +++ Makefile  5 May 2017 14:55:06 -
> @@ -2,8 +2,7 @@
> 
>  COMMENT =code searching tool, with a focus on speed (ag)
> 
> -DISTNAME =   the_silver_searcher-1.0.2
> -REVISION =   0
> +DISTNAME =   the_silver_searcher-1.0.3
>  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.21
> diff -u -p -u -r1.21 distinfo
> --- distinfo  15 Dec 2016 14:16:38 -  1.21
> +++ distinfo  5 May 2017 14:55:06 -
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-1.0.2.tar.gz) = 
> b0p44fHfpUNMGeWlhayM7+5pmG+QkgkoSYIXs2uEpGw=
> -SIZE (the_silver_searcher-1.0.2.tar.gz) = 183230
> +SHA256 (the_silver_searcher-1.0.3.tar.gz) = 
> 1Yb0g6DnCd04P4IAZJVVARQXFxnwYzok8J+rbI3eAJ4=
> +SIZE (the_silver_searcher-1.0.3.tar.gz) = 183276
> 



UPDATE: the_silver_searcher to 1.0.3

2017-05-05 Thread Florian Stinglmayr
Hi list,

simple update to 1.0.3. The merge request did not make it in
so the patch is still required.

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.24
diff -u -p -u -r1.24 Makefile
--- Makefile5 Jan 2017 13:50:49 -   1.24
+++ Makefile5 May 2017 14:55:06 -
@@ -2,8 +2,7 @@

 COMMENT =  code searching tool, with a focus on speed (ag)

-DISTNAME = the_silver_searcher-1.0.2
-REVISION = 0
+DISTNAME = the_silver_searcher-1.0.3
 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.21
diff -u -p -u -r1.21 distinfo
--- distinfo15 Dec 2016 14:16:38 -  1.21
+++ distinfo5 May 2017 14:55:06 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-1.0.2.tar.gz) = 
b0p44fHfpUNMGeWlhayM7+5pmG+QkgkoSYIXs2uEpGw=
-SIZE (the_silver_searcher-1.0.2.tar.gz) = 183230
+SHA256 (the_silver_searcher-1.0.3.tar.gz) = 
1Yb0g6DnCd04P4IAZJVVARQXFxnwYzok8J+rbI3eAJ4=
+SIZE (the_silver_searcher-1.0.3.tar.gz) = 183276



Re: UPDATE: the_silver_searcher 1.0.1

2016-12-02 Thread Florian Stinglmayr
On Thu, Dec 01, 2016 at 08:48:45PM +, Stuart Henderson wrote:
> It doesn't use C++.  How about this one?
>

Erm, my bad. Yes of course.

> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
> retrieving revision 1.21
> diff -u -p -r1.21 Makefile
> --- Makefile  30 Sep 2016 02:08:52 -  1.21
> +++ Makefile  1 Dec 2016 20:47:33 -
> @@ -2,7 +2,7 @@
>
>  COMMENT =code searching tool, with a focus on speed (ag)
>
> -DISTNAME =   the_silver_searcher-0.33.0
> +DISTNAME =   the_silver_searcher-1.0.1
>  CATEGORIES = textproc
>
>  HOMEPAGE =   https://github.com/ggreer/the_silver_searcher
> @@ -13,6 +13,9 @@ PERMIT_PACKAGE_CDROM =  Yes
>
>  # uses pledge()
>  WANTLIB += c lzma pcre pthread z
> +
> +MODULES =gcc4
> +MODGCC4_ARCHS =  * # needed for TLS
>
>  MASTER_SITES =   http://geoff.greer.fm/ag/releases/
>
> Index: distinfo
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
> retrieving revision 1.19
> diff -u -p -r1.19 distinfo
> --- distinfo  30 Sep 2016 02:08:52 -  1.19
> +++ distinfo  1 Dec 2016 20:47:33 -
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 17 May 2016 10:57:07 -  1.3
> +++ pkg/PLIST 1 Dec 2016 20:47:33 -
> @@ -4,3 +4,6 @@
>  share/bash-completion/
>  share/bash-completion/completions/
>  share/bash-completion/completions/ag.bashcomp.sh
> +share/zsh/
> +share/zsh/site-functions/
> +share/zsh/site-functions/_the_silver_searcher
>
> > retrieving revision 1.19
> > diff -u -p -u -r1.19 distinfo
> > --- distinfo30 Sep 2016 02:08:52 -  1.19
> > +++ distinfo1 Dec 2016 16:37:49 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> > jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> > -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> > +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> > 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> > +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> > retrieving revision 1.3
> > diff -u -p -u -r1.3 PLIST
> > --- pkg/PLIST   17 May 2016 10:57:07 -  1.3
> > +++ pkg/PLIST   1 Dec 2016 16:37:49 -
> > @@ -4,3 +4,6 @@
> >  share/bash-completion/
> >  share/bash-completion/completions/
> >  share/bash-completion/completions/ag.bashcomp.sh
> > +share/zsh/
> > +share/zsh/site-functions/
> > +share/zsh/site-functions/_the_silver_searcher
> >



Re: UPDATE: the_silver_searcher 1.0.1

2016-12-01 Thread Stuart Henderson
On 2016/12/01 18:31, Florian Stinglmayr wrote:
> down below is an update for the_silver_searcher to 1.0.1.
> There is now apparently moar speed, new features - such as zsh
> completion - and a move to gcc4 because of thread local storage.
..
> +MODGCC4_LANGS =  c++

It doesn't use C++.  How about this one? 

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile30 Sep 2016 02:08:52 -  1.21
+++ Makefile1 Dec 2016 20:47:33 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.33.0
+DISTNAME = the_silver_searcher-1.0.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
@@ -13,6 +13,9 @@ PERMIT_PACKAGE_CDROM =Yes
 
 # uses pledge()
 WANTLIB += c lzma pcre pthread z
+
+MODULES =  gcc4
+MODGCC4_ARCHS =* # needed for TLS
 
 MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo30 Sep 2016 02:08:52 -  1.19
+++ distinfo1 Dec 2016 20:47:33 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
-SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
+SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
+SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   17 May 2016 10:57:07 -  1.3
+++ pkg/PLIST   1 Dec 2016 20:47:33 -
@@ -4,3 +4,6 @@
 share/bash-completion/
 share/bash-completion/completions/
 share/bash-completion/completions/ag.bashcomp.sh
+share/zsh/
+share/zsh/site-functions/
+share/zsh/site-functions/_the_silver_searcher

> retrieving revision 1.19
> diff -u -p -u -r1.19 distinfo
> --- distinfo  30 Sep 2016 02:08:52 -  1.19
> +++ distinfo  1 Dec 2016 16:37:49 -
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -u -r1.3 PLIST
> --- pkg/PLIST 17 May 2016 10:57:07 -  1.3
> +++ pkg/PLIST 1 Dec 2016 16:37:49 -
> @@ -4,3 +4,6 @@
>  share/bash-completion/
>  share/bash-completion/completions/
>  share/bash-completion/completions/ag.bashcomp.sh
> +share/zsh/
> +share/zsh/site-functions/
> +share/zsh/site-functions/_the_silver_searcher
> 



UPDATE: the_silver_searcher 1.0.1

2016-12-01 Thread Florian Stinglmayr
Hi list,

down below is an update for the_silver_searcher to 1.0.1.
There is now apparently moar speed, new features - such as zsh
completion - and a move to gcc4 because of thread local storage.

Enjoy

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- Makefile30 Sep 2016 02:08:52 -  1.21
+++ Makefile1 Dec 2016 16:37:49 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.33.0
+DISTNAME = the_silver_searcher-1.0.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
@@ -13,6 +13,11 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 # uses pledge()
 WANTLIB += c lzma pcre pthread z
+
+MODULES += gcc4
+
+MODGCC4_LANGS =c++
+MODGCC4_ARCHS =*
 
 MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.19
diff -u -p -u -r1.19 distinfo
--- distinfo30 Sep 2016 02:08:52 -  1.19
+++ distinfo1 Dec 2016 16:37:49 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
-SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
+SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
+SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -r1.3 PLIST
--- pkg/PLIST   17 May 2016 10:57:07 -  1.3
+++ pkg/PLIST   1 Dec 2016 16:37:49 -
@@ -4,3 +4,6 @@
 share/bash-completion/
 share/bash-completion/completions/
 share/bash-completion/completions/ag.bashcomp.sh
+share/zsh/
+share/zsh/site-functions/
+share/zsh/site-functions/_the_silver_searcher



UPDATE: the_silver_searcher to 0.33.0

2016-09-29 Thread Florian Stinglmayr
Oi list,

a small update for the_silver_searcher to 0.33.0.

Have fun,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.20
diff -u -p -u -r1.20 Makefile
--- Makefile17 May 2016 10:57:07 -  1.20
+++ Makefile29 Sep 2016 18:04:32 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.32.0
+DISTNAME = the_silver_searcher-0.33.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.18
diff -u -p -u -r1.18 distinfo
--- distinfo17 May 2016 10:57:07 -  1.18
+++ distinfo29 Sep 2016 18:04:32 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.32.0.tar.gz) = 
lEynfkmPNEsr+9jfbV2N97vBx+CAtQwLqz0amlUVG2A=
-SIZE (the_silver_searcher-0.32.0.tar.gz) = 179724
+SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
+SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522



Re: update the_silver_searcher (uses pledge upstream)

2016-05-17 Thread Florian Stinglmayr
On Tue, May 17, 2016 at 08:54:41AM +0100, Stuart Henderson wrote:
> Update and switch to upstream's standard install target. It now uses
> pledge, so add a marker to the Makefile.  Ok?
> 

Ok by me.

I have also been running the pledge patch without any issues for a few
months now.



Re: update the_silver_searcher (uses pledge upstream)

2016-05-17 Thread Theo Buehler
On Tue, May 17, 2016 at 08:54:41AM +0100, Stuart Henderson wrote:
> Update and switch to upstream's standard install target. It now uses
> pledge, so add a marker to the Makefile.  Ok?

I've been running ag with the pledge patches since they were posted back
in February, so these should be fine. Port looks good, the modifications
and simplifications make sense to me. Unless Florian objects, ok tb@



update the_silver_searcher (uses pledge upstream)

2016-05-17 Thread Stuart Henderson
Update and switch to upstream's standard install target. It now uses
pledge, so add a marker to the Makefile.  Ok?

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile9 Oct 2015 12:48:22 -   1.19
+++ Makefile17 May 2016 07:51:20 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.31.0
+DISTNAME = the_silver_searcher-0.32.0
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
@@ -11,6 +11,7 @@ MAINTAINER =  Florian Stinglmayr http://geoff.greer.fm/ag/releases/
@@ -19,18 +20,11 @@ LIB_DEPENDS =   archivers/xz \
devel/pcre
 
 CONFIGURE_STYLE =  gnu
+SEPARATE_BUILD =   Yes
 CONFIGURE_ENV =CPPFLAGS="-I${LOCALBASE}/include"
+FAKE_FLAGS =   bashcompdir=${PREFIX}/share/bash-completion/completions
 
-# referenced in Makefile, but apparently included in distfile
+# not included in distfile, only in repository. requires cram.
 NO_TEST =  YES
-
-pre-configure:
-   sed -i "s,-O2,,g" ${WRKSRC}/configure
-
-do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/ag ${PREFIX}/bin/ag
-   ${INSTALL_MAN} ${WRKSRC}/doc/ag.1 ${PREFIX}/man/man1
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions
-   ${INSTALL_DATA} ${WRKSRC}/ag.bashcomp.sh 
${PREFIX}/share/bash-completion/completions/ag
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo18 Sep 2015 14:54:15 -  1.17
+++ distinfo17 May 2016 07:51:20 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.31.0.tar.gz) = 
K1VtYacC0E4mOFMqugi8zxeFI7ajhGSiUwVWNYGCMnE=
-SIZE (the_silver_searcher-0.31.0.tar.gz) = 177903
+SHA256 (the_silver_searcher-0.32.0.tar.gz) = 
lEynfkmPNEsr+9jfbV2N97vBx+CAtQwLqz0amlUVG2A=
+SIZE (the_silver_searcher-0.32.0.tar.gz) = 179724
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   20 Sep 2013 14:40:09 -  1.2
+++ pkg/PLIST   17 May 2016 07:51:20 -
@@ -3,4 +3,4 @@
 @man man/man1/ag.1
 share/bash-completion/
 share/bash-completion/completions/
-share/bash-completion/completions/ag
+share/bash-completion/completions/ag.bashcomp.sh



UPDATE: the_silver_searcher to 0.31.0

2015-09-18 Thread Florian Stinglmayr
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
--- Makefile17 May 2015 13:58:42 -  1.17
+++ Makefile18 Sep 2015 14:23:54 -
@@ -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
--- distinfo17 May 2015 13:58:42 -  1.16
+++ distinfo18 Sep 2015 14:23:54 -
@@ -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_sh20 Sep 2013 12:46:59 -  1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -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.origThu 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



UPDATE: the_silver_searcher to 0.30.0

2015-05-17 Thread Florian Stinglmayr
Hi list,

a small update to the_silver_searcher to the newest version 0.30.0.
Small bugfixes all around and it seems to work fine on amd64.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile9 Feb 2015 20:56:44 -   1.16
+++ Makefile17 May 2015 11:29:12 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.29.1
+DISTNAME = the_silver_searcher-0.30.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.15
diff -u -p -r1.15 distinfo
--- distinfo9 Feb 2015 20:56:44 -   1.15
+++ distinfo17 May 2015 11:29:12 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.29.1.tar.gz) = 
11Y1ziQTCJ6BYSCsj9uzduNPI1UhJ2cLcgcSbWyc2Ao=
-SIZE (the_silver_searcher-0.29.1.tar.gz) = 174309
+SHA256 (the_silver_searcher-0.30.0.tar.gz) = 
tL+eUL9IvF/eJ/w4b3vK2GRO8VoXTIYqEIE+gb0Sfmk=
+SIZE (the_silver_searcher-0.30.0.tar.gz) = 177418



UPDATE: the_silver_searcher

2015-02-09 Thread Florian Stinglmayr
Hi list,

a small and minor update for the_silver_searcher to the latest version
0.29.1. It adds mostly minor things like:

 * Support for --one-device
 * Vala language detection
 * Better error description when passing incorrect regular expression
   patterns.

Works well on amd64.

Have fun,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- Makefile26 Dec 2014 16:06:02 -  1.15
+++ Makefile9 Feb 2015 17:47:15 -
@@ -2,7 +2,7 @@

 COMMENT =  code searching tool, with a focus on speed (ag)

-DISTNAME = the_silver_searcher-0.28.0
+DISTNAME = the_silver_searcher-0.29.1
 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.14
diff -u -p -u -r1.14 distinfo
--- distinfo26 Dec 2014 16:06:02 -  1.14
+++ distinfo9 Feb 2015 17:47:15 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.28.0.tar.gz) = 
nF76rk7nv7Dkai+Q7ap8VQl5k4x+bQNaLk2Gn4iZCAc=
-SIZE (the_silver_searcher-0.28.0.tar.gz) = 172632
+SHA256 (the_silver_searcher-0.29.1.tar.gz) = 
11Y1ziQTCJ6BYSCsj9uzduNPI1UhJ2cLcgcSbWyc2Ao=
+SIZE (the_silver_searcher-0.29.1.tar.gz) = 174309



UPDATE: the_silver_searcher

2014-12-26 Thread Florian Stinglmayr
Hi,

just a small update for the_silver_searcher. Seems to work
fine on my end (TM).

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile6 Dec 2014 18:01:00 -   1.14
+++ Makefile26 Dec 2014 10:36:03 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.27.0
+DISTNAME = the_silver_searcher-0.28.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.13
diff -u -p -u -r1.13 distinfo
--- distinfo6 Dec 2014 18:01:00 -   1.13
+++ distinfo26 Dec 2014 10:36:03 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.27.0.tar.gz) = 
MhcoWDheK4vqTJFXKjgVNo5YJTlYX9mOccVLQd4YoGo=
-SIZE (the_silver_searcher-0.27.0.tar.gz) = 171850
+SHA256 (the_silver_searcher-0.28.0.tar.gz) = 
nF76rk7nv7Dkai+Q7ap8VQl5k4x+bQNaLk2Gn4iZCAc=
+SIZE (the_silver_searcher-0.28.0.tar.gz) = 172632



UPDATE: the_silver_searcher

2014-10-27 Thread Florian Stinglmayr
Hi list,

attached is an update for the_silver_searcher to version 0.26.
It includes a bugfix regarding absolute paths, and also support
for markdown files in the file type parameter.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile13 Oct 2014 15:04:11 -  1.12
+++ Makefile27 Oct 2014 18:41:03 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.25.0
+DISTNAME = the_silver_searcher-0.26.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.11
diff -u -r1.11 distinfo
--- distinfo13 Oct 2014 15:04:11 -  1.11
+++ distinfo27 Oct 2014 18:41:03 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.25.0.tar.gz) = 
5Q9K9sz93q3hMM6I4HuOUUXsXXECGVzXuw/4b53YG3Q=
-SIZE (the_silver_searcher-0.25.0.tar.gz) = 170912
+SHA256 (the_silver_searcher-0.26.0.tar.gz) = 
OBf8VExzUtiK0pz2sLJHvDIU+E32Ybg8FU+d6G6fOv8=
+SIZE (the_silver_searcher-0.26.0.tar.gz) = 170949



Re: UPDATE: the_silver_searcher

2014-10-27 Thread Stuart Henderson
On 2014/10/27 19:44, Florian Stinglmayr wrote:
 Hi list,
 
 attached is an update for the_silver_searcher to version 0.26.
 It includes a bugfix regarding absolute paths, and also support
 for markdown files in the file type parameter.
 
 Regards,
 Florian

First time I ran this to test, I hit this ...

Loaded symbols for /usr/libexec/ld.so
#0  0x014e31156454 in strlen (
str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
at /usr/src/lib/libc/string/strlen.c:39
39  for (s = str; *s; ++s)
(gdb) bt
#0  0x014e31156454 in strlen (
str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
at /usr/src/lib/libc/string/strlen.c:39
#1  0x014e31146738 in __vfprintf (fp=0x7f7c4080, 
fmt0=0x14b38e0b963 %s/%s, ap=Variable ap is not available.
) at /usr/src/lib/libc/stdio/vfprintf.c:880
#2  0x014e310e74ac in vasprintf (str=0x7f7c4238, 
fmt=0x14b38e0b963 %s/%s, ap=0x7f7c4140)
at /usr/src/lib/libc/stdio/vasprintf.c:40
#3  0x014b38d0a3f6 in search_file_worker () from /usr/local/bin/ag
#4  0x014b38d046e2 in ?? () from /usr/local/bin/ag
#5  0x014b38d04b8d in filename_filter () from /usr/local/bin/ag
#6  0x014b38d081e5 in filename_filter () from /usr/local/bin/ag
#7  0x014b38d09223 in filename_filter () from /usr/local/bin/ag
#8  0x014b38d0b749 in search_file_worker () from /usr/local/bin/ag
#9  0x014b38d04371 in ?? () from /usr/local/bin/ag
#10 0x in ?? ()
(gdb) x/16x str
0x14d895449dd:  0xdfd0d0d0  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d895449ed:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d895449fd:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d89544a0d:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf

0xd0, 0xdf - malloc junk. I think somebody else mentioned this before
too ... checks backlog ah yes it was doug@.

I didn't hit it on a retry. Looks like a race...




Re: UPDATE: the_silver_searcher

2014-10-27 Thread Florian Stinglmayr

On 27.10.2014 20:42, Stuart Henderson wrote:

On 2014/10/27 19:44, Florian Stinglmayr wrote:

Hi list,

attached is an update for the_silver_searcher to version 0.26.
It includes a bugfix regarding absolute paths, and also support
for markdown files in the file type parameter.

Regards,
Florian


First time I ran this to test, I hit this ...

Loaded symbols for /usr/libexec/ld.so
#0  0x014e31156454 in strlen (
 str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
 at /usr/src/lib/libc/string/strlen.c:39
39  for (s = str; *s; ++s)
(gdb) bt
#0  0x014e31156454 in strlen (
 str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
 at /usr/src/lib/libc/string/strlen.c:39
#1  0x014e31146738 in __vfprintf (fp=0x7f7c4080,
 fmt0=0x14b38e0b963 %s/%s, ap=Variable ap is not available.
) at /usr/src/lib/libc/stdio/vfprintf.c:880
#2  0x014e310e74ac in vasprintf (str=0x7f7c4238,
 fmt=0x14b38e0b963 %s/%s, ap=0x7f7c4140)
 at /usr/src/lib/libc/stdio/vasprintf.c:40
#3  0x014b38d0a3f6 in search_file_worker () from /usr/local/bin/ag
#4  0x014b38d046e2 in ?? () from /usr/local/bin/ag
#5  0x014b38d04b8d in filename_filter () from /usr/local/bin/ag
#6  0x014b38d081e5 in filename_filter () from /usr/local/bin/ag
#7  0x014b38d09223 in filename_filter () from /usr/local/bin/ag
#8  0x014b38d0b749 in search_file_worker () from /usr/local/bin/ag
#9  0x014b38d04371 in ?? () from /usr/local/bin/ag
#10 0x in ?? ()
(gdb) x/16x str
0x14d895449dd:  0xdfd0d0d0  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d895449ed:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d895449fd:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf
0x14d89544a0d:  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf  0xdfdfdfdf

0xd0, 0xdf - malloc junk. I think somebody else mentioned this before
too ... checks backlog ah yes it was doug@.

I didn't hit it on a retry. Looks like a race...



Thanks for the report, I will try to debug it tomorrow to see if I can 
find and fix it.


Regards,
Florian



Re: UPDATE: the_silver_searcher

2014-10-27 Thread Stuart Henderson
btw, I should have done a 'thread apply all bt'; inline below.
I still have the core dump if there's anything you'd like me to poke
in there (sorry I don't have symbols). No special options; it was
just something along the lines of ag blah /usr/src.



#0  0x014e31156454 in strlen (
str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
at /usr/src/lib/libc/string/strlen.c:39
39  for (s = str; *s; ++s)
(gdb) thread apply all bt

Thread 4 (process 7821):
#0  0x014e31107e3a in _thread_sys___thrsleep () at stdin:2
#1  0x014e2eb2b928 in pthread_cond_wait (condp=0x14b39f0, 
mutexp=Variable mutexp is not available.
)
at /usr/src/lib/librthread/rthread_sync.c:501
#2  0x014b38d09c73 in search_file_worker () from /usr/local/bin/ag
#3  0x014e2eb2999e in _rthread_start (v=Variable v is not available.
)
at /usr/src/lib/librthread/rthread.c:145
#4  0x014e310e22fb in __tfork_thread ()
at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75
#5  0x in ?? ()
Current language:  auto; currently asm

Thread 3 (process 174):
#0  0x014e31107e3a in _thread_sys___thrsleep () at stdin:2
#1  0x014e2eb2b928 in pthread_cond_wait (condp=0x14b39f0, 
mutexp=Variable mutexp is not available.
)
at /usr/src/lib/librthread/rthread_sync.c:501
#2  0x014b38d09c73 in search_file_worker () from /usr/local/bin/ag
#3  0x014e2eb2999e in _rthread_start (v=Variable v is not available.
)
at /usr/src/lib/librthread/rthread.c:145
#4  0x014e310e22fb in __tfork_thread ()
at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75
#5  0x in ?? ()

---Type return to continue, or q return to quit--- 
Thread 2 (process 15966):
#0  0x014e31107e3a in _thread_sys___thrsleep () at stdin:2
#1  0x014e2eb2b928 in pthread_cond_wait (condp=0x14b39f0, 
mutexp=Variable mutexp is not available.
)
at /usr/src/lib/librthread/rthread_sync.c:501
#2  0x014b38d09c73 in search_file_worker () from /usr/local/bin/ag
#3  0x014e2eb2999e in _rthread_start (v=Variable v is not available.
)
at /usr/src/lib/librthread/rthread.c:145
#4  0x014e310e22fb in __tfork_thread ()
at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75
#5  0x in ?? ()

Thread 1 (process 1919):
#0  0x014e31156454 in strlen (
str=0x14d895449dd ÐÐÐ, 'ß' repeats 197 times...)
at /usr/src/lib/libc/string/strlen.c:39
#1  0x014e31146738 in __vfprintf (fp=0x7f7c4080, 
fmt0=0x14b38e0b963 %s/%s, ap=Variable ap is not available.
) at /usr/src/lib/libc/stdio/vfprintf.c:880
#2  0x014e310e74ac in vasprintf (str=0x7f7c4238, 
fmt=0x14b38e0b963 %s/%s, ap=0x7f7c4140)
at /usr/src/lib/libc/stdio/vasprintf.c:40
#3  0x014b38d0a3f6 in search_file_worker () from /usr/local/bin/ag
#4  0x014b38d046e2 in ?? () from /usr/local/bin/ag
#5  0x014b38d04b8d in filename_filter () from /usr/local/bin/ag
---Type return to continue, or q return to quit---
#6  0x014b38d081e5 in filename_filter () from /usr/local/bin/ag
#7  0x014b38d09223 in filename_filter () from /usr/local/bin/ag
#8  0x014b38d0b749 in search_file_worker () from /usr/local/bin/ag
#9  0x014b38d04371 in ?? () from /usr/local/bin/ag
#10 0x in ?? ()
Current language:  auto; currently c




UPDATE: the_silver_searcher

2014-09-10 Thread Florian Stinglmayr
Hi list,

down below is an update for the silver searcher to 0.24.1. The biggest
change is that smart casing is now the default. It's nice, but it
differs from the behaviour of 'ack'.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile6 Jul 2014 21:00:41 -   1.10
+++ Makefile10 Sep 2014 18:20:26 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.23.0
+DISTNAME = the_silver_searcher-0.24.1
 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.9
diff -u -r1.9 distinfo
--- distinfo6 Jul 2014 21:00:41 -   1.9
+++ distinfo10 Sep 2014 18:20:26 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.23.0.tar.gz) = 
zQ8J6tVNxabsmBU5Bqdpt4B/2Hp4aFzCRXFYU+wSr6g=
-SIZE (the_silver_searcher-0.23.0.tar.gz) = 168852
+SHA256 (the_silver_searcher-0.24.1.tar.gz) = 
tbtNLWi3oRR4TXgVQ+ZR9HGGOpVwD5mPFW3FEoraLCA=
+SIZE (the_silver_searcher-0.24.1.tar.gz) = 169323



Update: the_silver_searcher 0.19.2

2014-02-06 Thread Florian Stinglmayr
Hi list,

just a minor update for the_silver_searcher to 0.19.2. This includes a
small bug fix related to result output.

Okay?

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile23 Jan 2014 18:14:35 -  1.6
+++ Makefile6 Feb 2014 16:44:54 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.19.1
+DISTNAME = the_silver_searcher-0.19.2
 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.5
diff -u -r1.5 distinfo
--- distinfo23 Jan 2014 18:14:35 -  1.5
+++ distinfo6 Feb 2014 16:44:54 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.19.1.tar.gz) = 
8NPJ35F9WF1P4kVycJ7w+RjT+B59d6pdt324Z/sBfWc=
-SIZE (the_silver_searcher-0.19.1.tar.gz) = 134140
+SHA256 (the_silver_searcher-0.19.2.tar.gz) = 
/fjTfm05y5c2NhFDH7w8EB1jwrHytPUnVG+6g1N7+os=
+SIZE (the_silver_searcher-0.19.2.tar.gz) = 133152



Update: the_silver_searcher to version 0.19.1

2014-01-23 Thread Florian Stinglmayr
Hi,

attached is a simple update for the_silver_searcher to 0.19.1.
Not many new features just a rather important bugfix:

 * -i before -g or -G is now handled properly.

Seems to works fine on i386. Thoughts?

Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- Makefile6 Nov 2013 21:56:49 -   1.5
+++ Makefile23 Jan 2014 17:12:20 -
@@ -2,11 +2,11 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.18.1
+DISTNAME = the_silver_searcher-0.19.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
-MAINTAINER =   Florian Stinglmayr fstinglm...@gmail.com
+MAINTAINER =   Florian Stinglmayr flor...@n0la.org
 
 # Apache 2.0
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- distinfo6 Nov 2013 21:56:49 -   1.4
+++ distinfo23 Jan 2014 17:12:20 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.18.1.tar.gz) = 
M8V/z49R3sMAi8maXLJpv4BDmglkJHAnJslsd8MAUDk=
-SIZE (the_silver_searcher-0.18.1.tar.gz) = 132413
+SHA256 (the_silver_searcher-0.19.1.tar.gz) = 
8NPJ35F9WF1P4kVycJ7w+RjT+B59d6pdt324Z/sBfWc=
+SIZE (the_silver_searcher-0.19.1.tar.gz) = 134140



Re: UPDATE: the_silver_searcher to 0.17

2013-10-09 Thread Florian Stinglmayr
On Mon, Sep 30, 2013 at 05:56:19PM +0200, Florian Stinglmayr wrote:
 Hi list,

 attached is a patch to update the_silver_searcher to 0.17. Upstream does
 now provide proper release tarballs (so no more configure required), yet
 the bash completion script still goes in the wrong place.

 OK?

Ping?



Re: UPDATE: the_silver_searcher to 0.17

2013-10-09 Thread Stuart Henderson
On 2013/10/09 22:11, Florian Stinglmayr wrote:
 On Mon, Sep 30, 2013 at 05:56:19PM +0200, Florian Stinglmayr wrote:
  Hi list,
 
  attached is a patch to update the_silver_searcher to 0.17. Upstream does
  now provide proper release tarballs (so no more configure required), yet
  the bash completion script still goes in the wrong place.
 
  OK?
 
 Ping?
 

This was commited ~10 days ago.



UPDATE: the_silver_searcher to 0.17

2013-09-30 Thread Florian Stinglmayr
Hi list,

attached is a patch to update the_silver_searcher to 0.17. Upstream does
now provide proper release tarballs (so no more configure required), yet
the bash completion script still goes in the wrong place.

OK?

Regards,
Florian


Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile20 Sep 2013 14:40:09 -  1.2
+++ Makefile30 Sep 2013 15:38:33 -
@@ -1,10 +1,8 @@
 # $OpenBSD: Makefile,v 1.2 2013/09/20 14:40:09 bcallah Exp $
 
-V =0.16
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-${V}
-DISTFILES =the_silver_searcher-${V}.tar.gz{${V}.tar.gz}
+DISTNAME = the_silver_searcher-0.17
 REVISION = 0
 CATEGORIES =   textproc
 
@@ -16,10 +14,7 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 WANTLIB += c lzma pcre pthread z
 
-MASTER_SITES = https://github.com/ggreer/the_silver_searcher/archive/
-
-BUILD_DEPENDS =${MODGNU_AUTOCONF_DEPENDS} \
-   ${MODGNU_AUTOMAKE_DEPENDS}
+MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
 LIB_DEPENDS =  archivers/xz \
devel/pcre
@@ -28,14 +23,6 @@ CONFIGURE_STYLE =gnu
 CONFIGURE_ENV =CPPFLAGS=-I${LOCALBASE}/include
 
 NO_TEST =  YES
-
-AUTOCONF_VERSION = 2.69
-AUTOMAKE_VERSION = 1.11
-
-pre-configure:
-   cd ${WRKSRC}  \
-   ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
-   AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -i
 
 do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ag ${PREFIX}/bin/ag
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo20 Sep 2013 14:40:09 -  1.2
+++ distinfo30 Sep 2013 15:38:33 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.16.tar.gz) = 
K+JhsYp0rfQ1RRVUSn57/blwAFzh8Px49WpoAeYprac=
-SIZE (the_silver_searcher-0.16.tar.gz) = 45953
+SHA256 (the_silver_searcher-0.17.tar.gz) = 
y7cugGUTnfMvVnHxIcTUuHuDATpNia134zpHmoHWgUM=
+SIZE (the_silver_searcher-0.17.tar.gz) = 130524