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:           Wed Dec 14 23:41:16 UTC 2016

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
Update editors/nano to 2.7.2

2016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
                the ability to complete with one keystroke (^] by default)
                a fragment of a word to a full word existing elsewhere in
                the current buffer.  Besides, this release fixes two bugs
                related to using line numbers in softwrap mode, allows to
                use the PageUp and PageDown keys together with Shift on
                VTE-based terminals, stops the help lines from flickering
                during interactive replacing, makes a "set fill" override
                an earlier "set nowrap", properly restores the selected
                region after an external spell check, and improves a few
                other tidbits.  If you should find any more bugs, please
                run 'man nano | grep bugs' and report them there.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.29 -r1.30 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.56 pkgsrc/editors/nano/Makefile:1.57
--- pkgsrc/editors/nano/Makefile:1.56   Fri Nov  4 21:24:22 2016
+++ pkgsrc/editors/nano/Makefile        Wed Dec 14 23:41:16 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2016/11/04 21:24:22 wiedi Exp $
+# $NetBSD: Makefile,v 1.57 2016/12/14 23:41:16 wiedi Exp $
 
-DISTNAME=      nano-2.7.1
+DISTNAME=      nano-2.7.2
 CATEGORIES=    editors
 MASTER_SITES=  http://www.nano-editor.org/dist/v2.7/
 

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.29 pkgsrc/editors/nano/distinfo:1.30
--- pkgsrc/editors/nano/distinfo:1.29   Fri Nov  4 21:24:22 2016
+++ pkgsrc/editors/nano/distinfo        Wed Dec 14 23:41:16 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2016/11/04 21:24:22 wiedi Exp $
+$NetBSD: distinfo,v 1.30 2016/12/14 23:41:16 wiedi Exp $
 
-SHA1 (nano-2.7.1.tar.gz) = 5ad089d08e68dc7977f51403de6d7872686647af
-RMD160 (nano-2.7.1.tar.gz) = d52c3a621c6e557b99dc0ed9112136992430cfd6
-SHA512 (nano-2.7.1.tar.gz) = 4cd87ad4c19ac6dad6894b35f15ae6794da488a075a374687ae7e950194c355dbf2c120744af9185bd10f722ecf0780525be2525c3e396113ed61f2e64af7d26
-Size (nano-2.7.1.tar.gz) = 2032955 bytes
+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 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index