pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zutils Updated archivers/zutils 1.3 to 1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91d33f0ce7a1
branches:  trunk
changeset: 352783:91d33f0ce7a1
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 19 00:36:59 2016 +0000

description:
Updated archivers/zutils 1.3 to 1.5
---------------------------------- (From NEWS)
Changes in version 1.5:

 zupdate now passes '-q' to zcmp if specified.

 zcat, zgrep and ztest no longer read from standard input more than once
 if '-' is specified multiple times.

 zdiff now uses '_' as separator if both temporary file names are
 otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'.
---------------------------------- (From ChangeLog)
2016-05-15  Antonio Diaz Diaz  <antonio%gnu.org@localhost>

        * Version 1.5 released.
        * zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
        * zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once.
        * zdiff.cc (set_fifonames): Use '_' if both names are different.
        * configure: Avoid warning on some shells when testing for g++.
        * Makefile.in: Detect the existence of install-info.
        * testsuite/check.sh: A POSIX shell is required to run the tests.

(pkgsrc-changes)
 - Add TEST_TARGET = check
  (but make test fails for now)

diffstat:

 archivers/zutils/Makefile |   6 ++++--
 archivers/zutils/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 71ccf6ac6a5b -r 91d33f0ce7a1 archivers/zutils/Makefile
--- a/archivers/zutils/Makefile Mon Sep 19 00:31:09 2016 +0000
+++ b/archivers/zutils/Makefile Mon Sep 19 00:36:59 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/12/31 01:25:22 mef Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/19 00:36:59 mef Exp $
 #
 
-DISTNAME=      zutils-1.3
+DISTNAME=      zutils-1.5
 CATEGORIES=    archivers
 MASTER_SITES=  http://download.savannah.gnu.org/releases/zutils/
 EXTRACT_SUFX=  .tar.lz
@@ -31,6 +31,8 @@
 SUBST_MESSAGE.sysconfdir= path of sysconfdir in example (zutilsrc)
 SUBST_SED.sysconfdir=  -e '/sysconfdir/s,$${sysconfdir},${PREFIX}/etc,'
 
+TEST_TARGET=   check
+
 post-install:
        ${MV}   ${DESTDIR}${PREFIX}/etc/zutilsrc ${DESTDIR}${EGDIR}
 
diff -r 71ccf6ac6a5b -r 91d33f0ce7a1 archivers/zutils/distinfo
--- a/archivers/zutils/distinfo Mon Sep 19 00:31:09 2016 +0000
+++ b/archivers/zutils/distinfo Mon Sep 19 00:36:59 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 00:56:27 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/09/19 00:36:59 mef Exp $
 
-SHA1 (zutils-1.3.tar.lz) = 7a9c8cbdc43c2d1d07d4d261a3c76cbfca73fc50
-RMD160 (zutils-1.3.tar.lz) = fb1b0d86f1b38f0769b6abd7d5039a82ee618da2
-SHA512 (zutils-1.3.tar.lz) = 75de9cf79c2918c32bf5bf9d495869e9b22b8fb04fe3fd5330684dd9f98dd4efbb50fc7462726b5ebcb28aab392fd08aa6e2539141fb815a3ecaf3faf5ceced5
-Size (zutils-1.3.tar.lz) = 40838 bytes
+SHA1 (zutils-1.5.tar.lz) = 47f2edceac51447d3a72e4999864011d18e7c01d
+RMD160 (zutils-1.5.tar.lz) = b5cc6404434301e14c77e5c77dd19451051e552e
+SHA512 (zutils-1.5.tar.lz) = b77ad0c4d50895b34c2b4811d2cc0150c5313f37f079e93d084a83ffd6ba6a3c2338f44d32af7acd7d9c399a05630ae1d8c98257abe576971e16cb29ffa313cf
+Size (zutils-1.5.tar.lz) = 43035 bytes



Home | Main Index | Thread Index | Old Index