pkgsrc-Bugs archive

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

pkg/49719: Update pkgsrc package 'the_silver_searcher' to 0.29.1



>Number:         49719
>Category:       pkg
>Synopsis:       Update pkgsrc package 'the_silver_searcher' to 0.29.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 04 22:15:00 +0000 2015
>Originator:     Jonathan Buschmann
>Release:        
>Organization:
>Environment:
>Description:
The patch below update the package from 0.26 to 0.29.1

I tried to gather a changelog as you'll find below :

-- 0.29.1 8 feb. 2015

New file extension detection
Possible speed up on BSD-derived platforms, during filename filtering
Add --[no]filename
Standardize some options (e.g. --line-numbers and --no-numbers are now --[no]numbers)
More fixes for --only-matching
Add --one-device doesn't follow links to other devices
Add Vala file type
Probably 99% of ignores are in the root directory, optimize this case
Option -v/--invert-match turn off colors
Various fixes

-- 0.28 25 dec. 2014

Set processor affinity for worker threads, may result in 3-5% performance improvement for certain systems
Add Mercury file type
Support for -o (--only-matching)
Allow multiple file types at the same time
Allow unlimited depth
Add -F/--fixed-strings to be more compatible with 'grep' usage
Add extensions for OCaml files
Fix exit code
Fix bash completion

-- 0.27 15 nov. 2014

Search stdin if stdin is a regular file
Add --count/-c to count matches
Add -0 and --print0 options
Add Liquid filetype
Add Markdown support
>How-To-Repeat:

>Fix:
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile
index f6313b4..e2500e9 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.6 2014/11/01 16:28:18 wiz Exp $
 
-DISTNAME=      0.26.0
-PKGNAME=       the_silver_searcher-${DISTNAME}
+DISTNAME=      the_silver_searcher-0.29.1
 CATEGORIES=    textproc
-MASTER_SITES=  https://github.com/ggreer/the_silver_searcher/archive/
+MASTER_SITES=  -https://github.com/ggreer/the_silver_searcher/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ggreer/the_silver_searcher
diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo
index 83d97e1..b8667e8 100644
--- a/textproc/the_silver_searcher/distinfo
+++ b/textproc/the_silver_searcher/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.5 2014/11/01 16:28:18 wiz Exp $
 
-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
+SHA1 (the_silver_searcher/the_silver_searcher-0.29.1.tar.gz) = 128c27749b7166800c00879b427a117dd4a17804
+RMD160 (the_silver_searcher/the_silver_searcher-0.29.1.tar.gz) = 4b1d8d79ed242dc33d17ef90900112e0ebb485e9
+Size (the_silver_searcher/the_silver_searcher-0.29.1.tar.gz) = 65821 bytes



Home | Main Index | Thread Index | Old Index