Sat Nov 1 16:28:19 2014 UTC ()
Update to 0.26.0, provided by Jonathan Buschmann in PR 49352.

:: Release 0.26.0
Fixes for ignores
Add markdown filetype
Add filetype completion for bash completion
:: Release 0.25.0
--vimgrep option added
Add less filetype
Add --null option to provide input to 'xargs -0'
Case insensitive matching is now the default
Add swift filetype


(wiz)
diff -r1.5 -r1.6 pkgsrc/textproc/the_silver_searcher/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/the_silver_searcher/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/the_silver_searcher/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/the_silver_searcher/Makefile 2014/08/13 15:45:35 1.5
+++ pkgsrc/textproc/the_silver_searcher/Makefile 2014/11/01 16:28:18 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2014/08/13 15:45:35 schmonz Exp $ 1# $NetBSD: Makefile,v 1.6 2014/11/01 16:28:18 wiz Exp $
2 2
3DISTNAME= 0.24.1 3DISTNAME= 0.26.0
4PKGNAME= the_silver_searcher-${DISTNAME} 4PKGNAME= the_silver_searcher-${DISTNAME}
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= https://github.com/ggreer/the_silver_searcher/archive/ 6MASTER_SITES= https://github.com/ggreer/the_silver_searcher/archive/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/ggreer/the_silver_searcher 9HOMEPAGE= https://github.com/ggreer/the_silver_searcher
10COMMENT= Attempt to improve on ack, which itself is better than grep 10COMMENT= Attempt to improve on ack, which itself is better than grep
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 13WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
14 14
15DIST_SUBDIR= the_silver_searcher 15DIST_SUBDIR= the_silver_searcher
16 16

cvs diff -r1.4 -r1.5 pkgsrc/textproc/the_silver_searcher/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/the_silver_searcher/distinfo 2014/08/13 15:45:35 1.4
+++ pkgsrc/textproc/the_silver_searcher/distinfo 2014/11/01 16:28:18 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/08/13 15:45:35 schmonz Exp $ 1$NetBSD: distinfo,v 1.5 2014/11/01 16:28:18 wiz Exp $
2 2
3SHA1 (the_silver_searcher/0.24.1.tar.gz) = 9fa8f335089386319376393e0e630e2b8e41d373 3SHA1 (the_silver_searcher/0.26.0.tar.gz) = 5d57d5fa4c5b4f837d652ab179fe2afc4e2564de
4RMD160 (the_silver_searcher/0.24.1.tar.gz) = fc68da90dab459d03c241ded830f82e57a899736 4RMD160 (the_silver_searcher/0.26.0.tar.gz) = 5c2dccd2f02258a4f2fab124ff5d92770fb766f0
5Size (the_silver_searcher/0.24.1.tar.gz) = 58372 bytes 5Size (the_silver_searcher/0.26.0.tar.gz) = 60767 bytes