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:           Wed Apr  1 20:30:53 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 4.9


To generate a diff of this commit:
cvs rdiff -u -r1.2042 -r1.2043 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.85 -r1.86 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.4 -r1.5 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.2042 pkgsrc/doc/CHANGES-2020:1.2043
--- pkgsrc/doc/CHANGES-2020:1.2042      Wed Apr  1 17:45:27 2020
+++ pkgsrc/doc/CHANGES-2020     Wed Apr  1 20:30:53 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.2042 2020/04/01 17:45:27 adam Exp $
+$NetBSD: CHANGES-2020,v 1.2043 2020/04/01 20:30:53 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -2764,3 +2764,4 @@ Changes to the packages collection and i
        Added textproc/py-sphinxcontrib-log-cabinet version 1.0.1 [adam 2020-04-01]
        Updated www/py-werkzeug to 1.0.1 [adam 2020-04-01]
        Updated www/py-werkzeug-docs to 1.0.1 [adam 2020-04-01]
+       Updated editors/nano to 4.9 [schwarz 2020-04-01]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.85 pkgsrc/editors/nano/Makefile:1.86
--- pkgsrc/editors/nano/Makefile:1.85   Sun Mar  8 16:49:22 2020
+++ pkgsrc/editors/nano/Makefile        Wed Apr  1 20:30:53 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2020/03/08 16:49:22 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2020/04/01 20:30:53 schwarz Exp $
 
-DISTNAME=      nano-4.8
-PKGREVISION=   1
+DISTNAME=      nano-4.9
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.56 pkgsrc/editors/nano/distinfo:1.57
--- pkgsrc/editors/nano/distinfo:1.56   Sat Feb  8 20:19:01 2020
+++ pkgsrc/editors/nano/distinfo        Wed Apr  1 20:30:53 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2020/02/08 20:19:01 wiedi Exp $
+$NetBSD: distinfo,v 1.57 2020/04/01 20:30:53 schwarz Exp $
 
-SHA1 (nano-4.8.tar.xz) = 11380d669caee3d0137795913d4c572514a08e1d
-RMD160 (nano-4.8.tar.xz) = dbb518dddb327c687e4117f1e47edaddcd5ba827
-SHA512 (nano-4.8.tar.xz) = 9799d93f322ac12d95784b6ecc7f7f9037f0a395be0cafe238b9e0ae2d8d93181a8a114a11ccccb20bcf07375ddaf842f49f7d23372f0d330ce67a66d0318ae8
-Size (nano-4.8.tar.xz) = 1520160 bytes
-SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30
+SHA1 (nano-4.9.tar.xz) = f566133338ac083975c028504e7dc789d29a76b1
+RMD160 (nano-4.9.tar.xz) = f67794bca69754bad2dc0d5ca66a1c4656764b05
+SHA512 (nano-4.9.tar.xz) = 138e3279413f2555bb2109b3ca0a7b61e0d3e0385c7c6d7ce7ab23f4db3b7bf0cc463930d6728e4f244868b93a3df7db73b0c85d30748cdfa7591b4ae71cfe1b
+Size (nano-4.9.tar.xz) = 1520144 bytes
+SHA1 (patch-configure) = 20c1525ba2b762d851a2938d1cce4b128985a0b8

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.4 pkgsrc/editors/nano/patches/patch-configure:1.5
--- pkgsrc/editors/nano/patches/patch-configure:1.4     Sun Jan  7 11:49:10 2018
+++ pkgsrc/editors/nano/patches/patch-configure Wed Apr  1 20:30:53 2020
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.4 2018/01/07 11:49:10 wen Exp $
+$NetBSD: patch-configure,v 1.5 2020/04/01 20:30:53 schwarz Exp $
 
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2018-01-07 11:40:07.000000000 +0000
-+++ configure
-@@ -35692,7 +35692,7 @@ fi
+--- configure.orig     2020-03-24 11:17:31.000000000 +0100
++++ configure  2020-04-01 22:16:36.000000000 +0200
+@@ -36843,7 +36843,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