diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-08-30 10:21:58 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-08-30 10:21:58 +0000 |
commit | a76c95c034f5cce78c84b42eff12e8e70803a93d (patch) | |
tree | 17d632a9237f11001a6c691015052acf833bd803 /editors | |
parent | fc8dabbdb9904c8c488d4e3224db13704d46176e (diff) | |
download | pkgsrc-a76c95c034f5cce78c84b42eff12e8e70803a93d.tar.gz |
Update nano to 2.8.7
2017.08.27 - GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
wider than the screen, makes indenting + unindenting
more predictable by retaining relative indentations,
allows pasting (^U) at a prompt, allows triple quotes
in Python to not be followed by a character, does not
scroll three pages on a roll of the mouse wheel, binds
Alt+Up and Alt+Down to findprevious and findnext, and
fixes some hard-to-describe issues with softwrapping
and boundary-crossing tabs. Enjoy.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 358af930d84..b3c919532b2 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2017/08/05 01:35:49 wen Exp $ +# $NetBSD: Makefile,v 1.65 2017/08/30 10:21:58 wiedi Exp $ -DISTNAME= nano-2.8.6 +DISTNAME= nano-2.8.7 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 5478035dc2c..dd268a04df8 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2017/08/05 01:35:49 wen Exp $ +$NetBSD: distinfo,v 1.38 2017/08/30 10:21:58 wiedi Exp $ -SHA1 (nano-2.8.6.tar.xz) = 7a9ec834c3c26d25baabbeefedb64b665edac201 -RMD160 (nano-2.8.6.tar.xz) = c003358aeb3816d6bd71beb908720ef9a3013981 -SHA512 (nano-2.8.6.tar.xz) = 268ba5aef5ebfb7f553bc08281539df7a5fe58acdd9aaec0af4cf66b81a9e8b1b917b7e59bfc46bfe465eeccd4cdba7d673d552be8ac46ff778c3196a83226f1 -Size (nano-2.8.6.tar.xz) = 1463304 bytes +SHA1 (nano-2.8.7.tar.xz) = 34e1c01612a90c18e3612febc452565ded2ca42e +RMD160 (nano-2.8.7.tar.xz) = e4c18e8c41e54eab839a91ab199651b18fff481e +SHA512 (nano-2.8.7.tar.xz) = d7ef960d5178be64c17ba97729895564ab83583a6c4ccb19f870437f58aac4900c1de1a054963d87258f79956a03afa0ce94631891ec616096d120caed83a098 +Size (nano-2.8.7.tar.xz) = 1469384 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 |