diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-25 20:43:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-25 20:43:05 +0000 |
commit | 98129d2deb8229f761d88fb78623b984e195e465 (patch) | |
tree | 4b256e908199d9a56f0adb85a59fe46fb876aef2 | |
parent | 667da558a3faa2cb98eaf4071818fe53783435c0 (diff) | |
download | pkgsrc-98129d2deb8229f761d88fb78623b984e195e465.tar.gz |
global: update to 6.6.2.
Version 6.6.2 - February 9 2018
[INCOMPATIBLE CHANGES]
o gozilla: Deleted the following undocumented functions to reduce or eliminate
possibility of future security risks. These were inherently unnecessary as
source code tagging system.
$HOME/.gozillarc
Alias file. Please read the source code for details.
BUGS
Gozilla can accept not only source files but also text files,
directories, HTML files and even URLs, because it is omnivorous.
[FIXED BUGS]
o geco.rc: gecoless always failed with a message 'geco: percol, peco or fzf is required.'
Now, it works.
o gtags-cscope: did not accept function '9' in the line mode. This caused vim8 to hang.
Now it accepts function '9' and reports an error message.
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index da025c46037..4e1a2f5e8c7 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2018/01/10 09:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/02/25 20:43:05 wiz Exp $ -DISTNAME= global-6.6.1 +DISTNAME= global-6.6.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/distinfo b/devel/global/distinfo index 1cf5a7c7048..d9b2d6db152 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2018/01/10 09:51:57 wiz Exp $ +$NetBSD: distinfo,v 1.34 2018/02/25 20:43:05 wiz Exp $ -SHA1 (global-6.6.1.tar.gz) = d029c1a1a17713d301940b00a2b69dd75d45a232 -RMD160 (global-6.6.1.tar.gz) = c5fda1872f46cc6ff702986b29253490728d5ad4 -SHA512 (global-6.6.1.tar.gz) = 1382ab9bc1fa272559539942bda63e141b5fedac401d8c9cd0b691c9cdac6deba6c79f72cffc1759ff18ba42d95339d25fb5bf6f3625b60a932e1fd50b009d1d -Size (global-6.6.1.tar.gz) = 2961786 bytes +SHA1 (global-6.6.2.tar.gz) = 27099afac1784e7d75e221f659154662fc54e727 +RMD160 (global-6.6.2.tar.gz) = 8019fac9289211f903b39659ae7bc549a9e08340 +SHA512 (global-6.6.2.tar.gz) = 9a58e4c2128bd420068754a5f93a472efa7ce12589dc291ebc0b6f4af8e2a5113d47ffa6887fc61ed1d6370529ced55826f25b484ac16416bced99235c01d744 +Size (global-6.6.2.tar.gz) = 2937594 bytes |