diff options
author | wiedi <wiedi@pkgsrc.org> | 2021-04-29 18:44:14 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2021-04-29 18:44:14 +0000 |
commit | 01cefcc91a80bd0b14e571c6a3cd9dc827073ec1 (patch) | |
tree | a96ddaf39065e05f85864704de560caf4f0e39d6 /editors/nano | |
parent | cc1180ab3e14faf838ef2f7f47acb56b166a610d (diff) | |
download | pkgsrc-01cefcc91a80bd0b14e571c6a3cd9dc827073ec1.tar.gz |
nano: update to 5.7
2021.04.29 - GNU nano 5.7 "Toți ceilalți arau câmpurile"
• The output of --constantshow (without --minibar) is more stable.
• When opening multiple buffers and there is an error message, this
message is shown again upon first switch to the relevant buffer.
• The position and size of the indicator now follow actual lines,
instead of visual lines when in softwrap mode, meaning that the
size of the indicator can change when scrolling in softwrap mode.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index a77d55e4a62..e41ac068f7b 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2021/04/23 18:18:02 nia Exp $ +# $NetBSD: Makefile,v 1.98 2021/04/29 18:44:14 wiedi Exp $ -DISTNAME= nano-5.6.1 +DISTNAME= nano-5.7 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 784db38f863..13f1702488b 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2020/08/23 23:09:01 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.27 2021/04/29 18:44:14 wiedi Exp $ bin/nano bin/rnano info/nano.info @@ -23,6 +23,7 @@ share/locale/gl/LC_MESSAGES/nano.mo share/locale/hr/LC_MESSAGES/nano.mo share/locale/hu/LC_MESSAGES/nano.mo share/locale/id/LC_MESSAGES/nano.mo +share/locale/is/LC_MESSAGES/nano.mo share/locale/it/LC_MESSAGES/nano.mo share/locale/ja/LC_MESSAGES/nano.mo share/locale/ko/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 03aa4af9d2a..02540dc3c7f 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.66 2021/03/03 23:35:57 schwarz Exp $ +$NetBSD: distinfo,v 1.67 2021/04/29 18:44:14 wiedi Exp $ -SHA1 (nano-5.6.1.tar.xz) = 463aca6df6976d6f21fbec734ae7cf6024dc35c0 -RMD160 (nano-5.6.1.tar.xz) = 07c0114286fff8e1f9ec993d6732214c5079e4a1 -SHA512 (nano-5.6.1.tar.xz) = d33eed1a141a3325d5afb9157d5a3448d54a2e33fdee934d161553b7e705734d0244b6f3c826e5b0afb9db827ada915f2cebe756ca00bef8d605288922c520fc -Size (nano-5.6.1.tar.xz) = 1432720 bytes +SHA1 (nano-5.7.tar.xz) = ae19875914a31859ccd52cceaac344d275df2e49 +RMD160 (nano-5.7.tar.xz) = 982b29f6ff25fa26b8234ba4cdcad2c354808c6c +SHA512 (nano-5.7.tar.xz) = 7f604aff497afb01ea5ff31a3521c84ad225e420a61af2351f8705f5cca108c16a56e79ecf9cc1d6ea55b0818d11628a6e05d5269a593ceca5c01c18c88791dd +Size (nano-5.7.tar.xz) = 1447076 bytes SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a |