diff options
author | naddy <naddy@FreeBSD.org> | 2005-05-21 05:36:52 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-05-21 05:36:52 +0800 |
commit | b7e3b5843d01d3984a69c9e588ac83c997d30ff9 (patch) | |
tree | 8cf722e1a55e0d0488337ef10da455129781503a /editors | |
parent | 9dced1d98dad03f77cee1638116e9d94df36afba (diff) | |
download | freebsd-ports-gnome-b7e3b5843d01d3984a69c9e588ac83c997d30ff9.tar.gz freebsd-ports-gnome-b7e3b5843d01d3984a69c9e588ac83c997d30ff9.tar.zst freebsd-ports-gnome-b7e3b5843d01d3984a69c9e588ac83c997d30ff9.zip |
Update to 1.2.5. From the change log:
This release includes fixes for segfault during filename completion,
justify on systems without regex.h, hangs when the input stream
goes away, and scrolling beyond COLS. Included are some new
keyboard sequences.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 6e3155cd0eba..2b4c38bfc461 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nano -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \ http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 0e1c7da58637..3e689c344c29 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,2 +1,2 @@ -MD5 (nano-1.2.4.tar.gz) = 2c513310ec5e8b63abaecaf48670ac7a -SIZE (nano-1.2.4.tar.gz) = 914302 +MD5 (nano-1.2.5.tar.gz) = f2b3efbf1cf356d736740d531b6b22c4 +SIZE (nano-1.2.5.tar.gz) = 911938 |