pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Jan 22 02:04:15 UTC 2017

Modified Files:
        pkgsrc/editors/nano: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/nano/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/nano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.57 pkgsrc/editors/nano/Makefile:1.58
--- pkgsrc/editors/nano/Makefile:1.57   Wed Dec 14 23:41:16 2016
+++ pkgsrc/editors/nano/Makefile        Sun Jan 22 02:04:15 2017
@@ -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"

Index: pkgsrc/editors/nano/PLIST
diff -u pkgsrc/editors/nano/PLIST:1.21 pkgsrc/editors/nano/PLIST:1.22
--- pkgsrc/editors/nano/PLIST:1.21      Fri Nov  4 21:24:22 2016
+++ pkgsrc/editors/nano/PLIST   Sun Jan 22 02:04:15 2017
@@ -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

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.30 pkgsrc/editors/nano/distinfo:1.31
--- pkgsrc/editors/nano/distinfo:1.30   Wed Dec 14 23:41:16 2016
+++ pkgsrc/editors/nano/distinfo        Sun Jan 22 02:04:15 2017
@@ -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