mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Update to 2.0.5. Changes in this release:
This release fixes problems (including a segfault) when trying to open or save a file in a directory beginning with "~" that isn't a home directory. A problem where an unnamed file could be saved over an existing filename with no warning was fixed. Opening directories or device files is properly disallowed from "include" commands in nanorc files. A misleading prompt is no longer displayed when trying to save in restricted mode with the mark on. More keys are properly supported. This release also improves several color syntaxes to highlight trailing whitespace, and adds yet more minor documentation updates.
This commit is contained in:
parent
928ef32d7e
commit
a6a7099f88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190738
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nano
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ \
|
||||
http://www.ewtoo.org/~astyanax/nano/dist/v2.0/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nano-2.0.4.tar.gz) = 8118d8521e121a37d05f5647d2784fa8
|
||||
SHA256 (nano-2.0.4.tar.gz) = cf6e52b4e061c4cbf848f2247fe0aa76b795e958e621fb96da8b0c5a2c4ac001
|
||||
SIZE (nano-2.0.4.tar.gz) = 1313903
|
||||
MD5 (nano-2.0.5.tar.gz) = 8daee919fe29b4fd8213c9e2c021acc6
|
||||
SHA256 (nano-2.0.5.tar.gz) = 05c6ba153dc26febf5366b9d80ee47f412300548c73f0db62eade5fb4fd219d1
|
||||
SIZE (nano-2.0.5.tar.gz) = 1314895
|
||||
|
Loading…
Reference in New Issue
Block a user