Hi,

new release 6.0 tested on amd64, changelog can be read on [0].

comments? ok?

[0] https://www.nano-editor.org/news.php

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/nano/Makefile,v
retrieving revision 1.123
diff -u -p -u -r1.123 Makefile
--- Makefile    10 Oct 2021 11:51:20 -0000      1.123
+++ Makefile    16 Dec 2021 23:08:56 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=       simple editor, inspired by Pico
 
-DISTNAME=      nano-5.9
+DISTNAME=      nano-6.0
 CATEGORIES=    editors
 HOMEPAGE=      https://www.nano-editor.org/
 
 MAINTAINER=    Christian Weisgerber <na...@openbsd.org>
 
-MASTER_SITES=  https://www.nano-editor.org/dist/v5/ \
+MASTER_SITES=  https://www.nano-editor.org/dist/v6/ \
                ${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.73
diff -u -p -u -r1.73 distinfo
--- distinfo    10 Oct 2021 11:51:21 -0000      1.73
+++ distinfo    16 Dec 2021 23:08:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-5.9.tar.xz) = dX24zaS7KHNZnkd4OvRj47VHpiewyrsw6nv3H7TCSTc=
-SIZE (nano-5.9.tar.xz) = 1499852
+SHA256 (nano-6.0.tar.xz) = k6yMtotK0Q4KrrgKLdFcW7ietmWkhE960Bxn78sWnqI=
+SIZE (nano-6.0.tar.xz) = 1509388
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/editors/nano/patches/patch-src_Makefile_in,v
retrieving revision 1.27
diff -u -p -u -r1.27 patch-src_Makefile_in
--- patches/patch-src_Makefile_in       1 May 2021 20:53:36 -0000       1.27
+++ patches/patch-src_Makefile_in       16 Dec 2021 23:08:56 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.27 2
 Index: src/Makefile.in
 --- src/Makefile.in.orig
 +++ src/Makefile.in
-@@ -1640,7 +1640,7 @@ nano_SOURCES = \
+@@ -1658,7 +1658,7 @@ nano_SOURCES = \
                utils.c \
                winio.c
  
@@ -11,7 +11,7 @@ Index: src/Makefile.in
                $(LIB_CLOCK_GETTIME) $(LIBTHREAD)
  
  all: all-am
-@@ -2014,7 +2014,7 @@ winio.o: revision.h
+@@ -2031,7 +2031,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.37
diff -u -p -u -r1.37 PLIST
--- pkg/PLIST   10 Oct 2021 11:51:21 -0000      1.37
+++ pkg/PLIST   16 Dec 2021 23:08:56 -0000
@@ -65,9 +65,7 @@ share/nano/elisp.nanorc
 share/nano/email.nanorc
 share/nano/extra/
 share/nano/extra/ada.nanorc
-share/nano/extra/debian.nanorc
 share/nano/extra/fortran.nanorc
-share/nano/extra/gentoo.nanorc
 share/nano/extra/haskell.nanorc
 share/nano/extra/povray.nanorc
 share/nano/extra/spec.nanorc
@@ -100,3 +98,4 @@ share/nano/tcl.nanorc
 share/nano/tex.nanorc
 share/nano/texinfo.nanorc
 share/nano/xml.nanorc
+share/nano/yaml.nanorc

Reply via email to