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:           Mon Sep  9 16:04:17 UTC 2019

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
nano: update to 4.4

2019.08.25 - GNU nano 4.4 "Hagelslag"
• At startup, the cursor can be put on the first or last occurrence
  of a string by preceding the filename with +/string or +?string.
• When automatic hard-wrapping occurs (--breaklonglines), any leading
  quoting characters will be automatically copied to the new line.
• M-6 works again also when the cursor is at end of buffer.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.54 -r1.55 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.82 pkgsrc/editors/nano/Makefile:1.83
--- pkgsrc/editors/nano/Makefile:1.82   Sat Jul 13 09:58:15 2019
+++ pkgsrc/editors/nano/Makefile        Mon Sep  9 16:04:17 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2019/07/13 09:58:15 wiedi Exp $
+# $NetBSD: Makefile,v 1.83 2019/09/09 16:04:17 wiedi Exp $
 
-DISTNAME=      nano-4.3
+DISTNAME=      nano-4.4
 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.54 pkgsrc/editors/nano/distinfo:1.55
--- pkgsrc/editors/nano/distinfo:1.54   Sat Jul 13 09:58:15 2019
+++ pkgsrc/editors/nano/distinfo        Mon Sep  9 16:04:17 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2019/07/13 09:58:15 wiedi Exp $
+$NetBSD: distinfo,v 1.55 2019/09/09 16:04:17 wiedi Exp $
 
-SHA1 (nano-4.3.tar.xz) = 9f6c23bc2c9b510f19980a96f586a5ab9a2f84c6
-RMD160 (nano-4.3.tar.xz) = 77e86a97586b440a28751c3555a9c513a70e9e02
-SHA512 (nano-4.3.tar.xz) = 3b16b70bdd98ea92cef99dfe5ee859e198bdb1dfa44e25aa200362958f77f8127c7c66aaf204637b768f10b3ea6f45f41417359b2f2608fab28ee9041057bf4f
-Size (nano-4.3.tar.xz) = 1485776 bytes
+SHA1 (nano-4.4.tar.xz) = 572a76c882d7255d73d71ebd745f7f44059560db
+RMD160 (nano-4.4.tar.xz) = 7cac253215b45767722384258c534fadb6c6a89e
+SHA512 (nano-4.4.tar.xz) = 1bf3aff2f68ed2c9903dccfbdb23a4a127fb74543797e56459141a7a30a34c024bfd6f845788bbd990bf3c72721465ed2d66bb47a1b1c8257b2b6f29834e11ef
+Size (nano-4.4.tar.xz) = 1488452 bytes
 SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index