Sun Feb 25 20:43:05 2018 UTC ()
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.


(wiz)
diff -r1.69 -r1.70 pkgsrc/devel/global/Makefile
diff -r1.33 -r1.34 pkgsrc/devel/global/distinfo

cvs diff -r1.69 -r1.70 pkgsrc/devel/global/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/global/Makefile 2018/01/10 09:51:57 1.69
+++ pkgsrc/devel/global/Makefile 2018/02/25 20:43:05 1.70
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.69 2018/01/10 09:51:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.70 2018/02/25 20:43:05 wiz Exp $
2 2
3DISTNAME= global-6.6.1 3DISTNAME= global-6.6.2
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GNU:=global/} 5MASTER_SITES= ${MASTER_SITE_GNU:=global/}
6 6
7MAINTAINER= uebayasi@NetBSD.org 7MAINTAINER= uebayasi@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/global/ 8HOMEPAGE= http://www.gnu.org/software/global/
9COMMENT= Source code tag system including web browser output 9COMMENT= Source code tag system including web browser output
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12GNU_CONFIGURE= YES 12GNU_CONFIGURE= YES
13CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 13CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
14CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q} 14CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q}
15 15
16INFO_FILES= YES 16INFO_FILES= YES

cvs diff -r1.33 -r1.34 pkgsrc/devel/global/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/global/distinfo 2018/01/10 09:51:57 1.33
+++ pkgsrc/devel/global/distinfo 2018/02/25 20:43:05 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2018/01/10 09:51:57 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2018/02/25 20:43:05 wiz Exp $
2 2
3SHA1 (global-6.6.1.tar.gz) = d029c1a1a17713d301940b00a2b69dd75d45a232 3SHA1 (global-6.6.2.tar.gz) = 27099afac1784e7d75e221f659154662fc54e727
4RMD160 (global-6.6.1.tar.gz) = c5fda1872f46cc6ff702986b29253490728d5ad4 4RMD160 (global-6.6.2.tar.gz) = 8019fac9289211f903b39659ae7bc549a9e08340
5SHA512 (global-6.6.1.tar.gz) = 1382ab9bc1fa272559539942bda63e141b5fedac401d8c9cd0b691c9cdac6deba6c79f72cffc1759ff18ba42d95339d25fb5bf6f3625b60a932e1fd50b009d1d 5SHA512 (global-6.6.2.tar.gz) = 9a58e4c2128bd420068754a5f93a472efa7ce12589dc291ebc0b6f4af8e2a5113d47ffa6887fc61ed1d6370529ced55826f25b484ac16416bced99235c01d744
6Size (global-6.6.1.tar.gz) = 2961786 bytes 6Size (global-6.6.2.tar.gz) = 2937594 bytes