Received: by mail.netbsd.org (Postfix, from userid 605) id 864A584E40; Sat, 27 Jan 2018 23:17:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1144884E39 for ; Sat, 27 Jan 2018 23:17:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QyeBFarZRhx8 for ; Sat, 27 Jan 2018 23:17:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6CA0B84CDF for ; Sat, 27 Jan 2018 23:17:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 630A4FBDE; Sat, 27 Jan 2018 23:17:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517095042240370" MIME-Version: 1.0 Date: Sat, 27 Jan 2018 23:17:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools/pkg_chk To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180127231722.630A4FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1517095042240370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 27 23:17:22 UTC 2018 Modified Files: pkgsrc/pkgtools/pkg_chk: Makefile Log Message: pkg_chk: Replace PKG_SYSCONFDIR. From Vicente Chaves in PR 52955. Bump version. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/pkgtools/pkg_chk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517095042240370 Content-Disposition: inline Content-Length: 883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg_chk/Makefile diff -u pkgsrc/pkgtools/pkg_chk/Makefile:1.86 pkgsrc/pkgtools/pkg_chk/Makefile:1.87 --- pkgsrc/pkgtools/pkg_chk/Makefile:1.86 Thu Oct 9 14:06:49 2014 +++ pkgsrc/pkgtools/pkg_chk/Makefile Sat Jan 27 23:17:22 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2014/10/09 14:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2018/01/27 23:17:22 wiz Exp $ -PKGNAME= pkg_chk-2.0.8 +PKGNAME= pkg_chk-2.0.9 CATEGORIES= pkgtools OWNER= abs@NetBSD.org @@ -27,7 +27,7 @@ SUBST_STAGE.vars= pre-configure SUBST_MESSAGE.vars= Configuring sources. SUBST_FILES.vars= pkg_chk.sh pkg_chk.8 SUBST_VARS.vars= AWK BZCAT GREP GZCAT GZIP_CMD ID MAKE MAKECONF MKTEMP \ - PKG_ADD PKG_ADMIN PKG_DELETE PKG_INFO \ + PKG_ADD PKG_ADMIN PKG_DELETE PKG_INFO PKG_SYSCONFDIR \ SED SH SORT TSORT PREFIX PKG_DBDIR XARGS REPLACE_SH+= pkg_chk.sh --_----------=_1517095042240370--