diff options
author | wiedi <wiedi> | 2015-07-08 21:23:43 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2015-07-08 21:23:43 +0000 |
commit | f54e8651dbb38985a0e02fb1bcadde0387006e88 (patch) | |
tree | 61e13dd46d0dfcaee3f6381062df61ea6c8826e1 /editors | |
parent | c67f37fbf433dee5c3f9b864216ed4d827fcae1d (diff) | |
download | pkgsrc-f54e8651dbb38985a0e02fb1bcadde0387006e88.tar.gz |
Update nano to 2.4.2
2015.07.05 - GNU nano 2.4.1 "Portorož" is released. This release
includes several fixes, including the ability to resize
when in modes other than the main editing window,
proper displaying of invalid UTF-8 bytes, new syntax
definitions for Elisp, Guile, and PostgreSQL, and
better display of shortcuts in the help menu and file
browser. Thanks for your patience and using nano!
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/PLIST | 5 | ||||
-rw-r--r-- | editors/nano/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 62fb2c1a5ae..f2a2995ada3 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.46 2015/06/05 01:32:38 wiedi Exp $ +# $NetBSD: Makefile,v 1.47 2015/07/08 21:23:43 wiedi Exp $ -DISTNAME= nano-2.4.1 +DISTNAME= nano-2.4.2 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.4/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= wiedi@frubar.net HOMEPAGE= http://www.nano-editor.org/ COMMENT= Small and friendly text editor (a free replacement for Pico) LICENSE= gnu-gpl-v3 diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 7d4f944fb70..aa37c423a5e 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2015/06/05 01:32:38 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.19 2015/07/08 21:23:43 wiedi Exp $ bin/nano bin/rnano info/nano.info @@ -50,10 +50,12 @@ share/nano/cmake.nanorc share/nano/css.nanorc share/nano/debian.nanorc share/nano/default.nanorc +share/nano/elisp.nanorc share/nano/fortran.nanorc share/nano/gentoo.nanorc share/nano/go.nanorc share/nano/groff.nanorc +share/nano/guile.nanorc share/nano/html.nanorc share/nano/java.nanorc share/nano/javascript.nanorc @@ -70,6 +72,7 @@ share/nano/patch.nanorc share/nano/perl.nanorc share/nano/php.nanorc share/nano/po.nanorc +share/nano/postgresql.nanorc share/nano/pov.nanorc share/nano/python.nanorc share/nano/ruby.nanorc diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 6b372a5e4ca..92905c05d0f 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/06/05 01:32:38 wiedi Exp $ +$NetBSD: distinfo,v 1.21 2015/07/08 21:23:43 wiedi Exp $ -SHA1 (nano-2.4.1.tar.gz) = 422958cb700cc8cedc9a6b5ec00bf968c0fa875e -RMD160 (nano-2.4.1.tar.gz) = 84bd54e50b5e8c6457d983dc7ef730b5a0303bf8 -Size (nano-2.4.1.tar.gz) = 1890805 bytes +SHA1 (nano-2.4.2.tar.gz) = bcf2bb3fcc04874cb38c52cfd8feebce61dd5e0a +RMD160 (nano-2.4.2.tar.gz) = 6a3d0569740c223230af6ae88f8ef0797402c4c2 +Size (nano-2.4.2.tar.gz) = 1898633 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 |