summaryrefslogtreecommitdiff
path: root/archivers/zutils/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-09-19 00:36:59 +0000
committermef <mef@pkgsrc.org>2016-09-19 00:36:59 +0000
commit06ec7232491c7957f6c13db89eda559514efd625 (patch)
treebd3bd4c0e6d80c7ab3eb7ef6bc9147fa63bb9fbc /archivers/zutils/Makefile
parentcdfbc3cb7793cadcd80b2ae7aee1659dc72b1409 (diff)
downloadpkgsrc-06ec7232491c7957f6c13db89eda559514efd625.tar.gz
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> * 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 (limited to 'archivers/zutils/Makefile')
-rw-r--r--archivers/zutils/Makefile6
1 files changed, 4 insertions, 2 deletions
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}