pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   schwarz
Date:           Sat May 23 20:07:07 UTC 2020

Modified Files:
        pkgsrc/doc: CHANGES-2020
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
updated editors/nano to 4.9.3
Changes between v4.9.2 and v4.9.3:
Benno Schulenberg (6):
     bump version numbers and add a news item for the 4.9.3 release
     counting: count words correctly also when --wordchars is used
     display: do not try to draw content when there is no open buffer yet
     feedback: skip wiping the prompt bar when the shortcut printed a message
     po: update translations and regenerate POT file and PO files
     prompt: at Yes-No, do not treat a screen resize as an invalid keystroke


To generate a diff of this commit:
cvs rdiff -u -r1.3132 -r1.3133 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.87 -r1.88 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.58 -r1.59 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/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.3132 pkgsrc/doc/CHANGES-2020:1.3133
--- pkgsrc/doc/CHANGES-2020:1.3132      Sat May 23 20:02:50 2020
+++ pkgsrc/doc/CHANGES-2020     Sat May 23 20:07:07 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.3132 2020/05/23 20:02:50 adam Exp $
+$NetBSD: CHANGES-2020,v 1.3133 2020/05/23 20:07:07 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -5013,3 +5013,4 @@ Changes to the packages collection and i
        Updated audio/audacity to 2.4.1 [nia 2020-05-23]
        Updated audio/din to 47 [fox 2020-05-23]
        Added databases/py-pypika version 0.37.6 [adam 2020-05-23]
+       Updated editors/nano to 4.9.3 [schwarz 2020-05-23]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.87 pkgsrc/editors/nano/Makefile:1.88
--- pkgsrc/editors/nano/Makefile:1.87   Sun Apr 12 14:41:14 2020
+++ pkgsrc/editors/nano/Makefile        Sat May 23 20:07:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2020/04/12 14:41:14 schwarz Exp $
+# $NetBSD: Makefile,v 1.88 2020/05/23 20:07:07 schwarz Exp $
 
-DISTNAME=      nano-4.9.2
+DISTNAME=      nano-4.9.3
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.58 pkgsrc/editors/nano/distinfo:1.59
--- pkgsrc/editors/nano/distinfo:1.58   Sun Apr 12 14:41:14 2020
+++ pkgsrc/editors/nano/distinfo        Sat May 23 20:07:07 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.58 2020/04/12 14:41:14 schwarz Exp $
+$NetBSD: distinfo,v 1.59 2020/05/23 20:07:07 schwarz Exp $
 
-SHA1 (nano-4.9.2.tar.xz) = 5da9831a1c57f225094d1475479f84b325f68c19
-RMD160 (nano-4.9.2.tar.xz) = b56a2194b6fdd11ccbbbe10a924b5be18f4a7483
-SHA512 (nano-4.9.2.tar.xz) = 532f706ec0797247f59283f93de7858fb8b66ca4eabc020218cc912f893c354ff79a4c828a16f89146d7a512dd5046009c8118f0a1726718cd32275ca2c095cf
-Size (nano-4.9.2.tar.xz) = 1517276 bytes
+SHA1 (nano-4.9.3.tar.xz) = f5b19da32f6effc00cc997cc67e88737e333c783
+RMD160 (nano-4.9.3.tar.xz) = 9503a444629033c1b46a1a90c83c920222009e21
+SHA512 (nano-4.9.3.tar.xz) = eefb88d7141f0c542a2d9b34fc8a079a92e512df0e9dbadcb3d780008ae19faf10296213ecdbf370fa8b81f5f3e81e2d419f5f76e62d669e61997d199a96ba18
+Size (nano-4.9.3.tar.xz) = 1515384 bytes
 SHA1 (patch-configure) = 20c1525ba2b762d851a2938d1cce4b128985a0b8



Home | Main Index | Thread Index | Old Index