diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-19 22:26:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-19 22:26:36 +0000 |
commit | 50bf07127194fcb7971483ed561626565ea6de8c (patch) | |
tree | 05d70e7e85a41e8a442a6148439766e126652946 /editors | |
parent | - Change size in NO_PACKAGE description to 715MB. (diff) |
- Update to 3.4
- 'Yes to All' and 'No to All' buttons in dialogs asking to save or
reload a file.
- Better shell script syntax highlighting.
- Bug fix: save did not report an error when saving a file with an
incompatible encoding.
- Bug fix: presentation of 'Find in files' result was broken since the
introduction of the docked window.
- Bug fix: GTK+: may crash when copying data (regression since unicode
release).
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 be789d5a4ba2..6712a0df5838 100644 --- a/editors/code-browser/Makefile +++ b/editors/code-browser/Makefile @@ -7,7 +7,7 @@ # PORTNAME= code-browser -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/editors/code-browser/distinfo b/editors/code-browser/distinfo index 8e0c74021e90..7307db059ea7 100644 --- a/editors/code-browser/distinfo +++ b/editors/code-browser/distinfo @@ -1,3 +1,3 @@ -MD5 (code-browser-3.3-src.tar.gz) = 92df25778dd1ab886cce94d98f95cfda -SHA256 (code-browser-3.3-src.tar.gz) = ff636d09e1236906fe3685518e94d1da9cfb715305b7791f514b6f88fd1eb8ba -SIZE (code-browser-3.3-src.tar.gz) = 721800 +MD5 (code-browser-3.4-src.tar.gz) = 2951a0fd132247b37b8e1eaf83aaba02 +SHA256 (code-browser-3.4-src.tar.gz) = 3bf41806624a21742e37bfe1265470fa3e51924385a232bfa25eab04ac1afdd7 +SIZE (code-browser-3.4-src.tar.gz) = 722856 |