diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-01-22 02:04:15 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-01-22 02:04:15 +0000 |
commit | deb66f7d00be48a6d5da14067f24de6c61c405bb (patch) | |
tree | bd4fdc2c2c345b0cabaa2fa3a299afdfdb3824c9 /editors/nano | |
parent | 21aa63786f455dce0ee87017686f2da95c903177 (diff) | |
download | pkgsrc-deb66f7d00be48a6d5da14067f24de6c61c405bb.tar.gz |
Update editors/nano to 2.7.4
2017.01.10 - GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
manner again (bug was introduced in previous version),
sets the preferred x position for vertical movements
more consistently, avoids some scrolling problems in
softwrap mode, installs the Info manual also when your
system lacks 'makeinfo', and corrects the behavior of
the beginning-of-word anchor (\<) in regex searches.
2016.12.28 - GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
your editor is now able to handle filenames that contain
newlines, avoids a brief flash of color when switching
between buffers that are governed by different syntaxes,
makes the Shift+Ctrl+Arrow keys select text again on a
Linux console, is more resistant against malformations
in the positionlog file, and does not crash when ^C is
typed on systems where it produces the code KEY_CANCEL.
Oh, and it no longer mistakenly warns about editing an
unlocked file just after saving a new one. That's it.
Tastes great with thick butter.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/PLIST | 6 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index ab7cd0144dd..4ba632fa5a3 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2016/12/14 23:41:16 wiedi Exp $ +# $NetBSD: Makefile,v 1.58 2017/01/22 02:04:15 wiedi Exp $ -DISTNAME= nano-2.7.2 +DISTNAME= nano-2.7.4 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.7/ @@ -34,7 +34,7 @@ INSTALLATION_DIRS+= share/examples/nano CONF_FILES+= share/examples/nano/nanorc ${PKG_SYSCONFDIR}/nanorc post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/nanorc.sample ${DESTDIR}${PREFIX}/share/examples/nano/nanorc + ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${DESTDIR}${PREFIX}/share/examples/nano/nanorc .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 6eb3a2f22c9..7e8b09e6e90 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,14 +1,12 @@ -@comment $NetBSD: PLIST,v 1.21 2016/11/04 21:24:22 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.22 2017/01/22 02:04:15 wiedi Exp $ bin/nano bin/rnano info/nano.info -man/fr/man1/nano.1 -man/fr/man1/rnano.1 -man/fr/man5/nanorc.5 man/man1/nano.1 man/man1/rnano.1 man/man5/nanorc.5 share/doc/nano/faq.html +share/doc/nano/nano.html share/examples/nano/nanorc share/locale/bg/LC_MESSAGES/nano.mo share/locale/ca/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 3db59427a73..dbdac355720 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.30 2016/12/14 23:41:16 wiedi Exp $ +$NetBSD: distinfo,v 1.31 2017/01/22 02:04:15 wiedi Exp $ -SHA1 (nano-2.7.2.tar.gz) = 8c98b788c42e80972515215c24a1026f6200daab -RMD160 (nano-2.7.2.tar.gz) = b819eb44adfa740e2f4f27233751433d9bc4903e -SHA512 (nano-2.7.2.tar.gz) = faff964fda141c925f04528bd1f759b7cc16aec4642549134ab199850bd21e5d0d42bc564ce13bd9660f24bb6d2e5790185c8652b416dcd042b6ac9085f2acff -Size (nano-2.7.2.tar.gz) = 2050098 bytes +SHA1 (nano-2.7.4.tar.gz) = 1c36a1c3e2f6d859462133d7f5504bc053faee93 +RMD160 (nano-2.7.4.tar.gz) = 60a4a696e0a26d561e289e0eef95912d634c1068 +SHA512 (nano-2.7.4.tar.gz) = 029fa2ef72a8762f376f1cfc3f4cdcabfcb226868e5c68c5980162333099f23e74e77da2dda66b4e70e2840b9a0e472db821248327b417b3cf5132093eeb80ee +Size (nano-2.7.4.tar.gz) = 2023560 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 |