pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk If we need to create users or group, require the la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2012ccc8ec48
branches:  trunk
changeset: 478907:2012ccc8ec48
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Aug 01 18:24:20 2004 +0000

description:
If we need to create users or group, require the latest sysutils/user_darwin.

diffstat:

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

diffs (18 lines):

diff -r 16438706272d -r 2012ccc8ec48 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Sun Aug 01 18:23:35 2004 +0000
+++ b/mk/defs.Darwin.mk Sun Aug 01 18:24:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.77 2004/06/18 11:22:41 kristerw Exp $
+# $NetBSD: defs.Darwin.mk,v 1.78 2004/08/01 18:24:20 schmonz Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -103,7 +103,7 @@
 USERADD?=              ${LOCALBASE}/sbin/useradd
 _PKG_USER_HOME?=       /var/empty      # to match other system accounts
 _PKG_USER_SHELL?=      /usr/bin/false  # to match other system accounts
-_USER_DEPENDS=         user>=20040331:../../sysutils/user_darwin
+_USER_DEPENDS=         user>=20040801:../../sysutils/user_darwin
 DEPENDS+=              ${USE_USERADD:D${_USER_DEPENDS}}
 DEPENDS+=              ${USE_GROUPADD:D${_USER_DEPENDS}}
 



Home | Main Index | Thread Index | Old Index