Thursday, March 26, 2020

update editors/nano 4.9

CC $MAINTAINER

Here is an update for editors/nano 4.9, released on March 23, 2020.

Changelog:
https://git.savannah.gnu.org/cgit/nano.git/tree/ChangeLog

I do not see anything too major in the changelog.

Feedback and tests are welcome. It works in my light usage on amd64.

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/nano/Makefile,v
retrieving revision 1.110
diff -u -p -r1.110 Makefile
--- Makefile 15 Feb 2020 19:56:37 -0000 1.110
+++ Makefile 27 Mar 2020 05:25:27 -0000
@@ -2,7 +2,7 @@

COMMENT= simple editor, inspired by Pico

-DISTNAME= nano-4.8
+DISTNAME= nano-4.9
CATEGORIES= editors
HOMEPAGE= https://www.nano-editor.org/

Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/nano/distinfo,v
retrieving revision 1.60
diff -u -p -r1.60 distinfo
--- distinfo 15 Feb 2020 19:56:37 -0000 1.60
+++ distinfo 27 Mar 2020 05:25:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-4.8.tar.xz) = w0j2HGirHVc7MIOYISoJzWjGD77iDwGlvUtQBxoljmM=
-SIZE (nano-4.8.tar.xz) = 1520160
+SHA256 (nano-4.9.tar.xz) = DjmXKdEFyxpYe0FA21zxsjIVoIhqQrIV76mBNxZCM6Y=
+SIZE (nano-4.9.tar.xz) = 1520144
Index: patches/patch-doc_nano_1
===================================================================
RCS file: /cvs/ports/editors/nano/patches/patch-doc_nano_1,v
retrieving revision 1.15
diff -u -p -r1.15 patch-doc_nano_1
--- patches/patch-doc_nano_1 15 Feb 2020 19:56:37 -0000 1.15
+++ patches/patch-doc_nano_1 27 Mar 2020 05:25:27 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-doc_nano_1,v 1.15 2020/0
Index: doc/nano.1
--- doc/nano.1.orig
+++ doc/nano.1
-@@ -382,5 +382,3 @@ the environment variable \fBNANO_NOCATCH\fR.
+@@ -383,5 +383,3 @@ the environment variable \fBNANO_NOCATCH\fR.

.SH SEE ALSO
.BR nanorc (5)
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/editors/nano/patches/patch-src_Makefile_in,v
retrieving revision 1.23
diff -u -p -r1.23 patch-src_Makefile_in
--- patches/patch-src_Makefile_in 15 Feb 2020 19:56:37 -0000 1.23
+++ patches/patch-src_Makefile_in 27 Mar 2020 05:25:27 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.23 2
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
-@@ -1533,7 +1533,7 @@ nano_SOURCES = browser.c \
+@@ -1534,7 +1534,7 @@ nano_SOURCES = browser.c \
utils.c \
winio.c

@@ -11,7 +11,7 @@ Index: src/Makefile.in
$(LIB_CLOCK_GETTIME) $(LIBTHREAD)

all: all-am
-@@ -1907,7 +1907,7 @@ winio.o: revision.h
+@@ -1908,7 +1908,7 @@ winio.o: revision.h

# Always run the commands in this rule. But update the target
# only when the revision actually changed.

No comments:

Post a Comment