Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C55B87A47B for ; Sat, 2 Jul 2016 21:03:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 749D685E96; Sat, 2 Jul 2016 21:03:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0657B85E84 for ; Sat, 2 Jul 2016 21:03:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id a4ZBs0VrDsLx for ; Sat, 2 Jul 2016 21:03:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6727785E2B for ; Sat, 2 Jul 2016 21:03:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62193FBB5; Sat, 2 Jul 2016 21:03:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146749338835860" MIME-Version: 1.0 Date: Sat, 2 Jul 2016 21:03:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/databases/openldap-server To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20160702210308.62193FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146749338835860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Sat Jul 2 21:03:08 UTC 2016 Modified Files: pkgsrc/databases/openldap-server: Makefile Log Message: Expand more variables for SMF manifest. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/openldap-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146749338835860 Content-Disposition: inline Content-Length: 956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/openldap-server/Makefile diff -u pkgsrc/databases/openldap-server/Makefile:1.48 pkgsrc/databases/openldap-server/Makefile:1.49 --- pkgsrc/databases/openldap-server/Makefile:1.48 Fri Jun 17 14:01:58 2016 +++ pkgsrc/databases/openldap-server/Makefile Sat Jul 2 21:03:08 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2016/06/17 14:01:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/02 21:03:08 jperkin Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Lightweight Directory Access Protocol server suite CONFLICTS+= openldap<2.3.23nb1 @@ -56,7 +56,9 @@ DB_CONFIG= DB_CONFIG RCD_SCRIPTS= slapd FILES_SUBST+= OPENLDAP_ETCDIR=${OPENLDAP_ETCDIR} +FILES_SUBST+= OPENLDAP_VARDIR=${OPENLDAP_VARDIR} FILES_SUBST+= SLAPD_USER=${SLAPD_USER} +FILES_SUBST+= LDAP_GROUP=${LDAP_GROUP} MESSAGE_SUBST+= SLAPD_USER=${SLAPD_USER} MESSAGE_SUBST+= LDAP_GROUP=${LDAP_GROUP} --_----------=_146749338835860--