summaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-03 15:00:12 +0000
committerwiz <wiz@pkgsrc.org>2005-10-03 15:00:12 +0000
commit9ecad91e80e82d49dc56901a1fbcb924b6add212 (patch)
tree2fab1a2990af601c1486b490cd103e7216072ac2 /devel/cscope/Makefile
parent1e90f859d444c283d875ce81d3144ffc724e5570 (diff)
downloadpkgsrc-9ecad91e80e82d49dc56901a1fbcb924b6add212.tar.gz
Update to 15.5:
(2003/08/14 - broeker) Cleaned up man page, INSTALL and TODO files. (2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none found. (2003/08/14 - broeker) New options --help and --version. (2003/06/12 - broeker) New option -v to output progress updates even in line mode. To be used by interface kscope. (2003/06/02 - broeker) Use the basename of files only to test for SCCS/RCS files in -R traversal. (2003/04/29 - broeker) Check that a src file is a regular file before trying to scan it. Change from S_IFDIR/S_IFREG bit tests to macros S_ISDIR/S_ISREG. (2003/03/05 - broeker) Remove '-y' option from pipe call to utility "sort". It's long since deprecated, and some modern versions will barf seeing it. (2003/03/02 - broeker) Don't restrict to 14 character filenames any longer. (2003/01/23 - broeker) Update to latest auto* tools. First step towards integration of GNOME GUI version. (2002/12/11 - broeker) Get rid of deprecated ={...} style actions in egrep.y. Use plain {...} instead. (2002/10/29 - broeker) Fix bug #588671: disprefs was still 0 if only 1 very long reference output shown by curses display. (2002/08/27 - broeker) Fix bug #600494: use mygetenv() for HOME, and provide a fall-back if it's not there.
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r--devel/cscope/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index a22ff47ce7e..c230861bf6e 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2005/09/20 03:52:01 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/10/03 15:00:12 wiz Exp $
-DISTNAME= cscope-15.4
-PKGREVISION= 4
+DISTNAME= cscope-15.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}