diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-14 10:31:31 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-14 10:31:31 +0000 |
commit | 1048e9434325507235521774ebf5762749568281 (patch) | |
tree | b41a3076a587142130c004b34e78ce697e05ef1a /editors | |
parent | a95007e2081d3b2f6008a3503c1eca7a498228ad (diff) |
- Update to 3.8
This release adds the ability to define custom error patterns using regular
expressions in user tools and fixes a bug with the "Mark All" command.
Notes
Notes:
svn path=/head/; revision=230032
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code-browser/Makefile | 2 | ||||
-rw-r--r-- | editors/code-browser/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/code-browser/Makefile b/editors/code-browser/Makefile index 55715ee5707d..98ed1f471ef5 100644 --- a/editors/code-browser/Makefile +++ b/editors/code-browser/Makefile @@ -7,7 +7,7 @@ # PORTNAME= code-browser -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/editors/code-browser/distinfo b/editors/code-browser/distinfo index 876c762d160b..5718ba7d080f 100644 --- a/editors/code-browser/distinfo +++ b/editors/code-browser/distinfo @@ -1,3 +1,3 @@ -MD5 (code-browser-3.7-src.tar.gz) = 72dc969d410ab6fdce5cf4e17558310e -SHA256 (code-browser-3.7-src.tar.gz) = b45563fde4a6396071fcfd808c0d971e48fdd653aedc032fc703bf65a05cc0f8 -SIZE (code-browser-3.7-src.tar.gz) = 724320 +MD5 (code-browser-3.8-src.tar.gz) = bf904400d95e41839603daeaf38bb21d +SHA256 (code-browser-3.8-src.tar.gz) = 3b37612b34551d5ff8979883e5da86525021245d680495e2d8d72ad972687a38 +SIZE (code-browser-3.8-src.tar.gz) = 726387 |