update to 3.2: a myriad of small tweaks

This commit is contained in:
naddy 2018-11-17 18:09:02 +00:00
parent a314a78c80
commit 3b0aa11a1b
4 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.100 2018/09/19 19:26:10 tj Exp $
# $OpenBSD: Makefile,v 1.101 2018/11/17 18:09:02 naddy Exp $
COMMENT= Pico editor clone with enhancements
DISTNAME= nano-3.1
DISTNAME= nano-3.2
CATEGORIES= editors
HOMEPAGE= https://www.nano-editor.org/

View File

@ -1,2 +1,2 @@
SHA256 (nano-3.1.tar.xz) = FMAspApbxhxYDOL5y3+fxy1czJ2hetBE949vs/23cZ4=
SIZE (nano-3.1.tar.xz) = 1509524
SHA256 (nano-3.2.tar.xz) = 0SdzrzWJmUsuSYLFeSsHxiQNpbhsWu8hA6sTtAH+Y0k=
SIZE (nano-3.2.tar.xz) = 1514744

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-doc_nano_1,v 1.8 2018/09/11 06:25:29 gonzalo Exp $
$OpenBSD: patch-doc_nano_1,v 1.9 2018/11/17 18:09:02 naddy Exp $
Index: doc/nano.1
--- doc/nano.1.orig
+++ doc/nano.1
@@ -324,8 +324,6 @@ the environment variable \fBNANO_NOCATCH\fR.
@@ -331,8 +331,6 @@ the environment variable \fBNANO_NOCATCH\fR.
.SH SEE ALSO
.BR nanorc (5)

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_Makefile_in,v 1.17 2018/09/11 06:25:29 gonzalo Exp $
$OpenBSD: patch-src_Makefile_in,v 1.18 2018/11/17 18:09:02 naddy Exp $
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -1474,7 +1474,7 @@ nano_SOURCES = browser.c \
@@ -1479,7 +1479,7 @@ nano_SOURCES = browser.c \
utils.c \
winio.c
@ -11,7 +11,7 @@ Index: src/Makefile.in
$(LIB_CLOCK_GETTIME) $(LIBTHREAD)
all: all-am
@@ -1809,7 +1809,7 @@ winio.o: revision.h
@@ -1814,7 +1814,7 @@ winio.o: revision.h
# Always run the commands in this rule. But update the target
# only when the revision actually changed.