From 06ec7232491c7957f6c13db89eda559514efd625 Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 19 Sep 2016 00:36:59 +0000 Subject: 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 * 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) --- archivers/zutils/Makefile | 6 ++++-- archivers/zutils/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'archivers') diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile index 1c187b907ba..55450a0d8d2 100644 --- a/archivers/zutils/Makefile +++ b/archivers/zutils/Makefile @@ -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_FILES.sysconfdir= zutilsrc 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 --git a/archivers/zutils/distinfo b/archivers/zutils/distinfo index 44dd39930f9..06838ce08b5 100644 --- a/archivers/zutils/distinfo +++ b/archivers/zutils/distinfo @@ -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 -- cgit v1.2.3