Update to 1.2.5. Quote:
This release includes fixes for segfault during filename completion, justify on systems without regex.h, hangs when the input stream goes away, and scrolling beyond COLS. Included are some new keyboard sequences.
This commit is contained in:
parent
1928d1c1b5
commit
be234de36b
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2005/04/19 09:41:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2005/05/20 21:18:13 naddy Exp $
|
||||
|
||||
COMMENT= "small, easy to use editor"
|
||||
|
||||
DISTNAME= nano-1.2.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= nano-1.2.5
|
||||
CATEGORIES= editors
|
||||
HOMEPAGE= http://www.nano-editor.org/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (nano-1.2.4.tar.gz) = 2c513310ec5e8b63abaecaf48670ac7a
|
||||
RMD160 (nano-1.2.4.tar.gz) = 8e56765f61bc4e9cd2db1273bd287a2678cb6ac6
|
||||
SHA1 (nano-1.2.4.tar.gz) = 03a321011c2ceb00da20e15b15ed9ee9dee98c97
|
||||
SIZE (nano-1.2.4.tar.gz) = 914302
|
||||
MD5 (nano-1.2.5.tar.gz) = f2b3efbf1cf356d736740d531b6b22c4
|
||||
RMD160 (nano-1.2.5.tar.gz) = 92d694b79588fafdedc2731c2e1240bb100950f9
|
||||
SHA1 (nano-1.2.5.tar.gz) = ba55942aacf9f296a910d8f73afb7446f118830d
|
||||
SIZE (nano-1.2.5.tar.gz) = 911938
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2005/02/01 22:15:19 naddy Exp $
|
||||
--- Makefile.in.orig Tue Feb 1 23:08:47 2005
|
||||
+++ Makefile.in Tue Feb 1 23:09:02 2005
|
||||
@@ -147,7 +147,7 @@ nano_SOURCES = color.c \
|
||||
|
||||
$OpenBSD: patch-Makefile_in,v 1.6 2005/05/20 21:18:13 naddy Exp $
|
||||
--- Makefile.in.orig Fri May 20 21:10:08 2005
|
||||
+++ Makefile.in Fri May 20 21:10:30 2005
|
||||
@@ -224,7 +224,7 @@ nano_SOURCES = color.c \
|
||||
winio.c
|
||||
|
||||
man_MANS = nano.1 nanorc.5
|
||||
-nano_LDADD = @GLIB_LIBS@ @LIBINTL@
|
||||
+nano_LDADD = @GLIB_LIBS@ @LTLIBINTL@
|
||||
|
||||
info_TEXINFOS = nano.texi
|
||||
|
||||
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
||||
README THANKS TODO UPGRADE config.rpath install-sh missing \
|
||||
|
Loading…
Reference in New Issue
Block a user