Sat Aug 5 01:35:49 2017 UTC ()
Update to 2.8.6

Upstream changes:
2017 July 21

GNU nano 2.8.6 "Kekul辿" offers a new feature: the ability
to do softwrapping between words -- at whitespace --
instead of always at the edge of the screen.  This can
be activated with -a or --atblanks or 'set atblanks'
together with the softwrap option.  This release further
fixes a handful of rare display glitches, fixes a build
failure on AIX, harmonizes the quoting rules in the rc
files, and renames the option 'cut' to 'cutfromcursor'
(please update your nanorc files before 2020).


(wen)
diff -r1.63 -r1.64 pkgsrc/editors/nano/Makefile
diff -r1.36 -r1.37 pkgsrc/editors/nano/distinfo

cvs diff -r1.63 -r1.64 pkgsrc/editors/nano/Makefile (switch to unified diff)

--- pkgsrc/editors/nano/Makefile 2017/07/03 12:12:30 1.63
+++ pkgsrc/editors/nano/Makefile 2017/08/05 01:35:49 1.64
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1# $NetBSD: Makefile,v 1.63 2017/07/03 12:12:30 wiedi Exp $ 1# $NetBSD: Makefile,v 1.64 2017/08/05 01:35:49 wen Exp $
2 2
3DISTNAME= nano-2.8.5 3DISTNAME= nano-2.8.6
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= wiedi@frubar.net 8MAINTAINER= wiedi@frubar.net
9HOMEPAGE= http://www.nano-editor.org/ 9HOMEPAGE= http://www.nano-editor.org/
10COMMENT= Small and friendly text editor (a free replacement for Pico) 10COMMENT= Small and friendly text editor (a free replacement for Pico)
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_TOOLS+= msgfmt gmake 14USE_TOOLS+= msgfmt gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --enable-color 16CONFIGURE_ARGS+= --enable-color
17CONFIGURE_ARGS+= --enable-multibuffer 17CONFIGURE_ARGS+= --enable-multibuffer
18CONFIGURE_ARGS+= --enable-nanorc 18CONFIGURE_ARGS+= --enable-nanorc
19CONFIGURE_ARGS+= --enable-extra 19CONFIGURE_ARGS+= --enable-extra
20 20
21INFO_FILES= yes 21INFO_FILES= yes
22 22
23# Looks like that IRIX 5.x lacks vsnprintf() functions, 23# Looks like that IRIX 5.x lacks vsnprintf() functions,
24# which are required to make this work, so glib2 is used instead. 24# which are required to make this work, so glib2 is used instead.
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26 26
27.if !empty(MACHINE_PLATFORM:MIRIX-5*) 27.if !empty(MACHINE_PLATFORM:MIRIX-5*)
28. include "../../devel/glib2/buildlink3.mk" 28. include "../../devel/glib2/buildlink3.mk"
29.endif 29.endif
30 30
31.include "options.mk" 31.include "options.mk"
32 32
33INSTALLATION_DIRS+= share/examples/nano 33INSTALLATION_DIRS+= share/examples/nano
34CONF_FILES+= share/examples/nano/nanorc ${PKG_SYSCONFDIR}/nanorc 34CONF_FILES+= share/examples/nano/nanorc ${PKG_SYSCONFDIR}/nanorc
35 35
36post-install: 36post-install:
37 ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${DESTDIR}${PREFIX}/share/examples/nano/nanorc 37 ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${DESTDIR}${PREFIX}/share/examples/nano/nanorc
38 38
39.include "../../devel/gettext-lib/buildlink3.mk" 39.include "../../devel/gettext-lib/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.36 -r1.37 pkgsrc/editors/nano/distinfo (switch to unified diff)

--- pkgsrc/editors/nano/distinfo 2017/07/03 12:12:30 1.36
+++ pkgsrc/editors/nano/distinfo 2017/08/05 01:35:49 1.37
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.36 2017/07/03 12:12:30 wiedi Exp $ 1$NetBSD: distinfo,v 1.37 2017/08/05 01:35:49 wen Exp $
2 2
3SHA1 (nano-2.8.5.tar.xz) = 1517c29ec7930ad4c14d87bfe67f9d19dc64729f 3SHA1 (nano-2.8.6.tar.xz) = 7a9ec834c3c26d25baabbeefedb64b665edac201
4RMD160 (nano-2.8.5.tar.xz) = bf8776334e39f33be07ab2e79c18d09e964cf505 4RMD160 (nano-2.8.6.tar.xz) = c003358aeb3816d6bd71beb908720ef9a3013981
5SHA512 (nano-2.8.5.tar.xz) = 3a051e9ab0dfe74138a31658788e1164239964fd5103e495ce123ca26516e74466e76b1c962ebc674717468477976cb7e9ba65f845cfb292445fc880ed0aa6d5 5SHA512 (nano-2.8.6.tar.xz) = 268ba5aef5ebfb7f553bc08281539df7a5fe58acdd9aaec0af4cf66b81a9e8b1b917b7e59bfc46bfe465eeccd4cdba7d673d552be8ac46ff778c3196a83226f1
6Size (nano-2.8.5.tar.xz) = 1444128 bytes 6Size (nano-2.8.6.tar.xz) = 1463304 bytes
7SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 7SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56