diff options
author | wiz <wiz> | 2012-12-08 23:51:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-12-08 23:51:04 +0000 |
commit | d0bfdd4b7339ba43d9f25537f503a2024fef9ea0 (patch) | |
tree | 7d801c2a7f5a76c96344884fee046877ee779d91 | |
parent | 6bd57e470381adb0fa2688ec6d760b977cc23611 (diff) | |
download | pkgsrc-d0bfdd4b7339ba43d9f25537f503a2024fef9ea0.tar.gz |
Update to 6.2.5:
Version 6.2.5 - November 16 2012
[CHANGES]
New facilities:
gtags.el: Now supports XEmacs again.
gtags.vim: New custom variable Dont_Jump_Automatically.
[BUG FIXED]
gtags: Now the following error does not occur.
'input buffer overflow, can't enlarge buffer because scanner uses REJECT'
gtags.el: 'gtags-parse-file' didn't expand the file name (tilde character => $HOME).
Now it works.
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/PLIST | 5 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index c3f70188063..ebeec913778 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2012/10/31 11:17:01 asau Exp $ +# $NetBSD: Makefile,v 1.34 2012/12/08 23:51:04 wiz Exp $ # -DISTNAME= global-6.2.4 +DISTNAME= global-6.2.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/PLIST b/devel/global/PLIST index e3dc8c51fd0..d386e2a28fc 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2012/10/12 13:31:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/12/08 23:51:04 wiz Exp $ bin/global bin/globash bin/gozilla @@ -17,6 +17,7 @@ man/man1/htags.1 share/gtags/AUTHORS share/gtags/BOKIN_MODEL share/gtags/BOKIN_MODEL_FAQ +share/gtags/BUILD_TOOLS share/gtags/COPYING share/gtags/ChangeLog share/gtags/DONORS @@ -38,6 +39,7 @@ share/gtags/gtags.conf share/gtags/gtags.el share/gtags/gtags.pl share/gtags/gtags.vim +share/gtags/head.in share/gtags/icons/back.png share/gtags/icons/bottom.png share/gtags/icons/c.png @@ -79,6 +81,7 @@ share/gtags/jquery/jquery.treeview.css share/gtags/jquery/jquery.treeview.js share/gtags/jscode_suggest.tmpl share/gtags/jscode_treeview.tmpl +share/gtags/mainpage.dox share/gtags/script/README share/gtags/script/elvis-global share/gtags/script/global-client diff --git a/devel/global/distinfo b/devel/global/distinfo index f8d96104f44..d5d7a3475fa 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/10/12 13:31:58 wiz Exp $ +$NetBSD: distinfo,v 1.11 2012/12/08 23:51:04 wiz Exp $ -SHA1 (global-6.2.4.tar.gz) = fff915079e7099de0174c47a1a8f6a5b870517d5 -RMD160 (global-6.2.4.tar.gz) = bd6a75c7b034e555f4d769438325e319c8fa5324 -Size (global-6.2.4.tar.gz) = 1224019 bytes +SHA1 (global-6.2.5.tar.gz) = f3095e5c2427b0af1715e2696bdf32bacb50b989 +RMD160 (global-6.2.5.tar.gz) = 74c877f494c33a345a59d83d1849a92d8fce579c +Size (global-6.2.5.tar.gz) = 1309270 bytes |