pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 20 05:05:27 UTC 2017

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/nano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.58 pkgsrc/editors/nano/Makefile:1.59
--- pkgsrc/editors/nano/Makefile:1.58   Sun Jan 22 02:04:15 2017
+++ pkgsrc/editors/nano/Makefile        Mon Mar 20 05:05:27 2017
@@ -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"

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.31 pkgsrc/editors/nano/distinfo:1.32
--- pkgsrc/editors/nano/distinfo:1.31   Sun Jan 22 02:04:15 2017
+++ pkgsrc/editors/nano/distinfo        Mon Mar 20 05:05:27 2017
@@ -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