summaryrefslogtreecommitdiff
path: root/devel/global/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-01 10:08:27 +0000
committerwiz <wiz@pkgsrc.org>2014-12-01 10:08:27 +0000
commit6cf3bf97fc215242babd1e74832887aa6c3c89d2 (patch)
treebaa80ba48f9e441637fbcd358cc5f7fd57d8b608 /devel/global/Makefile
parent5cabe76b5355b31cb380309ac7cff56285a65e1e (diff)
downloadpkgsrc-6cf3bf97fc215242babd1e74832887aa6c3c89d2.tar.gz
Update to 6.3.3.
[CHANGES] New facilities: o Pygments plug-in parser: Support python 3. o gozilla: added support of OSX's default browser. Please set environment variable BROWSER to 'osx-default'. $ htags --suggest --map-file $ export BROWSER=osx-default $ gozilla +120 main.c # shows line 120 in main.c $ gozilla -d main # shows definitions of main() o vim74-gtags-cscope.patch: New patch for vim + gtags-cscope to treat file names which include spaces correctly. Please see README.PATCHES. Release for beta test: o Added --sqlite3 option which uses SQLite3 API instead of BSD/DB API for making tag files. If you will test the code then please do as follows: [configuration phase] $ ./configure --with-sqlite3 # use sqlite3 API [execution phase] $ gtags --sqlite3 # make sqlite3 tag files [FIXED BUGS] o gtags-cscope.vim: There was a calling to undefined function. Now it works.
Diffstat (limited to 'devel/global/Makefile')
-rw-r--r--devel/global/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 69127a99598..021e0f7508c 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2014/10/09 14:06:09 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2014/12/01 10:08:27 wiz Exp $
-DISTNAME= global-6.3.2
+DISTNAME= global-6.3.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=global/}