diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:34:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:34:33 +0000 |
commit | 5b08f57627e371da29ba4c2183903622b4249214 (patch) | |
tree | cdc43069fc445e8a70061026dda5ec85e5bfc3e8 /devel | |
parent | d0ee364512cbed6a1f6a0cad0a21d12b3417cc9a (diff) | |
download | pkgsrc-5b08f57627e371da29ba4c2183903622b4249214.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 04f899715bf..844bb64636f 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -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 --git a/devel/global/distinfo b/devel/global/distinfo index 76543edfedf..8c83bf0b1e0 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -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 |