summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-08-27 10:37:50 +0000
committerryoon <ryoon@pkgsrc.org>2012-08-27 10:37:50 +0000
commitf64570e0a687777879276b0cb24e4e5cb912a406 (patch)
tree88b3584fd3e9c00712ee8a4c9b107133687b40ba /editors
parent84a944ee24d40069054cb6707d865f723125530b (diff)
downloadpkgsrc-f64570e0a687777879276b0cb24e4e5cb912a406.tar.gz
Update to 2.2.6
* Replace PKG_LEGACY_OPTS with PKG_OPTIONS_LEGACY_OPTS Changelog: 2010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to www.desertbus.org and donate a few bucks for the great Child's Play Charity! This is just a small release to update a bug where restricted mode was not particularly restricted since key bindings were introduced. It also signals the return of win32 builds which now feature nanorc support; please see the FAQ for details of how to enable it, this feature is a bit of a kludge for now. Remember that when all else fails, USE SPACE JUMP. 2010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available. This release includes slightly less restrictive checkng when writing files in strange environments (e.g. when being used out of crontab). For very strange situations (such as where you cannot change the permissions on the file you're writing, there is a new rc file option "allow_insecure_backup" to be even more permissive and allowing the write to proceed. Also included are some syntax highlighting updated, and that is about it. Keep fighting the good fight children.
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile5
-rw-r--r--editors/nano/PLIST7
-rw-r--r--editors/nano/distinfo8
-rw-r--r--editors/nano/options.mk4
4 files changed, 12 insertions, 12 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 10dc67123c6..6a641422b21 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2012/03/13 14:19:00 fhajny Exp $
+# $NetBSD: Makefile,v 1.43 2012/08/27 10:37:50 ryoon Exp $
-DISTNAME= nano-2.2.4
-PKGREVISION= 4
+DISTNAME= nano-2.2.6
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v2.2/
diff --git a/editors/nano/PLIST b/editors/nano/PLIST
index 1f080bad83a..81c457bd874 100644
--- a/editors/nano/PLIST
+++ b/editors/nano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2012/03/13 14:19:00 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.17 2012/08/27 10:37:50 ryoon Exp $
bin/nano
bin/rnano
info/nano.info
@@ -8,6 +8,7 @@ man/fr/man5/nanorc.5
man/man1/nano.1
man/man1/rnano.1
man/man5/nanorc.5
+share/examples/nano/nanorc
share/locale/bg/LC_MESSAGES/nano.mo
share/locale/ca/LC_MESSAGES/nano.mo
share/locale/cs/LC_MESSAGES/nano.mo
@@ -38,7 +39,6 @@ share/locale/uk/LC_MESSAGES/nano.mo
share/locale/vi/LC_MESSAGES/nano.mo
share/locale/zh_CN/LC_MESSAGES/nano.mo
share/locale/zh_TW/LC_MESSAGES/nano.mo
-share/examples/nano/nanorc
share/nano/asm.nanorc
share/nano/awk.nanorc
share/nano/c.nanorc
@@ -52,6 +52,7 @@ share/nano/html.nanorc
share/nano/java.nanorc
share/nano/makefile.nanorc
share/nano/man.nanorc
+share/nano/mgp.nanorc
share/nano/mutt.nanorc
share/nano/nanorc.nanorc
share/nano/objc.nanorc
@@ -63,6 +64,6 @@ share/nano/pov.nanorc
share/nano/python.nanorc
share/nano/ruby.nanorc
share/nano/sh.nanorc
-share/nano/tex.nanorc
share/nano/tcl.nanorc
+share/nano/tex.nanorc
share/nano/xml.nanorc
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index 1f346ae72ec..ca401707407 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2011/08/01 05:56:30 dholland Exp $
+$NetBSD: distinfo,v 1.19 2012/08/27 10:37:51 ryoon Exp $
-SHA1 (nano-2.2.4.tar.gz) = c69f70d30883e846f74951c5daa20d7c5a6f0662
-RMD160 (nano-2.2.4.tar.gz) = 14b66e735646a603b2aafd0893a72cbf5a124c1d
-Size (nano-2.2.4.tar.gz) = 1529085 bytes
+SHA1 (nano-2.2.6.tar.gz) = f2a628394f8dda1b9f28c7e7b89ccb9a6dbd302a
+RMD160 (nano-2.2.6.tar.gz) = c7178c45c44ef2c3237811ac16b3d343b4ab6cd4
+Size (nano-2.2.6.tar.gz) = 1572388 bytes
SHA1 (patch-configure) = 46dd0149d1d7a6ea5b574704edd01fb21272668d
diff --git a/editors/nano/options.mk b/editors/nano/options.mk
index 9bebe99164e..5e24d3f1587 100644
--- a/editors/nano/options.mk
+++ b/editors/nano/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2008/02/21 21:56:29 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2012/08/27 10:37:51 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nano
PKG_SUPPORTED_OPTIONS= wide-curses
-PKG_LEGACY_OPTS+= ncursesw:wide-curses
+PKG_OPTIONS_LEGACY_OPTS+= ncursesw:wide-curses
.include "../../mk/bsd.options.mk"