pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qpopper Correct set PKG_USERS with QPOPPER_USER a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe48d310a21e
branches:  trunk
changeset: 485598:fe48d310a21e
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 17 07:35:56 2004 +0000

description:
Correct set PKG_USERS with QPOPPER_USER and newly QPOPPER_GROUP.
Should be fix pkg/28687.

diffstat:

 mail/qpopper/Makefile        |  4 ++--
 mail/qpopper/Makefile.common |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 2b9d5d5ea84d -r fe48d310a21e mail/qpopper/Makefile
--- a/mail/qpopper/Makefile     Fri Dec 17 02:28:55 2004 +0000
+++ b/mail/qpopper/Makefile     Fri Dec 17 07:35:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2004/10/03 00:12:54 tv Exp $
+# $NetBSD: Makefile,v 1.44 2004/12/17 07:35:56 taca Exp $
 #
 
 DISTNAME=              qpopper${VERSION}
@@ -24,7 +24,7 @@
 MESSAGE_SUBST+=                RCD_SCRIPTS=${RCD_SCRIPTS} \
                        RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR}
 
-PKG_USERS?=            ${QPOPPER_USER}
+PKG_USERS?=            ${QPOPPER_USER}:${QPOPPER_GROUP}
 MAKE_ENV+=             BINGRP=${BINGRP}
 
 pre-build:
diff -r 2b9d5d5ea84d -r fe48d310a21e mail/qpopper/Makefile.common
--- a/mail/qpopper/Makefile.common      Fri Dec 17 02:28:55 2004 +0000
+++ b/mail/qpopper/Makefile.common      Fri Dec 17 07:35:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/07/13 13:24:37 markd Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/12/17 07:35:56 taca Exp $
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --libexecdir=${LOCALBASE}/libexec \
@@ -9,6 +9,7 @@
                        --disable-update-abort --without-gdbm
 
 QPOPPER_USER?=         pop
+QPOPPER_GROUP?=                mail
 QPOPPER_FAC?=          LOCAL1
 QPOPPER_APOP_AUTH?=    ${PKG_SYSCONFDIR}/apop.auth
 DB_SUFFIX?=            db



Home | Main Index | Thread Index | Old Index