diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-04-20 16:08:20 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-04-20 16:08:20 +0000 |
commit | c864a8f39c651289a9352fa4a6e75692c4ae2624 (patch) | |
tree | dbc77716fa901be6a3a6a04011f5656a49c1b190 /devel/opengrok | |
parent | d6d174ab930ddbde7c25eed6c04e25959b87b896 (diff) | |
download | pkgsrc-c864a8f39c651289a9352fa4a6e75692c4ae2624.tar.gz |
OpenGrok 0.6.1.
Please see http://src.opensolaris.org/source/history/opengrok/trunk/ for the full change history, and for the list of contributors. The following is just a summary.
Bugs fixed:
* Bug #67: Duplicate magics in the analyzers
* Bug #546: IOException when viewing history for xref root in multi-project installation
* Bug #785: Indexer don't use the value specified with -m
* Bug #779: Add option to disable index optimization upon indexing
* Bug #829: create links to account details in annotate mode
* Bug #966: fails on directory names that contain a plus (+) character
* Bug #989: Can't reindex a subtree
* Bug #988: Make it possible to optimize the index without reingexing
* Bug #1007: Add URL friendly project handling
* Bug #1009: Economical mode generates suggestion database
* Bug #1057: double-colon in search pattern throws an error
Diffstat (limited to 'devel/opengrok')
-rw-r--r-- | devel/opengrok/Makefile | 4 | ||||
-rw-r--r-- | devel/opengrok/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 1c07aa96671..26b7f272aab 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/04/05 17:26:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2008/04/20 16:08:20 adrianp Exp $ # -DISTNAME= opengrok-0.6 +DISTNAME= opengrok-0.6.1 CATEGORIES= devel MASTER_SITES= http://www.opensolaris.org/os/project/opengrok/files/ diff --git a/devel/opengrok/distinfo b/devel/opengrok/distinfo index d89d5ee6d2b..b3c603e425d 100644 --- a/devel/opengrok/distinfo +++ b/devel/opengrok/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2008/04/05 17:26:37 adrianp Exp $ +$NetBSD: distinfo,v 1.4 2008/04/20 16:08:20 adrianp Exp $ -SHA1 (opengrok-0.6.tar.gz) = 603dadad42f08de1f48fc3c89edce4ed670af037 -RMD160 (opengrok-0.6.tar.gz) = c406c34fb04281515848975153b0c3f5c29cefbb -Size (opengrok-0.6.tar.gz) = 5030794 bytes +SHA1 (opengrok-0.6.1.tar.gz) = e323bbc6a5580317195c8856188e9987b4ed7fcb +RMD160 (opengrok-0.6.1.tar.gz) = d2a81ebb32c069393f67da3bc89e5265dff9616a +Size (opengrok-0.6.1.tar.gz) = 5067646 bytes SHA1 (patch-aa) = 22c1e946fc90f7cfbc05ad97541eb3bbc2c03cfe SHA1 (patch-ab) = a5bb3931713207adaa6303eb533c2cddc39b8fb0 |