pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   schwarz
Date:           Mon Dec  7 00:03:58 UTC 2020

Modified Files:
        pkgsrc/doc: CHANGES-2020
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure

Log Message:
Updated editors/nano to 5.4

Moving the cursor now skips over combining characters (and
other zero-width characters). Deleting a character deletes
also any succeeding zero-width characters, but backspacing
deletes just one character at a time.


To generate a diff of this commit:
cvs rdiff -u -r1.6598 -r1.6599 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.90 -r1.91 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/nano/patches/patch-configure

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

Modified files:

Index: pkgsrc/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.6598 pkgsrc/doc/CHANGES-2020:1.6599
--- pkgsrc/doc/CHANGES-2020:1.6598      Sun Dec  6 23:40:21 2020
+++ pkgsrc/doc/CHANGES-2020     Mon Dec  7 00:03:58 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6598 2020/12/06 23:40:21 schwarz Exp $
+$NetBSD: CHANGES-2020,v 1.6599 2020/12/07 00:03:58 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -9594,3 +9594,4 @@ Changes to the packages collection and i
        Added devel/reftools version 0.0.20201119 [bsiegert 2020-12-06]
        Updated devel/libosip to 5.2.0 [schwarz 2020-12-06]
        Updated net/libexosip to 5.2.0 [schwarz 2020-12-06]
+       Updated editors/nano to 5.4 [schwarz 2020-12-07]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.90 pkgsrc/editors/nano/Makefile:1.91
--- pkgsrc/editors/nano/Makefile:1.90   Tue Nov 24 18:21:38 2020
+++ pkgsrc/editors/nano/Makefile        Mon Dec  7 00:03:58 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2020/11/24 18:21:38 nia Exp $
+# $NetBSD: Makefile,v 1.91 2020/12/07 00:03:58 schwarz Exp $
 
-DISTNAME=      nano-5.3
+DISTNAME=      nano-5.4
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.61 pkgsrc/editors/nano/distinfo:1.62
--- pkgsrc/editors/nano/distinfo:1.61   Tue Nov 24 18:21:38 2020
+++ pkgsrc/editors/nano/distinfo        Mon Dec  7 00:03:58 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.61 2020/11/24 18:21:38 nia Exp $
+$NetBSD: distinfo,v 1.62 2020/12/07 00:03:58 schwarz Exp $
 
-SHA1 (nano-5.3.tar.xz) = 4293a9c1a1fd13f0bb095a576164124ada03430c
-RMD160 (nano-5.3.tar.xz) = 6ff1c3a76a049e0499a062d25bcefbb93e59898b
-SHA512 (nano-5.3.tar.xz) = 8e12120dbfbd4c6b3adf1e158e3b1e5a31a57528da1b461479a2d45bf82138815b2d0549cd7565ec32353d18c122a7428fd60bc539af4311066441b2a025b54f
-Size (nano-5.3.tar.xz) = 1400792 bytes
-SHA1 (patch-configure) = 20c1525ba2b762d851a2938d1cce4b128985a0b8
+SHA1 (nano-5.4.tar.xz) = 86a013962648631cae244d895fb3956bfec845cd
+RMD160 (nano-5.4.tar.xz) = f0b12f742c128b64633d5fb0559514ec80753ab8
+SHA512 (nano-5.4.tar.xz) = f6555695e688891defb1cb163b245f7ada587bac77cff845d61ae64067d23b4a41c5a3769bf08239fa2d865685e6cdef5646693ea662df10f14481a1cbfa1367
+Size (nano-5.4.tar.xz) = 1410188 bytes
+SHA1 (patch-configure) = 602e6e213ef147119806eac0f5af7f0b0021c41c

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.5 pkgsrc/editors/nano/patches/patch-configure:1.6
--- pkgsrc/editors/nano/patches/patch-configure:1.5     Wed Apr  1 20:30:53 2020
+++ pkgsrc/editors/nano/patches/patch-configure Mon Dec  7 00:03:58 2020
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.5 2020/04/01 20:30:53 schwarz Exp $
+$NetBSD: patch-configure,v 1.6 2020/12/07 00:03:58 schwarz Exp $
 
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2020-03-24 11:17:31.000000000 +0100
-+++ configure  2020-04-01 22:16:36.000000000 +0200
-@@ -36843,7 +36843,7 @@
+--- configure.orig     2020-12-02 11:45:24.000000000 +0100
++++ configure  2020-12-07 00:56:07.000000000 +0100
+@@ -37002,7 +37002,7 @@
  # Check for groff html support.
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
  $as_echo_n "checking for HTML support in groff... " >&6; }



Home | Main Index | Thread Index | Old Index