summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-04-19 18:30:40 +0000
committerwiedi <wiedi@pkgsrc.org>2019-04-19 18:30:40 +0000
commit706ad3128b2ddd8b54006bc1c03ecb1a7d634597 (patch)
treee15a28a55c7c0d7181082c0c77bf553eb2b16f83 /editors/nano/Makefile
parentb78f7c747e260023e53c4e3823c0677f3c473667 (diff)
downloadpkgsrc-706ad3128b2ddd8b54006bc1c03ecb1a7d634597.tar.gz
nano: update to 4.1
2019.04.15 - GNU nano 4.1 "Qué corchos será eso?" • By default, a newline character is again automatically added at the end of a buffer, to produce valid POSIX text files by default, but also to get back the easy adding of text at the bottom. • The now unneeded option --finalnewline (-f) has been removed. • Syntax files are read in alphabetical order when globbing, so that the precedence of syntaxes becomes predictable. • In the C syntax, preprocessor directives are highlighted differently. • M-S now toggles soft wrapping, and M-N toggles line numbers. • The jumpy-scrolling toggle has been removed. • The legacy keystrokes ^W^Y and ^W^V are recognized again. • Executing an external command is disallowed when in view mode. • Problems with resizing during external or speller commands were fixed.
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 777fec85e5e..f0a2fb5332f 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2019/04/01 10:26:42 wiedi Exp $
+# $NetBSD: Makefile,v 1.80 2019/04/19 18:30:40 wiedi Exp $
-DISTNAME= nano-4.0
-PKGREVISION= 1
+DISTNAME= nano-4.1
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz