summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-12-26 15:14:41 +0000
committershell <shell@pkgsrc.org>2002-12-26 15:14:41 +0000
commit919c3b895c3aa3dc15c1b22c8a082e28eda482e7 (patch)
tree920dfeb60a60d754ba07842ef8739bcb2bd2d4e4 /editors/nano/Makefile
parent1a51c0a6e1821f89de9697aa4ac977666c19a145 (diff)
downloadpkgsrc-919c3b895c3aa3dc15c1b22c8a082e28eda482e7.tar.gz
Updated to nano-1.0.9
Changes : free_charptrarray, striponedir() - Plug some memory leaks (Steven Kneizys). read_file() - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70. - Reverse tests to stop segfault on editing a new file of 0 lines (David Benbennick). do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) do_gotoline() - Set placewewant if we actually move to a different line. nanogetstr() - Add NANO_HOME_KEY and NANO_END_KEY to the home and end key code (fixes BUG #69). bottombars(), onekey() - Make bottom list dynamic with screen size (Guus Sliepen & Chris). do_credits() - Add Thomas Dickey. strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems. Updated POs : no nb it fr uk gl
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index b9dff69c474..24929887382 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2002/11/30 23:32:22 salo Exp $
+# $NetBSD: Makefile,v 1.11 2002/12/26 15:14:41 shell Exp $
-DISTNAME= nano-1.0.8
+DISTNAME= nano-1.0.9
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
-MAINTAINER= shell@shellhung.org
+MAINTAINER= shell@netbsd.org
HOMEPAGE= http://www.nano-editor.org/
COMMENT= small and friendly text editor (a free replacement for Pico)