pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgtasks Bump pkgtasks dependency to latest version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6d6479e7159
branches:  trunk
changeset: 363163:c6d6479e7159
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jun 04 00:03:43 2017 +0000

description:
Bump pkgtasks dependency to latest version in pkgtools/pkgtasks.

diffstat:

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

diffs (18 lines):

diff -r 0a4cf8bda246 -r c6d6479e7159 mk/pkgtasks/bsd.pkgtasks.mk
--- a/mk/pkgtasks/bsd.pkgtasks.mk       Sat Jun 03 23:56:09 2017 +0000
+++ b/mk/pkgtasks/bsd.pkgtasks.mk       Sun Jun 04 00:03:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkgtasks.mk,v 1.3 2017/06/02 19:13:34 jlam Exp $
+# $NetBSD: bsd.pkgtasks.mk,v 1.4 2017/06/04 00:03:43 jlam Exp $
 #
 # Copyright (c) 2017 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -142,7 +142,7 @@
 .include "${PKGSRCDIR}/mk/pkgtasks/usergroup.mk"
 
 # Add a dependency on pkgtasks if package tasks are needed.
-_PKGTASKS_DEPENDS=     pkgtasks-1>=1.9:../../pkgtools/pkgtasks
+_PKGTASKS_DEPENDS=     pkgtasks-1>=1.10:../../pkgtools/pkgtasks
 DEPENDS+=              ${"${USE_PKGTASKS:tl}" == "yes":?${_PKGTASKS_DEPENDS}:}
 TASK_MODULE_DIR?=      ${LOCALBASE}/share/pkgtasks-1
 



Home | Main Index | Thread Index | Old Index