pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/global Update to 6.2.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1d116b003d8
branches:  trunk
changeset: 632522:c1d116b003d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:34:33 2014 +0000

description:
Update to 6.2.11:

Version 6.2.11 - March 12 2014

[CHANGES]
New facilities:
o global: New -S (--scope) <directory> option. This option prints only tags
  which exist under <directory>. It is similar to the -l option, but different
  from it in that you need not change directory.
o gtags: Now, the skip list allows glob file patterns (*, ?, [...], [!...], [^...]).
o gtags.conf: Added the following glob patterns to the skip list:
  *.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake
o gtags: Now, the -I option supports file list (-f option or gtags.files).
  Instead, idutils 4.5 or later is required.

[FIXED BUGS]
o global: With combination of the --invert-match and --literal, it does not match
  the last line of files. Now it works.
o global: Literal search with the -i option prints an unmatched tag in a certain
  kind of case. Now it works.
o global: 'global -cI' without argument causes segmentation fault.
  Now it works.

diffstat:

 devel/global/Makefile |  4 ++--
 devel/global/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 42160a9c4662 -r c1d116b003d8 devel/global/Makefile
--- a/devel/global/Makefile     Mon Mar 31 08:34:21 2014 +0000
+++ b/devel/global/Makefile     Mon Mar 31 08:34:33 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2014/01/27 20:20:02 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2014/03/31 08:34:33 wiz Exp $
 
-DISTNAME=      global-6.2.10
+DISTNAME=      global-6.2.11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=global/}
 
diff -r 42160a9c4662 -r c1d116b003d8 devel/global/distinfo
--- a/devel/global/distinfo     Mon Mar 31 08:34:21 2014 +0000
+++ b/devel/global/distinfo     Mon Mar 31 08:34:33 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2014/01/27 20:20:02 wiz Exp $
+$NetBSD: distinfo,v 1.17 2014/03/31 08:34:33 wiz Exp $
 
-SHA1 (global-6.2.10.tar.gz) = aeaa31fec3ab693e75f659ff526c15da7c85c0f9
-RMD160 (global-6.2.10.tar.gz) = 78119d9a927bc4e1bc0bbe84d3b5ed4aee5f8f7c
-Size (global-6.2.10.tar.gz) = 1366667 bytes
+SHA1 (global-6.2.11.tar.gz) = b0f50213680ec3288988354c34e3b3ae1a42719e
+RMD160 (global-6.2.11.tar.gz) = d51dc3fad79b24342020d745a4ba25fc2ece2112
+Size (global-6.2.11.tar.gz) = 1352628 bytes



Home | Main Index | Thread Index | Old Index