summaryrefslogtreecommitdiff
path: root/mk/pkgtasks/bsd.pkgtasks.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-23 17:53:32 +0000
committerjlam <jlam@pkgsrc.org>2017-08-23 17:53:32 +0000
commitbb5e444c460bc23081379aee2c97b8eba38faa56 (patch)
tree09c2b8e5647fb1130ba95fc31c63227a819860e4 /mk/pkgtasks/bsd.pkgtasks.mk
parent46fc0454fb3e1231f9d72344bdc12fbe194c9de9 (diff)
downloadpkgsrc-bb5e444c460bc23081379aee2c97b8eba38faa56.tar.gz
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 (limited to 'mk/pkgtasks/bsd.pkgtasks.mk')
-rw-r--r--mk/pkgtasks/bsd.pkgtasks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgtasks/bsd.pkgtasks.mk b/mk/pkgtasks/bsd.pkgtasks.mk
index 4ed54ad2d02..f34bbe39feb 100644
--- a/mk/pkgtasks/bsd.pkgtasks.mk
+++ b/mk/pkgtasks/bsd.pkgtasks.mk
@@ -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