pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/pkgtasks
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.
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
Home |
Main Index |
Thread Index |
Old Index