diff options
author | schwarz <schwarz@pkgsrc.org> | 2020-05-23 20:07:07 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2020-05-23 20:07:07 +0000 |
commit | 1c927632e72acefd938603012fabd95d4199c696 (patch) | |
tree | e03292db5294e26886741370cc864cb467437615 /editors/nano | |
parent | 7ea5b4bd1781ae052aaccbec0eb31624ae568ec2 (diff) | |
download | pkgsrc-1c927632e72acefd938603012fabd95d4199c696.tar.gz |
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
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 8edd4f12944..07c243d8129 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -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 diff --git a/editors/nano/distinfo b/editors/nano/distinfo index bdfcf289806..498bbad6acf 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -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 |