pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgtasks mk/pkgtasks: Bump dependency on "pkgtasks"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/387db6a0c928
branches:  trunk
changeset: 367080:387db6a0c928
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 23 17:53:32 2017 +0000

description:
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.

diffstat:

 mk/pkgtasks/bsd.pkgtasks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dd983582f03b -r 387db6a0c928 mk/pkgtasks/bsd.pkgtasks.mk
--- a/mk/pkgtasks/bsd.pkgtasks.mk       Wed Aug 23 17:53:19 2017 +0000
+++ b/mk/pkgtasks/bsd.pkgtasks.mk       Wed Aug 23 17:53:32 2017 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index