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 940497A1C0 for ; Thu, 27 Apr 2017 20:04:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F8BC84DFE; Thu, 27 Apr 2017 20:04:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2FEF84CE2 for ; Thu, 27 Apr 2017 20:04:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LYmRYJKZzv2u for ; Thu, 27 Apr 2017 20:04:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2CC8384DFE for ; Thu, 27 Apr 2017 20:04:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26BDEFBE4; Thu, 27 Apr 2017 20:04:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493323462273550" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 20:04:22 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/qmail-qfilter To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170427200422.26BDEFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493323462273550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Apr 27 20:04:22 UTC 2017 Modified Files: pkgsrc/mail/qmail-qfilter: Makefile Log Message: Support user-destdir and custom values of ${QMAIL_DAEMON_USER}. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/qmail-qfilter/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493323462273550 Content-Disposition: inline Content-Length: 1139 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/qmail-qfilter/Makefile diff -u pkgsrc/mail/qmail-qfilter/Makefile:1.24 pkgsrc/mail/qmail-qfilter/Makefile:1.25 --- pkgsrc/mail/qmail-qfilter/Makefile:1.24 Mon Jan 2 02:19:26 2017 +++ pkgsrc/mail/qmail-qfilter/Makefile Thu Apr 27 20:04:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/02 02:19:26 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2017/04/27 20:04:22 schmonz Exp $ # DISTNAME= qmail-qfilter-2.1 @@ -13,9 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= qmail>=1.03nb9:../../mail/qmail -PKG_DESTDIR_SUPPORT= destdir - -OWN_DIRS_PERMS+= ${QMAIL_QFILTER_TMPDIR} qmaild ${REAL_ROOT_GROUP} 700 +OWN_DIRS_PERMS+= ${QMAIL_QFILTER_TMPDIR} ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 700 REPLACE_PERL= samples/block-long-dates \ samples/deny-filetypes \ @@ -30,7 +28,7 @@ SUBST_MESSAGE.paths= Fixing paths. INSTALLATION_DIRS= bin man ${PKGMANDIR}/man1 share/examples/qmail-qfilter INSTALL_ENV+= install_prefix=${DESTDIR:Q} -BUILD_DEFS+= QMAILDIR QMAIL_QFILTER_TMPDIR +BUILD_DEFS+= QMAILDIR QMAIL_DAEMON_USER QMAIL_QFILTER_TMPDIR DJB_RESTRICTED= NO DJB_MAKE_TARGETS= NO --_----------=_1493323462273550--