pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security PKG_GROUPS should now only contain the group ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a9e62b27a7f
branches:  trunk
changeset: 512438:7a9e62b27a7f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 09 17:58:33 2006 +0000

description:
PKG_GROUPS should now only contain the group name because group IDs are
specified with PKG_GID.<group>.

diffstat:

 security/openssh+gssapi/Makefile |  4 ++--
 security/openssh/Makefile        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f0995e00840d -r 7a9e62b27a7f security/openssh+gssapi/Makefile
--- a/security/openssh+gssapi/Makefile  Tue May 09 17:17:48 2006 +0000
+++ b/security/openssh+gssapi/Makefile  Tue May 09 17:58:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/04/23 00:12:41 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/05/09 17:58:33 jlam Exp $
 
 # NOTE:  This package is modeled on ../openssh, but does not share
 # files with it as that package may update faster than the gssapi
@@ -44,7 +44,7 @@
 PLIST_SRC=             # empty
 MESSAGE_SRC=           ${.CURDIR}/MESSAGE
 
-PKG_GROUPS=            ${OPENSSH_GROUP}:${OPENSSH_GID}
+PKG_GROUPS=            ${OPENSSH_GROUP}
 PKG_USERS=             ${OPENSSH_USER}:${OPENSSH_GROUP}
 
 PKG_GID.${OPENSSH_GROUP}=      ${OPENSSH_GID}
diff -r f0995e00840d -r 7a9e62b27a7f security/openssh/Makefile
--- a/security/openssh/Makefile Tue May 09 17:17:48 2006 +0000
+++ b/security/openssh/Makefile Tue May 09 17:58:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2006/04/23 00:12:41 jlam Exp $
+# $NetBSD: Makefile,v 1.168 2006/05/09 17:58:33 jlam Exp $
 
 DISTNAME=              openssh-4.3p1
 PKGNAME=               openssh-4.3.1
@@ -48,7 +48,7 @@
 
 .else # not Interix
 
-PKG_GROUPS=             ${OPENSSH_GROUP}:${OPENSSH_GID}
+PKG_GROUPS=             ${OPENSSH_GROUP}
 PKG_USERS=             ${OPENSSH_USER}:${OPENSSH_GROUP}
 
 PKG_GID.${OPENSSH_GROUP}=      ${OPENSSH_GID}



Home | Main Index | Thread Index | Old Index