pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nano GNU nano 2.7.5 "Nijntje" can properly sea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc47e2d1cd4d
branches:  trunk
changeset: 359856:dc47e2d1cd4d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 20 05:05:27 2017 +0000

description:
GNU nano 2.7.5 "Nijntje" can properly search and replace
the \B and \b regex anchors, correctly repaints things
when multiline regexes with identical start and end are
involved, fixes a crash with zero-length regex matches,
does replacements at the edges of a marked region right,
no longer hides double-width characters at the head of
softwrapped rows, displays at most three warnings at
startup, and documents the ability to read a file from
standard input.  Come tickle my ears.

diffstat:

 editors/nano/Makefile |  16 ++++++++--------
 editors/nano/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (53 lines):

diff -r 2011faea03b5 -r dc47e2d1cd4d editors/nano/Makefile
--- a/editors/nano/Makefile     Mon Mar 20 02:36:18 2017 +0000
+++ b/editors/nano/Makefile     Mon Mar 20 05:05:27 2017 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.58 2017/01/22 02:04:15 wiedi Exp $
+# $NetBSD: Makefile,v 1.59 2017/03/20 05:05:27 adam Exp $
 
-DISTNAME=      nano-2.7.4
+DISTNAME=      nano-2.7.5
 CATEGORIES=    editors
-MASTER_SITES=  http://www.nano-editor.org/dist/v2.7/
+MASTER_SITES=  http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    wiedi%frubar.net@localhost
 HOMEPAGE=      http://www.nano-editor.org/
 COMMENT=       Small and friendly text editor (a free replacement for Pico)
-LICENSE=               gnu-gpl-v3
+LICENSE=       gnu-gpl-v3
 
-GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt gmake
-
-INFO_FILES=            yes
-
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-color
 CONFIGURE_ARGS+=       --enable-multibuffer
 CONFIGURE_ARGS+=       --enable-nanorc
 CONFIGURE_ARGS+=       --enable-extra
 
+INFO_FILES=            yes
+
 # Looks like that IRIX 5.x lacks vsnprintf() functions,
 # which are required to make this work, so glib2 is used instead.
 .include "../../mk/bsd.prefs.mk"
diff -r 2011faea03b5 -r dc47e2d1cd4d editors/nano/distinfo
--- a/editors/nano/distinfo     Mon Mar 20 02:36:18 2017 +0000
+++ b/editors/nano/distinfo     Mon Mar 20 05:05:27 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2017/01/22 02:04:15 wiedi Exp $
+$NetBSD: distinfo,v 1.32 2017/03/20 05:05:27 adam Exp $
 
-SHA1 (nano-2.7.4.tar.gz) = 1c36a1c3e2f6d859462133d7f5504bc053faee93
-RMD160 (nano-2.7.4.tar.gz) = 60a4a696e0a26d561e289e0eef95912d634c1068
-SHA512 (nano-2.7.4.tar.gz) = 029fa2ef72a8762f376f1cfc3f4cdcabfcb226868e5c68c5980162333099f23e74e77da2dda66b4e70e2840b9a0e472db821248327b417b3cf5132093eeb80ee
-Size (nano-2.7.4.tar.gz) = 2023560 bytes
+SHA1 (nano-2.7.5.tar.xz) = ac907b75231ba5f046e566af8a87f3840ed3c04e
+RMD160 (nano-2.7.5.tar.xz) = f1b5fa07550bd0cc955bdad2865c5b02b65119e7
+SHA512 (nano-2.7.5.tar.xz) = 1059e20ca862597f2d21a1080769d909ed830a320adc3193a593ffb6f8104dd17ba1a5d64150886a92e4e0727ee184901a33723a1f519438e330d672f4815af5
+Size (nano-2.7.5.tar.xz) = 1014184 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index