pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49352: Update the_silver_searcher to 0.26.0



>Number:         49352
>Category:       pkg
>Synopsis:       Update the_silver_searcher to 0.26.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 01 11:10:01 +0000 2014
>Originator:     Jonathan Buschmann
>Release:        HEAD
>Organization:
>Environment:
>Description:
Below you'll find the small patch that update the_silver_searcher to latest release 0.26.0 (also available here : https://gist.github.com/jonthn/f5bcdfc7df012335ec57)

I tried to list all the changes using 'git log'

:: 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
>How-To-Repeat:

>Fix:
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile
index 7dfd4d5..c33e635 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2014/08/13 15:45:35 schmonz Exp $
 
-DISTNAME=	0.24.1
+DISTNAME=	0.26.0
 PKGNAME=	the_silver_searcher-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/ggreer/the_silver_searcher/archive/
diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo
index 39b25b7..4e646e9 100644
--- a/textproc/the_silver_searcher/distinfo
+++ b/textproc/the_silver_searcher/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2014/08/13 15:45:35 schmonz Exp $
 
-SHA1 (the_silver_searcher/0.24.1.tar.gz) = 9fa8f335089386319376393e0e630e2b8e41d373
-RMD160 (the_silver_searcher/0.24.1.tar.gz) = fc68da90dab459d03c241ded830f82e57a899736
-Size (the_silver_searcher/0.24.1.tar.gz) = 58372 bytes
+SHA1 (the_silver_searcher/0.26.0.tar.gz) = 5d57d5fa4c5b4f837d652ab179fe2afc4e2564de
+RMD160 (the_silver_searcher/0.26.0.tar.gz) = 5c2dccd2f02258a4f2fab124ff5d92770fb766f0
+Size (the_silver_searcher/0.26.0.tar.gz) = 60767 bytes



Home | Main Index | Thread Index | Old Index