pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nano Update editors/nano to 2.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da6facdb3148
branches:  trunk
changeset: 357503:da6facdb3148
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jan 22 02:04:15 2017 +0000

description:
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:

 editors/nano/Makefile |   6 +++---
 editors/nano/PLIST    |   6 ++----
 editors/nano/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r 024bd2769d53 -r da6facdb3148 editors/nano/Makefile
--- a/editors/nano/Makefile     Sun Jan 22 01:43:54 2017 +0000
+++ b/editors/nano/Makefile     Sun Jan 22 02:04:15 2017 +0000
@@ -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 @@
 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 -r 024bd2769d53 -r da6facdb3148 editors/nano/PLIST
--- a/editors/nano/PLIST        Sun Jan 22 01:43:54 2017 +0000
+++ b/editors/nano/PLIST        Sun Jan 22 02:04:15 2017 +0000
@@ -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 -r 024bd2769d53 -r da6facdb3148 editors/nano/distinfo
--- a/editors/nano/distinfo     Sun Jan 22 01:43:54 2017 +0000
+++ b/editors/nano/distinfo     Sun Jan 22 02:04:15 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index