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 Nov 19 12:57:24 UTC 2017

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
nano: updated to 2.9.0

2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and
                replay keystrokes (M-: to start and stop recording, M-;
                to play the macro back), makes ^Q and ^S do something
                useful by default (^Q starts a backward search, and ^S
                saves the current file), changes ^W to start always a
                forward search, shows the number of open buffers (when
                more than one) in the title bar, no longer asks to press
                Enter when there are errors in an rc file, retires the
                options '--quiet' and 'set quiet' and 'set backwards',
                makes indenting and unindenting undoable, will look in
                $XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
                for the history files, adds a history stack for executed
                commands (^R^X), does not overwrite the position-history
                file of another nano, and fixes a score of tiny bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.38 -r1.39 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.66 pkgsrc/editors/nano/Makefile:1.67
--- pkgsrc/editors/nano/Makefile:1.66   Sun Sep  3 08:53:08 2017
+++ pkgsrc/editors/nano/Makefile        Sun Nov 19 12:57:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2017/09/03 08:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2017/11/19 12:57:24 wiedi Exp $
 
-DISTNAME=      nano-2.8.7
+DISTNAME=      nano-2.9.0
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.38 pkgsrc/editors/nano/distinfo:1.39
--- pkgsrc/editors/nano/distinfo:1.38   Wed Aug 30 10:21:58 2017
+++ pkgsrc/editors/nano/distinfo        Sun Nov 19 12:57:24 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2017/08/30 10:21:58 wiedi Exp $
+$NetBSD: distinfo,v 1.39 2017/11/19 12:57:24 wiedi Exp $
 
-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 (nano-2.9.0.tar.xz) = a7f0727ab596630e52ac3fc607d42d007512d113
+RMD160 (nano-2.9.0.tar.xz) = a26efbe30f7382c399eb577faeb6fe1e18401967
+SHA512 (nano-2.9.0.tar.xz) = df3fe37e4263a83176bd6c39eab92bcac0a1b7c7b00b1bbddd28d6b3ca8c556a3248de7125ce12cc8ff98cda7d475e227c5cd9a15a99956f3b7ab273ed396857
+Size (nano-2.9.0.tar.xz) = 1471420 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index