diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-18 15:27:54 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-18 15:27:54 +0000 |
commit | db4b399c7cfa578dcbcf178af2bc9c14116b8dae (patch) | |
tree | 05429f5ec221eeffdf6c8e6d79871884a073380e | |
parent | Remove this odd caracter at the end of the line (diff) |
Update to 2.26. Here are the most important NEWS:
* Some regexp-options has been changed to regexp-list-options. See NEWS.
* New option `ecb-history-exclude-file-regexps'.
* `ecb-expand-methods-nodes' works for non-semantic-buffers too.
* Readonly-sourcefiles are display in a different face.
PR: ports/70599
Submitted by: Dryice Liu (maintainer)
-rw-r--r-- | devel/ecb/Makefile | 2 | ||||
-rw-r--r-- | devel/ecb/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index def290eec29a..6f00d397f198 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecb -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ecb diff --git a/devel/ecb/distinfo b/devel/ecb/distinfo index b3aadf6c7f5c..d68a970015e8 100644 --- a/devel/ecb/distinfo +++ b/devel/ecb/distinfo @@ -1,2 +1,2 @@ -MD5 (ecb-2.25.tar.gz) = 7e388483cffbd56fb1687ea87184fe33 -SIZE (ecb-2.25.tar.gz) = 698671 +MD5 (ecb-2.26.tar.gz) = 89bea4c856b96a943e83f14ef650e753 +SIZE (ecb-2.26.tar.gz) = 707542 |