Maintenance update to 4.0 for numerous small changes.

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/nano/Makefile,v
retrieving revision 1.101
diff -u -p -r1.101 Makefile
--- Makefile    17 Nov 2018 18:09:02 -0000      1.101
+++ Makefile    29 Mar 2019 11:00:58 -0000
@@ -1,14 +1,14 @@
 # $OpenBSD: Makefile,v 1.101 2018/11/17 18:09:02 naddy Exp $
 
-COMMENT=       Pico editor clone with enhancements
+COMMENT=       simple editor, inspired by Pico
 
-DISTNAME=      nano-3.2
+DISTNAME=      nano-4.0
 CATEGORIES=    editors
 HOMEPAGE=      https://www.nano-editor.org/
 
 MAINTAINER=    Christian Weisgerber <na...@openbsd.org>
 
-MASTER_SITES=  https://www.nano-editor.org/dist/v3/ \
+MASTER_SITES=  https://www.nano-editor.org/dist/v4/ \
                ${MASTER_SITE_GNU:=nano/}
 PORTROACH=     site:https://www.nano-editor.org/dist/latest/
 EXTRACT_SUFX=  .tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/nano/distinfo,v
retrieving revision 1.52
diff -u -p -r1.52 distinfo
--- distinfo    17 Nov 2018 18:09:02 -0000      1.52
+++ distinfo    29 Mar 2019 11:00:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-3.2.tar.xz) = 0SdzrzWJmUsuSYLFeSsHxiQNpbhsWu8hA6sTtAH+Y0k=
-SIZE (nano-3.2.tar.xz) = 1514744
+SHA256 (nano-4.0.tar.xz) = Hi/P6jV4RiSn2GeFdot3LVi7OZXRrskXaiehE7HpusM=
+SIZE (nano-4.0.tar.xz) = 1533992
Index: patches/patch-doc_nano_1
===================================================================
RCS file: /cvs/ports/editors/nano/patches/patch-doc_nano_1,v
retrieving revision 1.9
diff -u -p -r1.9 patch-doc_nano_1
--- patches/patch-doc_nano_1    17 Nov 2018 18:09:02 -0000      1.9
+++ patches/patch-doc_nano_1    29 Mar 2019 11:00:58 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-doc_nano_1,v 1.9 2018/11
 Index: doc/nano.1
 --- doc/nano.1.orig
 +++ doc/nano.1
-@@ -331,8 +331,6 @@ the environment variable \fBNANO_NOCATCH\fR.
+@@ -356,8 +356,6 @@ 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.18
diff -u -p -r1.18 patch-src_Makefile_in
--- patches/patch-src_Makefile_in       17 Nov 2018 18:09:02 -0000      1.18
+++ patches/patch-src_Makefile_in       29 Mar 2019 11:00:58 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.18 2
 Index: src/Makefile.in
 --- src/Makefile.in.orig
 +++ src/Makefile.in
-@@ -1479,7 +1479,7 @@ nano_SOURCES = browser.c \
+@@ -1495,7 +1495,7 @@ nano_SOURCES = browser.c \
                utils.c \
                winio.c
  
@@ -11,7 +11,7 @@ Index: src/Makefile.in
                $(LIB_CLOCK_GETTIME) $(LIBTHREAD)
  
  all: all-am
-@@ -1814,7 +1814,7 @@ winio.o: revision.h
+@@ -1869,7 +1869,7 @@ winio.o: revision.h
  
  # Always run the commands in this rule.  But update the target
  # only when the revision actually changed.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/nano/pkg/PLIST,v
retrieving revision 1.32
diff -u -p -r1.32 PLIST
--- pkg/PLIST   12 Mar 2018 21:17:27 -0000      1.32
+++ pkg/PLIST   29 Mar 2019 11:00:58 -0000
@@ -29,6 +29,7 @@ share/locale/hu/LC_MESSAGES/nano.mo
 share/locale/id/LC_MESSAGES/nano.mo
 share/locale/it/LC_MESSAGES/nano.mo
 share/locale/ja/LC_MESSAGES/nano.mo
+share/locale/ko/LC_MESSAGES/nano.mo
 share/locale/ms/
 share/locale/ms/LC_MESSAGES/
 share/locale/ms/LC_MESSAGES/nano.mo
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to