Received: by mail.netbsd.org (Postfix, from userid 605) id 6D08384D8F; Wed, 23 Aug 2017 17:53:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F40A784D8B for ; Wed, 23 Aug 2017 17:53:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VeLv7w_mFSSp for ; Wed, 23 Aug 2017 17:53:32 +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 6045084C86 for ; Wed, 23 Aug 2017 17:53:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E716FA85; Wed, 23 Aug 2017 17:53:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150351081260850" MIME-Version: 1.0 Date: Wed, 23 Aug 2017 17:53:32 +0000 From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/mk/pkgtasks To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org X-Mailer: log_accum Message-Id: <20170823175332.5E716FA85@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. --_----------=_150351081260850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jlam Date: Wed Aug 23 17:53:32 UTC 2017 Modified Files: pkgsrc/mk/pkgtasks: bsd.pkgtasks.mk Log Message: mk/pkgtasks: Bump dependency on "pkgtasks" to 1.15. This picks up the fix to updating system files correctly so that ownership and permissions are preserved. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150351081260850 Content-Disposition: inline Content-Length: 893 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk diff -u pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.7 pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.8 --- pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.7 Sat Aug 19 00:30:31 2017 +++ pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk Wed Aug 23 17:53:32 2017 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkgtasks.mk,v 1.7 2017/08/19 00:30:31 jlam Exp $ +# $NetBSD: bsd.pkgtasks.mk,v 1.8 2017/08/23 17:53:32 jlam Exp $ # # Copyright (c) 2017 The NetBSD Foundation, Inc. # All rights reserved. @@ -152,7 +152,7 @@ USE_PKGTASKS= no .include "${PKGSRCDIR}/mk/pkgtasks/usergroup.mk" # Add a dependency on pkgtasks if package tasks are needed. -_PKGTASKS_DEPENDS= pkgtasks-1>=1.14:../../pkgtools/pkgtasks +_PKGTASKS_DEPENDS= pkgtasks-1>=1.15:../../pkgtools/pkgtasks DEPENDS+= ${"${USE_PKGTASKS:tl}" == "yes":?${_PKGTASKS_DEPENDS}:} TASK_MODULE_DIR?= ${LOCALBASE}/share/pkgtasks-1 --_----------=_150351081260850--