diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-23 18:56:09 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-23 18:56:09 +0800 |
commit | d1ab2ae3309c97a5de4f67702f706e5fc27562ea (patch) | |
tree | feee3f7c354b1074ae9f2bd44306f0c1762b2a33 /editors/leo | |
parent | a31b8627b3270c0c4aa7b9c7697d66af8010e641 (diff) | |
download | freebsd-ports-gnome-d1ab2ae3309c97a5de4f67702f706e5fc27562ea.tar.gz freebsd-ports-gnome-d1ab2ae3309c97a5de4f67702f706e5fc27562ea.tar.zst freebsd-ports-gnome-d1ab2ae3309c97a5de4f67702f706e5fc27562ea.zip |
- Update to 4.0.1 (bugfix release):
- Fixes several crashers.
- Fixes indentation for section references that are preceded by something
other than whitespace.
- Removes debugging traces when reading and writing unknown attributes.
- Removes some improperly cloned nodes from LeoDocs.leo.
- Adds the checkTopologyOfAllClones script.
- Fixes some problems with plugins.
Approved by: krion (implicit)
Diffstat (limited to 'editors/leo')
-rw-r--r-- | editors/leo/Makefile | 2 | ||||
-rw-r--r-- | editors/leo/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 5010621879e3..b74b4a12fe94 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leo -PORTVERSION= 4.0 +PORTVERSION= 4.0.1 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/leo/distinfo b/editors/leo/distinfo index ca1e8ca74c76..3b03dacf274e 100644 --- a/editors/leo/distinfo +++ b/editors/leo/distinfo @@ -1 +1 @@ -MD5 (leo/leo-4.0.zip) = cf7bfa9a317f0b5bf2e3c816222250e1 +MD5 (leo/leo-4.0.1.zip) = ef3756f8b6f15e5e17d9903d1fa9ea54 |