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:           Sun Jun  4 00:03:43 UTC 2017

Modified Files:
        pkgsrc/mk/pkgtasks: bsd.pkgtasks.mk

Log Message:
Bump pkgtasks dependency to latest version in pkgtools/pkgtasks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.4
--- pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk:1.3      Fri Jun  2 19:13:34 2017
+++ pkgsrc/mk/pkgtasks/bsd.pkgtasks.mk  Sun Jun  4 00:03:43 2017
@@ -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 @@ USE_PKGTASKS=               no
 .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