summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2018-06-12 11:55:50 +0000
committerwiedi <wiedi@pkgsrc.org>2018-06-12 11:55:50 +0000
commit4899cdba644a572614e4b56e25d17be90d744220 (patch)
treeeb0dd1bb68ad02c2f81c6a1a82f28908531644a5 /editors/nano/Makefile
parent1c1d3fde8e04a463a42eff01ef26f523b85d1e57 (diff)
downloadpkgsrc-4899cdba644a572614e4b56e25d17be90d744220.tar.gz
nano: update to 2.9.8
2018.06.02 - GNU nano 2.9.8 "Espresso" brings the ability to filter the buffer (or the marked region) through an external command (^R^X and prefix the command with the pipe symbol, "|"), is better at detecting and maintaining paragraphs, is able to justify //-style comments, fixes a crash when the binding of a key to a string lacks a closing quote, gives feedback about the number of lines written also when prepending or appending, and fixes a couple of bugs with the linter.
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 47c400bcb3d..42a00fbff16 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2018/05/15 15:14:10 wiedi Exp $
+# $NetBSD: Makefile,v 1.73 2018/06/12 11:55:50 wiedi Exp $
-DISTNAME= nano-2.9.7
+DISTNAME= nano-2.9.8
CATEGORIES= editors
MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz